Home
last modified time | relevance | path

Searched defs:pthread_mutex_t (Results 1 – 25 of 216) sorted by relevance

123456789

/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0.u1/lib/rustlib/src/rust/library/std/src/sys/sync/thread_parking/
H A Dpthread.rs19 unsafe fn lock(lock: *mut libc::pthread_mutex_t) { in lock() function
24 unsafe fn unlock(lock: *mut libc::pthread_mutex_t) { in unlock()
34 unsafe fn wait(cond: *mut libc::pthread_cond_t, lock: *mut libc::pthread_mutex_t) { in wait()
41 lock: *mut libc::pthread_mutex_t, in wait_timeout()
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0/lib/rustlib/src/rust/library/std/src/sys/sync/thread_parking/
H A Dpthread.rs19 unsafe fn lock(lock: *mut libc::pthread_mutex_t) { in lock() function
24 unsafe fn unlock(lock: *mut libc::pthread_mutex_t) { in unlock()
34 unsafe fn wait(cond: *mut libc::pthread_cond_t, lock: *mut libc::pthread_mutex_t) { in wait()
41 lock: *mut libc::pthread_mutex_t, in wait_timeout()
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.81.0/lib/rustlib/src/rust/library/std/src/sys/sync/thread_parking/
H A Dpthread.rs19 unsafe fn lock(lock: *mut libc::pthread_mutex_t) { in lock() function
24 unsafe fn unlock(lock: *mut libc::pthread_mutex_t) { in unlock()
34 unsafe fn wait(cond: *mut libc::pthread_cond_t, lock: *mut libc::pthread_mutex_t) { in wait()
41 lock: *mut libc::pthread_mutex_t, in wait_timeout()
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.80.1/lib/rustlib/src/rust/library/std/src/sys/sync/thread_parking/
H A Dpthread.rs19 unsafe fn lock(lock: *mut libc::pthread_mutex_t) { in lock() function
24 unsafe fn unlock(lock: *mut libc::pthread_mutex_t) { in unlock()
34 unsafe fn wait(cond: *mut libc::pthread_cond_t, lock: *mut libc::pthread_mutex_t) { in wait()
41 lock: *mut libc::pthread_mutex_t, in wait_timeout()
/aosp_15_r20/prebuilts/rust/linux-x86/1.80.1/lib/rustlib/src/rust/library/std/src/sys/sync/thread_parking/
H A Dpthread.rs19 unsafe fn lock(lock: *mut libc::pthread_mutex_t) { in lock() function
24 unsafe fn unlock(lock: *mut libc::pthread_mutex_t) { in unlock()
34 unsafe fn wait(cond: *mut libc::pthread_cond_t, lock: *mut libc::pthread_mutex_t) { in wait()
41 lock: *mut libc::pthread_mutex_t, in wait_timeout()
/aosp_15_r20/external/clang/test/Modules/Inputs/merge-implicit-special-members/
H A Da.h1 struct pthread_mutex_t { int lock; }; argument
H A Db.h1 struct pthread_mutex_t { int lock; }; struct
/aosp_15_r20/prebuilts/rust/linux-x86/1.80.1/lib/rustlib/src/rust/library/std/src/sys/sync/condvar/
H A Dteeos.rs12 lock: *mut libc::pthread_mutex_t, in pthread_cond_timedwait()
57 fn verify(&self, mutex: *mut libc::pthread_mutex_t) { in verify()
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.80.1/lib/rustlib/src/rust/library/std/src/sys/sync/condvar/
H A Dteeos.rs12 lock: *mut libc::pthread_mutex_t, in pthread_cond_timedwait()
57 fn verify(&self, mutex: *mut libc::pthread_mutex_t) { in verify()
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.81.0/lib/rustlib/src/rust/library/std/src/sys/sync/condvar/
H A Dteeos.rs12 lock: *mut libc::pthread_mutex_t, in pthread_cond_timedwait()
57 fn verify(&self, mutex: *mut libc::pthread_mutex_t) { in verify()
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0.u1/lib/rustlib/src/rust/library/std/src/sys/sync/condvar/
H A Dteeos.rs12 lock: *mut libc::pthread_mutex_t, in pthread_cond_timedwait()
57 fn verify(&self, mutex: *mut libc::pthread_mutex_t) { in verify()
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0/lib/rustlib/src/rust/library/std/src/sys/sync/condvar/
H A Dteeos.rs12 lock: *mut libc::pthread_mutex_t, in pthread_cond_timedwait()
57 fn verify(&self, mutex: *mut libc::pthread_mutex_t) { in verify()
/aosp_15_r20/external/llvm-libc/include/llvm-libc-types/
H A Dpthread_mutex_t.h14 typedef __mutex_type pthread_mutex_t; typedef
/aosp_15_r20/external/clang/test/Modules/Inputs/merge-name-for-linkage/
H A Da.h1 typedef union {} pthread_mutex_t; typedef
H A Db.h1 typedef union {} pthread_mutex_t; typedef
/aosp_15_r20/external/pigweed/third_party/chromium_verifier/public/chromium_verifier/pthread/
H A Dpthread.h25 typedef uint32_t pthread_mutex_t; typedef
/aosp_15_r20/external/clang/test/Modules/
H A Dmerge-name-for-linkage.cpp4 typedef union {} pthread_mutex_t; typedef
/aosp_15_r20/external/clang/test/Analysis/Inputs/
H A Dsystem-header-simulator-for-pthread-lock.h8 } pthread_mutex_t; typedef
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/include/python3.11/cpython/
Dpthread_stubs.h35 typedef struct { void *__x; } pthread_mutex_t; typedef
/aosp_15_r20/external/python/cpython3/Include/cpython/
Dpthread_stubs.h35 typedef struct { void *__x; } pthread_mutex_t; typedef
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/include/python3.11/cpython/
Dpthread_stubs.h35 typedef struct { void *__x; } pthread_mutex_t; typedef
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/include/python3.11/cpython/
Dpthread_stubs.h35 typedef struct { void *__x; } pthread_mutex_t; typedef
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/include/python3.11/cpython/
Dpthread_stubs.h35 typedef struct { void *__x; } pthread_mutex_t; typedef
/aosp_15_r20/external/gemmlowp/profiling/
H A Dpthread_everywhere.h46 using pthread_mutex_t = std::mutex *; variable
/aosp_15_r20/test/dittosuite/src/
H A Dinstruction_set.cpp87 [](pthread_mutex_t) { in RunSingle() argument

123456789