Home
last modified time | relevance | path

Searched refs:tx_thread_owned_mutex_count (Results 1 – 6 of 6) sorted by relevance

/ThreadX-v6.3.0/common/src/
Dtx_mutex_put.c189 thread_ptr -> tx_thread_owned_mutex_count--; in _tx_mutex_put()
192 if (thread_ptr -> tx_thread_owned_mutex_count == ((UINT) 0)) in _tx_mutex_put()
436 owned_count = thread_ptr -> tx_thread_owned_mutex_count; in _tx_mutex_put()
466 thread_ptr -> tx_thread_owned_mutex_count = owned_count + ((UINT) 1); in _tx_mutex_put()
Dtx_mutex_get.c167 thread_ptr -> tx_thread_owned_mutex_count++; in _tx_mutex_get()
/ThreadX-v6.3.0/common_smp/src/
Dtx_mutex_put.c189 thread_ptr -> tx_thread_owned_mutex_count--; in _tx_mutex_put()
192 if (thread_ptr -> tx_thread_owned_mutex_count == ((UINT) 0)) in _tx_mutex_put()
436 owned_count = thread_ptr -> tx_thread_owned_mutex_count; in _tx_mutex_put()
466 thread_ptr -> tx_thread_owned_mutex_count = owned_count + ((UINT) 1); in _tx_mutex_put()
Dtx_mutex_get.c167 thread_ptr -> tx_thread_owned_mutex_count++; in _tx_mutex_get()
/ThreadX-v6.3.0/common_smp/inc/
Dtx_api.h590 UINT tx_thread_owned_mutex_count; member
/ThreadX-v6.3.0/common/inc/
Dtx_api.h558 UINT tx_thread_owned_mutex_count; member