Home
last modified time | relevance | path

Searched defs:queue_head (Results 1 – 4 of 4) sorted by relevance

/external/rust/crates/parking_lot_core/src/
Dword_lock.rs145 let queue_head = state.queue_head(); in lock_slow() localVariable
205 let queue_head = state.queue_head(); in unlock_slow() localVariable
292 fn queue_head(self) -> *const ThreadData; in queue_head() method
308 fn queue_head(self) -> *const ThreadData { in queue_head() method
Dparking_lot.rs71 queue_head: Cell<*const ThreadData>, field
/external/selinux/checkpolicy/
Dqueue.c96 queue_element_t queue_head(queue_t q) in queue_head() function
/external/tensorflow/tensorflow/core/framework/
Drun_handler.cc91 void WaitOnWaiter(Waiter* waiter, Waiter* queue_head, mutex* mutex, in WaitOnWaiter()