Home
last modified time | relevance | path

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

/xnu-10063.121.3/osfmk/vm/
H A Dvm_purgeable.c82 static int token_q_allocating = 0; /* flag for singlethreading variable
175 while (token_q_allocating) { in vm_purgeable_token_add()
178 (event_t)&token_q_allocating, in vm_purgeable_token_add()
191 token_q_allocating = 1; in vm_purgeable_token_add()
214 token_q_allocating = 0; in vm_purgeable_token_add()
215 thread_wakeup((event_t)&token_q_allocating); in vm_purgeable_token_add()
239 token_q_allocating = 0; in vm_purgeable_token_add()
240 thread_wakeup((event_t)&token_q_allocating); in vm_purgeable_token_add()