Searched refs:thread_ctor (Results 1 – 6 of 6) sorted by relevance
| /freebsd/sys/cddl/dev/kinst/ |
| H A D | trampoline.c | 260 kinst_thread_ctor_handler = EVENTHANDLER_REGISTER(thread_ctor, in kinst_trampoline_init() 326 EVENTHANDLER_DEREGISTER(thread_ctor, kinst_thread_ctor_handler); in kinst_trampoline_deinit()
|
| /freebsd/sys/kern/ |
| H A D | kern_thread.c | 174 EVENTHANDLER_LIST_DEFINE(thread_ctor); 386 thread_ctor(void *mem, int size, void *arg, int flags) in thread_ctor() function 579 thread_ctor, thread_dtor, thread_init, thread_fini, in threadinit() 806 EVENTHANDLER_DIRECT_INVOKE(thread_ctor, td); in thread_alloc()
|
| H A D | init_main.c | 639 EVENTHANDLER_DIRECT_INVOKE(thread_ctor, td); in proc0_init()
|
| H A D | kern_proc.c | 226 EVENTHANDLER_DIRECT_INVOKE(thread_ctor, td); in proc_ctor()
|
| /freebsd/sys/sys/ |
| H A D | eventhandler.h | 272 EVENTHANDLER_DECLARE(thread_ctor, thread_ctor_fn);
|
| H A D | proc.h | 1358 EVENTHANDLER_LIST_DECLARE(thread_ctor);
|