Home
last modified time | relevance | path

Searched refs:mutex_t (Results 1 – 7 of 7) sorted by relevance

/external/python/cpython2/Python/
Dthread_solaris.h82 mutex_t *lock; in PyThread_allocate_lock()
88 lock = (mutex_t *) malloc(sizeof(mutex_t)); in PyThread_allocate_lock()
102 mutex_destroy((mutex_t *) lock); in PyThread_free_lock()
113 success = mutex_lock((mutex_t *) lock); in PyThread_acquire_lock()
115 success = mutex_trylock((mutex_t *) lock); in PyThread_acquire_lock()
128 if (mutex_unlock((mutex_t *) lock)) in PyThread_release_lock()
Dthread_cthread.h68 mutex_t lock; in PyThread_allocate_lock()
98 mutex_lock((mutex_t)lock); in PyThread_acquire_lock()
101 success = mutex_try_lock((mutex_t)lock); in PyThread_acquire_lock()
111 mutex_unlock((mutex_t )lock); in PyThread_release_lock()
/external/vulkan-validation-layers/layers/
Dgpu_validation.h92 using mutex_t = std::mutex; variable
93 using lock_guard_t = std::lock_guard<mutex_t>;
94 using unique_lock_t = std::unique_lock<mutex_t>;
/external/swiftshader/third_party/subzero/runtime/
Dszrt_asan.c33 typedef pthread_mutex_t mutex_t; typedef
40 typedef uint32_t mutex_t; typedef
111 mutex_t quarantine_lock = MUTEX_INITIALIZER;
/external/v8/src/third_party/vtune/
Dittnotify_config.h215 typedef CRITICAL_SECTION mutex_t; typedef
229 typedef pthread_mutex_t mutex_t; typedef
372 mutex_t mutex;
/external/swiftshader/third_party/llvm-7.0/llvm/lib/ExecutionEngine/IntelJITEvents/
Dittnotify_config.h180 typedef CRITICAL_SECTION mutex_t; typedef
194 typedef pthread_mutex_t mutex_t; typedef
343 mutex_t mutex;
/external/llvm/lib/ExecutionEngine/IntelJITEvents/
Dittnotify_config.h180 typedef CRITICAL_SECTION mutex_t; typedef
194 typedef pthread_mutex_t mutex_t; typedef
343 mutex_t mutex;