Searched defs:CurrentThread (Results 1 – 11 of 11) sorted by relevance
| /external/rust/crates/tokio/src/runtime/scheduler/ |
| D | mod.rs | 33 CurrentThread(Arc<current_thread::Handle>), enumerator 50 CurrentThread(current_thread::Context), enumerator
|
| /external/rust/crates/tokio/src/runtime/scheduler/current_thread/ |
| D | mod.rs | 22 pub(crate) struct CurrentThread { struct 24 core: AtomicCell<Core>, 28 notify: Notify, 117 impl CurrentThread { impl 124 ) -> (CurrentThread, Arc<Handle>) { in new() 280 impl fmt::Debug for CurrentThread { implementation
|
| /external/rust/crates/tokio/src/runtime/ |
| D | runtime.rs | 113 CurrentThread, enumerator 125 CurrentThread(CurrentThread), enumerator
|
| D | builder.rs | 201 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 | 95 enum class CurrentThread { kMainThread, kNotMainThread }; enum
|
| /external/rust/crates/tokio-macros/src/ |
| D | entry.rs | 11 CurrentThread, enumerator
|