Searched defs:queue_head (Results 1 – 4 of 4) sorted by relevance
145 let queue_head = state.queue_head(); in lock_slow() localVariable205 let queue_head = state.queue_head(); in unlock_slow() localVariable292 fn queue_head(self) -> *const ThreadData; in queue_head() method308 fn queue_head(self) -> *const ThreadData { in queue_head() method
71 queue_head: Cell<*const ThreadData>, field
96 queue_element_t queue_head(queue_t q) in queue_head() function
91 void WaitOnWaiter(Waiter* waiter, Waiter* queue_head, mutex* mutex, in WaitOnWaiter()