Searched refs:thread_init (Results 1 – 6 of 6) sorted by relevance
| /NextBSD/contrib/compiler-rt/lib/sanitizer_common/tests/ |
| HD | sanitizer_allocator_testlib.cc | 60 static void NOINLINE thread_init() { in thread_init() function 75 thread_init(); in malloc() 83 thread_init(); in free() 90 thread_init(); in calloc() 100 thread_init(); in realloc() 113 thread_init(); in memalign() 121 thread_init(); in posix_memalign() 129 thread_init(); in valloc()
|
| /NextBSD/sys/compat/mach/ |
| HD | mach_thread.c | 268 EVENTHANDLER_REGISTER(thread_init, mach_thread_init, NULL, EVENTHANDLER_PRI_ANY); in thread_sysinit()
|
| /NextBSD/sys/kern/ |
| HD | kern_thread.c | 207 thread_init(void *mem, int size, int flags) in thread_init() function 216 EVENTHANDLER_INVOKE(thread_init, td); in thread_init() 287 thread_ctor, thread_dtor, thread_init, thread_fini, in threadinit()
|
| HD | init_main.c | 590 EVENTHANDLER_INVOKE(thread_init, td); in proc0_init()
|
| /NextBSD/sys/sys/ |
| HD | eventhandler.h | 249 EVENTHANDLER_DECLARE(thread_init, thread_init_fn);
|
| /NextBSD/sys/sys/mach/ |
| HD | thread.h | 326 extern void thread_init(void);
|