Searched refs:thread_lock_init (Results 1 – 2 of 2) sorted by relevance
| /xnu-11215/osfmk/kern/ | ||
| H A D | thread.h | 1163 #define thread_lock_init(th) simple_lock_init(&(th)->sched_lock, 0) macro |
| H A D | thread.c | 1378 thread_lock_init(new_thread); in thread_create_internal() |