Home
last modified time | relevance | path

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

/external/rust/crates/parking_lot_core/src/thread_parker/
Dunix.rs123 thread_parker: self, in unpark_lock()
167 thread_parker: *const ThreadParker, field
173 (*self.thread_parker).should_park.set(false); in unpark()
178 let r = libc::pthread_cond_signal((*self.thread_parker).condvar.get()); in unpark()
180 let r = libc::pthread_mutex_unlock((*self.thread_parker).mutex.get()); in unpark()
/external/rust/crates/parking_lot_core/src/
Dspinwait.rs8 use crate::thread_parker;
56 thread_parker::thread_yield(); in spin()
Dlib.rs57 mod thread_parker; module
Dword_lock.rs9 use crate::thread_parker::{ThreadParker, ThreadParkerT, UnparkHandleT};
Dparking_lot.rs7 use crate::thread_parker::{ThreadParker, ThreadParkerT, UnparkHandleT};
1119 use crate::thread_parker::{ThreadParkerT, UnparkHandleT};