Searched refs:thread_ctor (Results 1 – 6 of 6) sorted by relevance
| /f-stack/freebsd/kern/ |
| H A D | kern_thread.c | 172 EVENTHANDLER_LIST_DEFINE(thread_ctor); 344 thread_ctor(void *mem, int size, void *arg, int flags) in thread_ctor() function 531 thread_ctor, thread_dtor, thread_init, thread_fini, in threadinit() 734 EVENTHANDLER_DIRECT_INVOKE(thread_ctor, td); in thread_alloc()
|
| H A D | init_main.c | 616 EVENTHANDLER_DIRECT_INVOKE(thread_ctor, td); in proc0_init()
|
| H A D | kern_proc.c | 220 EVENTHANDLER_DIRECT_INVOKE(thread_ctor, td); in proc_ctor()
|
| /f-stack/freebsd/sys/ |
| H A D | eventhandler.h | 264 EVENTHANDLER_DECLARE(thread_ctor, thread_ctor_fn);
|
| H A D | proc.h | 1264 EVENTHANDLER_LIST_DECLARE(thread_ctor);
|
| /f-stack/lib/ |
| H A D | ff_init_main.c | 514 EVENTHANDLER_INVOKE(thread_ctor, td); in proc0_init()
|