Home
last modified time | relevance | path

Searched defs:mutexAttr (Results 1 – 3 of 3) sorted by relevance

/third_party/musl/Benchmark/musl/
Dlibc_pthread.cpp31 pthread_mutexattr_t mutexAttr; in Bm_function_pthread_mutexattr_settype() local
41 pthread_mutexattr_t mutexAttr; in Bm_function_pthread_mutex_trylock_fast() local
56 pthread_mutexattr_t mutexAttr; in Bm_function_pthread_mutex_trylock_errchk() local
71 pthread_mutexattr_t mutexAttr; in Bm_function_pthread_mutex_trylock_rec() local
86 pthread_mutexattr_t mutexAttr; in Bm_function_pthread_mutex_trylock_pi_fast() local
101 pthread_mutexattr_t mutexAttr; in Bm_function_pthread_mutex_trylock_pi_errorcheck() local
116 pthread_mutexattr_t mutexAttr; in Bm_function_pthread_mutex_trylock_pi_rec() local
133 pthread_mutexattr_t mutexAttr; in Bm_function_pthread_mutex_timedlock_fast() local
149 pthread_mutexattr_t mutexAttr; in Bm_function_pthread_mutex_timedlock_errchk() local
166 pthread_mutexattr_t mutexAttr; in Bm_function_pthread_mutex_timedlock_rec() local
[all …]
/third_party/musl/porting/liteos_m/user/hook/
Dlos_usr_libc.c181 int pthread_mutexattr_init(pthread_mutexattr_t *mutexAttr) in pthread_mutexattr_init()
186 int pthread_mutexattr_settype(pthread_mutexattr_t *mutexAttr, int type) in pthread_mutexattr_settype()
191 int pthread_mutexattr_destroy(pthread_mutexattr_t *mutexAttr) in pthread_mutexattr_destroy()
196 int pthread_mutex_init(pthread_mutex_t *mutex, const pthread_mutexattr_t *mutexAttr) in pthread_mutex_init()
/third_party/musl/libc-test/src/functionalext/supplement/thread/thread_gtest/
Dthread_mutex_test.cpp20 pthread_mutexattr_t mutexAttr; in InitMutex() local