Searched defs:CurrentThread (Results 1 – 11 of 11) sorted by relevance
| /external/rust/crates/tokio/src/runtime/scheduler/ |
| D | current_thread.rs | 21 pub(crate) struct CurrentThread { struct 23 core: AtomicCell<Core>, 27 notify: Notify, 104 impl CurrentThread { impl 111 ) -> (CurrentThread, Arc<Handle>) { in new() 242 impl fmt::Debug for CurrentThread { implementation
|
| D | mod.rs | 16 CurrentThread(Arc<current_thread::Handle>), enumerator
|
| /external/rust/crates/tokio/src/runtime/ |
| D | runtime.rs | 71 CurrentThread, enumerator 80 CurrentThread(CurrentThread), enumerator
|
| D | builder.rs | 187 CurrentThread, enumerator
|
| /external/cronet/base/threading/ |
| D | thread_collision_warner.cc | 18 static subtle::Atomic32 CurrentThread() { in CurrentThread() function
|
| /external/libchrome/base/threading/ |
| D | thread_collision_warner.cc | 16 static subtle::Atomic32 CurrentThread() { in CurrentThread() function
|
| /external/cronet/base/task/ |
| D | current_thread.h | 185 explicit CurrentThread( in CurrentThread() function
|
| /external/webrtc/rtc_base/ |
| D | thread.cc | 238 Thread* ThreadManager::CurrentThread() { in CurrentThread() function in rtc::ThreadManager 250 Thread* ThreadManager::CurrentThread() { in CurrentThread() function in rtc::ThreadManager
|
| /external/rust/crates/tokio/src/runtime/tests/ |
| D | task_combinations.rs | 18 CurrentThread, enumerator
|
| /external/cronet/base/task/sequence_manager/ |
| D | task_queue_impl.h | 104 enum class CurrentThread { kMainThread, kNotMainThread }; enum
|
| /external/rust/crates/tokio-macros/src/ |
| D | entry.rs | 11 CurrentThread, enumerator
|