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

/macosx-10.5.8/xnu-1228.15.4/osfmk/vm/
H A Dvm_purgeable.c50 static int token_q_allocating = 0; /* flag to singlethread allocator */ variable
119 while(token_q_allocating) {
120 wait_result_t res = thread_sleep_mutex((event_t)&token_q_allocating,
131 token_q_allocating = 1;
151 token_q_allocating = 0;
152 thread_wakeup((event_t)&token_q_allocating);
173 token_q_allocating = 0;
174 thread_wakeup((event_t)&token_q_allocating);

Completed in 23 milliseconds