Home
last modified time | relevance | path

Searched refs:tx_mutex_ownership_count (Results 1 – 25 of 33) sorted by relevance

12

/ThreadX-v6.4.1/common_smp/src/
Dtx_mutex_get.c103 …TER_TO_ULONG_CONVERT(mutex_ptr -> tx_mutex_owner), mutex_ptr -> tx_mutex_ownership_count, TX_TRACE… in _tx_mutex_get()
112 if (mutex_ptr -> tx_mutex_ownership_count == ((UINT) 0)) in _tx_mutex_get()
116 mutex_ptr -> tx_mutex_ownership_count = ((UINT) 1); in _tx_mutex_get()
182 mutex_ptr -> tx_mutex_ownership_count++; in _tx_mutex_get()
Dtx_mutex_put.c115 …TER_TO_ULONG_CONVERT(mutex_ptr -> tx_mutex_owner), mutex_ptr -> tx_mutex_ownership_count, TX_POINT… in _tx_mutex_put()
121 if (mutex_ptr -> tx_mutex_ownership_count != ((UINT) 0)) in _tx_mutex_put()
155 mutex_ptr -> tx_mutex_ownership_count--; in _tx_mutex_put()
158 if (mutex_ptr -> tx_mutex_ownership_count != ((UINT) 0)) in _tx_mutex_put()
468 mutex_ptr -> tx_mutex_ownership_count = (UINT) 1; in _tx_mutex_put()
Dtx_mutex_info_get.c111 *count = ((ULONG) mutex_ptr -> tx_mutex_ownership_count); in _tx_mutex_info_get()
Dtx_mutex_delete.c160 mutex_ptr -> tx_mutex_ownership_count = ((UINT) 1); in _tx_mutex_delete()
Dtx_mutex_cleanup.c287 mutex_ptr -> tx_mutex_ownership_count = ((UINT) 1); in _tx_mutex_thread_release()
/ThreadX-v6.4.1/common/src/
Dtx_mutex_get.c103 …TER_TO_ULONG_CONVERT(mutex_ptr -> tx_mutex_owner), mutex_ptr -> tx_mutex_ownership_count, TX_TRACE… in _tx_mutex_get()
112 if (mutex_ptr -> tx_mutex_ownership_count == ((UINT) 0)) in _tx_mutex_get()
116 mutex_ptr -> tx_mutex_ownership_count = ((UINT) 1); in _tx_mutex_get()
182 mutex_ptr -> tx_mutex_ownership_count++; in _tx_mutex_get()
Dtx_mutex_put.c115 …TER_TO_ULONG_CONVERT(mutex_ptr -> tx_mutex_owner), mutex_ptr -> tx_mutex_ownership_count, TX_POINT… in _tx_mutex_put()
121 if (mutex_ptr -> tx_mutex_ownership_count != ((UINT) 0)) in _tx_mutex_put()
155 mutex_ptr -> tx_mutex_ownership_count--; in _tx_mutex_put()
158 if (mutex_ptr -> tx_mutex_ownership_count != ((UINT) 0)) in _tx_mutex_put()
468 mutex_ptr -> tx_mutex_ownership_count = (UINT) 1; in _tx_mutex_put()
Dtx_mutex_info_get.c111 *count = ((ULONG) mutex_ptr -> tx_mutex_ownership_count); in _tx_mutex_info_get()
Dtx_mutex_delete.c160 mutex_ptr -> tx_mutex_ownership_count = ((UINT) 1); in _tx_mutex_delete()
Dtx_mutex_cleanup.c287 mutex_ptr -> tx_mutex_ownership_count = ((UINT) 1); in _tx_mutex_thread_release()
/ThreadX-v6.4.1/utility/rtos_compatibility_layers/posix/
Dpx_mx_lock.c82 if ( (mutex_ptr->tx_mutex_ownership_count > 0 ) && (thread_ptr == (mutex_ptr->tx_mutex_owner ))) in pthread_mutex_lock()
Dpx_mx_timedlock.c89 if ( (mutex_ptr->tx_mutex_ownership_count > 0 ) && (thread_ptr == (mutex_ptr->tx_mutex_owner ))) in pthread_mutex_timedlock()
/ThreadX-v6.4.1/test/smp/regression/
Dthreadx_mutex_information_test.c174 if ((status != TX_SUCCESS) || (mutex_0.tx_mutex_ownership_count != 1)) in thread_0_entry()
292 …if ((status != TX_SUCCESS) || (count != mutex_2.tx_mutex_ownership_count) || (owner != mutex_2.tx_… in thread_0_entry()
Dthreadx_mutex_basic_test.c487 if ((status != TX_SUCCESS) || (mutex_0.tx_mutex_ownership_count != 1)) in thread_0_entry()
/ThreadX-v6.4.1/test/tx/regression/
Dthreadx_mutex_information_test.c174 if ((status != TX_SUCCESS) || (mutex_0.tx_mutex_ownership_count != 1)) in thread_0_entry()
292 …if ((status != TX_SUCCESS) || (count != mutex_2.tx_mutex_ownership_count) || (owner != mutex_2.tx_… in thread_0_entry()
Dthreadx_mutex_basic_test.c487 if ((status != TX_SUCCESS) || (mutex_0.tx_mutex_ownership_count != 1)) in thread_0_entry()
/ThreadX-v6.4.1/ports_smp/mips32_interaptiv_smp/green/inc/
Dtx_el.h416 …MUTEX_GET, mutex_ptr, mutex_ptr -> tx_mutex_owner, mutex_ptr -> tx_mutex_ownership_count); TX_EL_E…
419 …MUTEX_PUT, mutex_ptr, mutex_ptr -> tx_mutex_owner, mutex_ptr -> tx_mutex_ownership_count); TX_EL_E…
/ThreadX-v6.4.1/ports/cortex_m4/ghs/inc/
Dtx_el.h417 …MUTEX_GET, mutex_ptr, mutex_ptr -> tx_mutex_owner, mutex_ptr -> tx_mutex_ownership_count); TX_EL_E…
420 …MUTEX_PUT, mutex_ptr, mutex_ptr -> tx_mutex_owner, mutex_ptr -> tx_mutex_ownership_count); TX_EL_E…
/ThreadX-v6.4.1/ports/cortex_m3/ghs/inc/
Dtx_el.h417 …MUTEX_GET, mutex_ptr, mutex_ptr -> tx_mutex_owner, mutex_ptr -> tx_mutex_ownership_count); TX_EL_E…
420 …MUTEX_PUT, mutex_ptr, mutex_ptr -> tx_mutex_owner, mutex_ptr -> tx_mutex_ownership_count); TX_EL_E…
/ThreadX-v6.4.1/ports/cortex_r5/ghs/inc/
Dtx_el.h417 …MUTEX_GET, mutex_ptr, mutex_ptr -> tx_mutex_owner, mutex_ptr -> tx_mutex_ownership_count); TX_EL_E…
420 …MUTEX_PUT, mutex_ptr, mutex_ptr -> tx_mutex_owner, mutex_ptr -> tx_mutex_ownership_count); TX_EL_E…
/ThreadX-v6.4.1/ports/cortex_a7/ghs/inc/
Dtx_el.h417 …MUTEX_GET, mutex_ptr, mutex_ptr -> tx_mutex_owner, mutex_ptr -> tx_mutex_ownership_count); TX_EL_E…
420 …MUTEX_PUT, mutex_ptr, mutex_ptr -> tx_mutex_owner, mutex_ptr -> tx_mutex_ownership_count); TX_EL_E…
/ThreadX-v6.4.1/ports_smp/cortex_a5x_smp/green/inc/
Dtx_el.h416 …MUTEX_GET, mutex_ptr, mutex_ptr -> tx_mutex_owner, mutex_ptr -> tx_mutex_ownership_count); TX_EL_E…
419 …MUTEX_PUT, mutex_ptr, mutex_ptr -> tx_mutex_owner, mutex_ptr -> tx_mutex_ownership_count); TX_EL_E…
/ThreadX-v6.4.1/ports/cortex_r4/ghs/inc/
Dtx_el.h417 …MUTEX_GET, mutex_ptr, mutex_ptr -> tx_mutex_owner, mutex_ptr -> tx_mutex_ownership_count); TX_EL_E…
420 …MUTEX_PUT, mutex_ptr, mutex_ptr -> tx_mutex_owner, mutex_ptr -> tx_mutex_ownership_count); TX_EL_E…
/ThreadX-v6.4.1/ports/cortex_r7/ghs/inc/
Dtx_el.h417 …MUTEX_GET, mutex_ptr, mutex_ptr -> tx_mutex_owner, mutex_ptr -> tx_mutex_ownership_count); TX_EL_E…
420 …MUTEX_PUT, mutex_ptr, mutex_ptr -> tx_mutex_owner, mutex_ptr -> tx_mutex_ownership_count); TX_EL_E…
/ThreadX-v6.4.1/ports_arch/ARMv7-M/threadx/ghs/inc/
Dtx_el.h417 …MUTEX_GET, mutex_ptr, mutex_ptr -> tx_mutex_owner, mutex_ptr -> tx_mutex_ownership_count); TX_EL_E…
420 …MUTEX_PUT, mutex_ptr, mutex_ptr -> tx_mutex_owner, mutex_ptr -> tx_mutex_ownership_count); TX_EL_E…

12