Home
last modified time | relevance | path

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

/ThreadX-v6.4.1/common/src/
Dtx_mutex_put.c188 thread_ptr -> tx_thread_owned_mutex_count--; in _tx_mutex_put()
191 if (thread_ptr -> tx_thread_owned_mutex_count == ((UINT) 0)) in _tx_mutex_put()
435 owned_count = thread_ptr -> tx_thread_owned_mutex_count; in _tx_mutex_put()
465 thread_ptr -> tx_thread_owned_mutex_count = owned_count + ((UINT) 1); in _tx_mutex_put()
Dtx_mutex_get.c166 thread_ptr -> tx_thread_owned_mutex_count++; in _tx_mutex_get()
/ThreadX-v6.4.1/common_smp/src/
Dtx_mutex_put.c188 thread_ptr -> tx_thread_owned_mutex_count--; in _tx_mutex_put()
191 if (thread_ptr -> tx_thread_owned_mutex_count == ((UINT) 0)) in _tx_mutex_put()
435 owned_count = thread_ptr -> tx_thread_owned_mutex_count; in _tx_mutex_put()
465 thread_ptr -> tx_thread_owned_mutex_count = owned_count + ((UINT) 1); in _tx_mutex_put()
Dtx_mutex_get.c166 thread_ptr -> tx_thread_owned_mutex_count++; in _tx_mutex_get()
/ThreadX-v6.4.1/common_smp/inc/
Dtx_api.h595 UINT tx_thread_owned_mutex_count; member
/ThreadX-v6.4.1/common/inc/
Dtx_api.h563 UINT tx_thread_owned_mutex_count; member