Searched refs:thread_ctor (Results 1 – 5 of 5) sorted by relevance
| /freebsd-13.1/sys/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() 766 EVENTHANDLER_DIRECT_INVOKE(thread_ctor, td); in thread_alloc()
|
| H A D | init_main.c | 618 EVENTHANDLER_DIRECT_INVOKE(thread_ctor, td); in proc0_init()
|
| H A D | kern_proc.c | 224 EVENTHANDLER_DIRECT_INVOKE(thread_ctor, td); in proc_ctor()
|
| /freebsd-13.1/sys/sys/ |
| H A D | eventhandler.h | 264 EVENTHANDLER_DECLARE(thread_ctor, thread_ctor_fn);
|
| H A D | proc.h | 1287 EVENTHANDLER_LIST_DECLARE(thread_ctor);
|