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

/macosx-10.5.8/xnu-1228.15.4/osfmk/kern/
H A Dthread.h152 decl_simple_lock_data(,wake_lock) /* for thread stop / wait (wake_lock()) */
424 #define wake_lock_init(th) simple_lock_init(&(th)->wake_lock, 0)
425 #define wake_lock(th) simple_lock(&(th)->wake_lock) macro
426 #define wake_unlock(th) simple_unlock(&(th)->wake_lock)
H A Dsched_prim.c881 wake_lock(thread);
899 wake_lock(thread);
927 wake_lock(thread);
952 wake_lock(thread);
995 wake_lock(thread);
1015 wake_lock(thread);
1669 wake_lock(thread);

Completed in 29 milliseconds