Home
last modified time | relevance | path

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

/xnu-11417.121.6/osfmk/kern/
H A Dlocks.c1271 lck_wakeup_type_t wake_type, in wakeup_with_inheritor_and_turnstile() argument
1287 switch (wake_type) { in wakeup_with_inheritor_and_turnstile()
/xnu-11417.121.6/tools/tests/zero-to-n/
H A Dzero-to-n.c69 typedef enum wake_type { WAKE_BROADCAST_ONESEM, WAKE_BROADCAST_PERTHREAD, WAKE_CHAIN, WAKE_HOP } wa… enum