Home
last modified time | relevance | path

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

/third_party/musl/libc-test/src/functionalext/supplement/thread/thread_gtest/
H A Dthread_mutex_test.cpp20 pthread_mutexattr_t mutexAttr; in InitMutex() local
/third_party/musl/Benchmark/musl/
H A 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; Bm_function_pthread_mutex_trylock_rec() local
86 pthread_mutexattr_t mutexAttr; Bm_function_pthread_mutex_trylock_pi_fast() local
101 pthread_mutexattr_t mutexAttr; Bm_function_pthread_mutex_trylock_pi_errorcheck() local
116 pthread_mutexattr_t mutexAttr; Bm_function_pthread_mutex_trylock_pi_rec() local
133 pthread_mutexattr_t mutexAttr; Bm_function_pthread_mutex_timedlock_fast() local
149 pthread_mutexattr_t mutexAttr; Bm_function_pthread_mutex_timedlock_errchk() local
166 pthread_mutexattr_t mutexAttr; Bm_function_pthread_mutex_timedlock_rec() local
183 pthread_mutexattr_t mutexAttr; Bm_function_pthread_mutex_timedlock_pi_fast() local
200 pthread_mutexattr_t mutexAttr; Bm_function_pthread_mutex_timedlock_pi_errchk() local
217 pthread_mutexattr_t mutexAttr; Bm_function_pthread_mutex_timedlock_pi_rec() local
605 pthread_mutexattr_t mutexAttr; Bm_function_pthread_mutexattr_init_and_mutexattr_destroy() local
[all...]
/third_party/musl/porting/liteos_m/user/hook/
H A Dlos_usr_libc.c181 int pthread_mutexattr_init(pthread_mutexattr_t *mutexAttr) in pthread_mutexattr_init() argument
186 int pthread_mutexattr_settype(pthread_mutexattr_t *mutexAttr, int type) in pthread_mutexattr_settype() argument
191 int pthread_mutexattr_destroy(pthread_mutexattr_t *mutexAttr) in pthread_mutexattr_destroy() argument
196 int pthread_mutex_init(pthread_mutex_t *mutex, const pthread_mutexattr_t *mutexAttr) in pthread_mutex_init() argument

Completed in 3 milliseconds