Home
last modified time | relevance | path

Searched defs:pthread_rwlock_trywrlock (Results 1 - 6 of 6) sorted by relevance

/third_party/musl/libc-test/src/functionalext/supplement/thread/thread_gtest/
H A Dthread_rwlock_test.cpp24 RwlockHandleControl(std::function<int(pthread_rwlock_t*)> mLock_function, bool mFlag = false, pid_t mTid = 0, std::function<int(pthread_rwlock_t*)> mTrylock_function = &pthread_rwlock_trywrlock) RwlockHandleControl() argument
33 RwlockHandleControl(std::function<int(pthread_rwlock_t*, const timespec*)> mTimedLockFunction, clockid_t mClock, bool mFlag = true, pid_t mTid = 0, std::function<int(pthread_rwlock_t*)> mTrylock_function = &pthread_rwlock_trywrlock) RwlockHandleControl() argument
/third_party/skia/third_party/externals/dng_sdk/source/
H A Ddng_pthread.h226 #define pthread_rwlock_trywrlock dng_pthread_rwlock_trywrlock macro
/third_party/FreeBSD/lib/libc/include/
H A Dnamespace.h180 #define pthread_rwlock_trywrlock _pthread_rwlock_trywrlock macro
/third_party/rust/crates/libc/src/unix/
H A Dmod.rs1163 pub fn pthread_rwlock_trywrlock(lock: *mut pthread_rwlock_t) -> ::c_int; in pthread_rwlock_trywrlock() functions
/third_party/rust/crates/libc/src/vxworks/
H A Dmod.rs1452 pub fn pthread_rwlock_trywrlock(attr: *mut ::pthread_rwlock_t) -> ::c_int; in pthread_rwlock_trywrlock() functions
/third_party/rust/crates/libc/src/fuchsia/
H A Dmod.rs3734 pub fn pthread_rwlock_trywrlock(lock: *mut pthread_rwlock_t) -> ::c_int; in pthread_rwlock_trywrlock() functions

Completed in 20 milliseconds