Searched refs:thread_start (Results 1 – 5 of 5) sorted by relevance
| /xnu-11215/tests/recount/ |
| H A D | recount_tests.c | 79 thread_start(struct usage_thread *th, const char *name, enum usage_style style) in thread_start() function 111 thread_start(&first, "first", USAGE_SPIN); 114 thread_start(&second, "second", USAGE_SPIN); 147 thread_start(&first, "first", USAGE_SLEEP); in test_usr_sys_time_sanity() 154 thread_start(&second, "second", USAGE_SLEEP); in test_usr_sys_time_sanity()
|
| /xnu-11215/osfmk/kern/ |
| H A D | thread_act.c | 173 thread_start( in thread_start() function 257 thread_start(thread); in thread_terminate_internal() 411 thread_start(thread); in thread_release()
|
| H A D | thread.h | 1119 extern void thread_start(
|
| H A D | thread.c | 1818 thread_start(thread); in thread_create_running_internal2() 1956 thread_start(thread); in kernel_thread_start_priority()
|
| /xnu-11215/osfmk/vm/ |
| H A D | vm_pageout.c | 5309 thread_start(vm_pageout_gc_thread );
|