Home
last modified time | relevance | path

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

/ThreadX-v6.3.0/common/src/
Dtx_mutex_put.c91 UINT owned_count; in _tx_mutex_put() local
436 owned_count = thread_ptr -> tx_thread_owned_mutex_count; in _tx_mutex_put()
439 if (owned_count == ((UINT) 0)) in _tx_mutex_put()
466 thread_ptr -> tx_thread_owned_mutex_count = owned_count + ((UINT) 1); in _tx_mutex_put()
/ThreadX-v6.3.0/common_smp/src/
Dtx_mutex_put.c91 UINT owned_count; in _tx_mutex_put() local
436 owned_count = thread_ptr -> tx_thread_owned_mutex_count; in _tx_mutex_put()
439 if (owned_count == ((UINT) 0)) in _tx_mutex_put()
466 thread_ptr -> tx_thread_owned_mutex_count = owned_count + ((UINT) 1); in _tx_mutex_put()