Home
last modified time | relevance | path

Searched refs:recursive (Results 1 – 7 of 7) sorted by relevance

/components/libc/cplusplus/cpp11/armclang/
A Dcondvar.cpp44 void arm_tpl_cv::wait(rt_mutex_t lock, bool recursive) in wait() argument
49 if (recursive) in wait()
54 if (recursive) in wait()
60 int arm_tpl_cv::timedwait(rt_mutex_t lock, bool recursive, unsigned int timeout_ms) in timedwait() argument
66 if (recursive) in timedwait()
82 if (recursive) in timedwait()
A Dmutex.cpp16 static int check_create(volatile __ARM_TPL_mutex_t *__vm, bool recursive = false) in check_create() argument
24 if (recursive) in check_create()
34 mutex_p->type = recursive ? RECURSIVE : NORMAL; in check_create()
A Dtpl.h46 void wait(rt_mutex_t lock, bool recursive);
47 int timedwait(rt_mutex_t lock, bool recursive, unsigned int timeout_ms);
/components/dfs/dfs_v1/filesystems/elmfat/
A D00history.txt343 Limited number of recursive calls in f_findnext().
/components/net/lwip/lwip-1.4.1/doc/
A Dsys_arch.txt186 function should support recursive calls from the same task or interrupt. In
/components/dfs/dfs_v2/filesystems/elmfat/
A D00history.txt343 Limited number of recursive calls in f_findnext().
/components/net/lwip/lwip-2.0.3/doc/
A Dsys_arch.txt222 function should support recursive calls from the same task or interrupt. In

Completed in 8 milliseconds