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