Home
last modified time | relevance | path

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

/xnu-12377.61.12/osfmk/vm/
H A Dvm_purgeable.c83 static int token_q_allocating = 0; /* flag for singlethreading variable
176 while (token_q_allocating) { in vm_purgeable_token_add()
179 (event_t)&token_q_allocating, in vm_purgeable_token_add()
192 token_q_allocating = 1; in vm_purgeable_token_add()
222 token_q_allocating = 0; in vm_purgeable_token_add()
223 thread_wakeup((event_t)&token_q_allocating); in vm_purgeable_token_add()
247 token_q_allocating = 0; in vm_purgeable_token_add()
248 thread_wakeup((event_t)&token_q_allocating); in vm_purgeable_token_add()