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

/darwin-on-arm/xnu/osfmk/kern/
H A Dthread.h156 decl_simple_lock_data(,wake_lock) /* for thread stop / wait (wake_lock()) */
505 #define wake_lock_init(th) simple_lock_init(&(th)->wake_lock, 0)
506 #define wake_lock(th) simple_lock(&(th)->wake_lock) macro
507 #define wake_unlock(th) simple_unlock(&(th)->wake_lock)
H A Dsched_prim.c1307 wake_lock(thread);
1325 wake_lock(thread);
1353 wake_lock(thread);
1378 wake_lock(thread);
1434 wake_lock(thread);
1464 wake_lock(thread);
2350 wake_lock(thread);

Completed in 28 milliseconds