Home
last modified time | relevance | path

Searched refs:tct_mtx_recursive (Results 1 – 4 of 4) sorted by relevance

/dports/devel/R-cran-later/later/src/
H A Dtimer_posix.cpp51 callback(callback), mutex(tct_mtx_recursive), cond(mutex), stopped(false) { in Timer()
H A Dcallback_registry_table.h44 CallbackRegistryTable() : mutex(tct_mtx_plain | tct_mtx_recursive), condvar(mutex) { in CallbackRegistryTable()
H A Dtinycthread.h191 #define tct_mtx_recursive 2 macro
H A Dtinycthread.c61 mtx->mRecursive = type & tct_mtx_recursive; in tct_mtx_init()
80 if (type & tct_mtx_recursive) in tct_mtx_init()