Home
last modified time | relevance | path

Searched refs:check_create (Results 1 – 2 of 2) sorted by relevance

/components/libc/cplusplus/cpp11/armclang/
A Dmutex.cpp16 static int check_create(volatile __ARM_TPL_mutex_t *__vm, bool recursive = false) in check_create() function
72 return check_create(__vm, true); in __ARM_TPL_recursive_mutex_init()
78 if (check_create(__vm)) in __ARM_TPL_mutex_lock()
87 if (check_create(__vm)) in __ARM_TPL_mutex_trylock()
A Dcondvar.cpp109 static int check_create(volatile __ARM_TPL_condvar_t *__vcv) in check_create() function
129 if (check_create(__vcv) != 0) in __ARM_TPL_condvar_wait()
141 if (check_create(__vcv) != 0) in __ARM_TPL_condvar_timedwait()

Completed in 4 milliseconds