Searched refs:thread_load (Results 1 – 5 of 5) sorted by relevance
/illumos-gate/usr/src/uts/sparc/os/ |
H A D | sundep.c | 150 thread_load(kthread_t *t, void (*start)(), caddr_t arg, size_t len) in thread_load() function
|
/illumos-gate/usr/src/uts/intel/os/ |
H A D | sundep.c | 257 thread_load(kthread_t *t, void (*start)(), caddr_t arg, size_t len) in thread_load() function
|
/illumos-gate/usr/src/uts/common/sys/ |
H A D | proc.h | 754 extern void thread_load(kthread_t *, void (*)(), caddr_t, size_t);
|
/illumos-gate/usr/src/uts/common/os/ |
H A D | lwp.c | 269 thread_load(t, proc, arg, len); in lwp_create()
|
/illumos-gate/usr/src/uts/common/disp/ |
H A D | thread.c | 456 thread_load(t, proc, arg, len); in thread_create()
|