Home
last modified time | relevance | path

Searched defs:current_thread (Results 1 – 10 of 10) sorted by relevance

/third_party/rust/rust/src/tools/miri/src/concurrency/
Dinit_once.rs62 let current_thread = this.get_active_thread(); in init_once_observe_attempt() localVariable
79 let current_thread = this.get_active_thread(); in init_once_wake_waiter() localVariable
166 let current_thread = this.get_active_thread(); in init_once_complete() localVariable
195 let current_thread = this.get_active_thread(); in init_once_fail() localVariable
Dsync.rs627 let current_thread = this.get_active_thread(); in condvar_signal() localVariable
661 let current_thread = this.get_active_thread(); in futex_wake() localVariable
Ddata_race.rs1499 let current_thread = vector_info[current_index]; in thread_terminated() localVariable
/third_party/rust/rust/library/std/src/sys_common/
Dthread_info.rs33 pub fn current_thread() -> Option<Thread> { in current_thread() function
/third_party/rust/rust/src/tools/rust-analyzer/crates/stdx/src/thread/
Dintent.rs219 let current_thread = unsafe { libc::pthread_self() }; in get_current_thread_qos_class() localVariable
/third_party/lwip/contrib/ports/freertos/
Dsys_arch.c595 TaskHandle_t current_thread = xTaskGetCurrentTaskHandle(); in sys_check_core_locking() local
/third_party/googletest/googletest/src/
Dgtest-port.cc501 DWORD current_thread = ::GetCurrentThreadId(); in GetValueOnCurrentThread() local
/third_party/mesa3d/src/gtest/src/
Dgtest-port.cc495 DWORD current_thread = ::GetCurrentThreadId(); in GetValueOnCurrentThread() local
/third_party/python/Lib/
Dthreading.py1446 def current_thread(): function
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/minddata/mindrecord/io/
Dshard_writer.cc727 int current_thread = 0; in ParallelWriteData() local