Home
last modified time | relevance | path

Searched refs:wake_lock (Results 1 – 2 of 2) sorted by relevance

/xnu-11215/osfmk/kern/
H A Dthread.h444 decl_simple_lock_data(, wake_lock); /* for thread stop / wait (wake_lock()) */
1168 #define wake_lock_init(th) simple_lock_init(&(th)->wake_lock, 0)
1169 #define wake_lock(th) simple_lock(&(th)->wake_lock, &thread_lck_grp) macro
1170 #define wake_unlock(th) simple_unlock(&(th)->wake_lock)
H A Dsched_prim.c1627 wake_lock(thread); in thread_stop()
1647 wake_lock(thread); in thread_stop()
1687 wake_lock(thread); in thread_stop()
1719 wake_lock(thread); in thread_unstop()
1760 wake_lock(thread); in thread_wait()
1790 wake_lock(thread); in thread_wait()
3719 wake_lock(thread); in thread_dispatch()