Searched refs:RECURSIVE (Results 1 – 6 of 6) sorted by relevance
34 mutex_p->type = recursive ? RECURSIVE : NORMAL; in check_create()47 if (mutex_p->type == RECURSIVE) in mutexLock()62 if (mutex_p->type == RECURSIVE) in mutexUnlock()
132 ((arm_tpl_cv *) __vcv->data)->wait(tmutex->mutex, tmutex->type == RECURSIVE); in __ARM_TPL_condvar_wait()148 …if (((arm_tpl_cv *) __vcv->data)->timedwait(tmutex->mutex, tmutex->type == RECURSIVE, timeout_ms) … in __ARM_TPL_condvar_timedwait()
23 RECURSIVE, enumerator
832 # The RECURSIVE tag can be used to specify whether or not subdirectories should836 RECURSIVE = YES889 # irrespective of the value of the RECURSIVE tag.
842 # The RECURSIVE tag can be used to specify whether or not subdirectories should846 RECURSIVE = YES900 # irrespective of the value of the RECURSIVE tag.
Completed in 13 milliseconds