Home
last modified time | relevance | path

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

/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/plugin/device/cpu/kernel/
Drandom_util.h28 using mutex_lock = std::lock_guard<std::mutex>; variable
/third_party/musl/libc-test/src/regression/
Dpthread_cond-smasher.c23 # define mutex_lock pthread_mutex_lock macro
/third_party/FreeBSD/sys/compat/linuxkpi/common/include/linux/
Dkernel.h499 #define mutex_lock pthread_mutex_lock macro
/third_party/rust/rust/src/tools/miri/src/concurrency/
Dsync.rs349 fn mutex_lock(&mut self, id: MutexId, thread: ThreadId) { in mutex_lock() method