/ThreadX-v6.4.1/common_smp/src/ |
D | tx_mutex_get.c | 103 …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()
|
D | tx_mutex_put.c | 115 …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()
|
D | tx_mutex_info_get.c | 111 *count = ((ULONG) mutex_ptr -> tx_mutex_ownership_count); in _tx_mutex_info_get()
|
D | tx_mutex_delete.c | 160 mutex_ptr -> tx_mutex_ownership_count = ((UINT) 1); in _tx_mutex_delete()
|
D | tx_mutex_cleanup.c | 287 mutex_ptr -> tx_mutex_ownership_count = ((UINT) 1); in _tx_mutex_thread_release()
|
/ThreadX-v6.4.1/common/src/ |
D | tx_mutex_get.c | 103 …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()
|
D | tx_mutex_put.c | 115 …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()
|
D | tx_mutex_info_get.c | 111 *count = ((ULONG) mutex_ptr -> tx_mutex_ownership_count); in _tx_mutex_info_get()
|
D | tx_mutex_delete.c | 160 mutex_ptr -> tx_mutex_ownership_count = ((UINT) 1); in _tx_mutex_delete()
|
D | tx_mutex_cleanup.c | 287 mutex_ptr -> tx_mutex_ownership_count = ((UINT) 1); in _tx_mutex_thread_release()
|
/ThreadX-v6.4.1/utility/rtos_compatibility_layers/posix/ |
D | px_mx_lock.c | 82 if ( (mutex_ptr->tx_mutex_ownership_count > 0 ) && (thread_ptr == (mutex_ptr->tx_mutex_owner ))) in pthread_mutex_lock()
|
D | px_mx_timedlock.c | 89 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/ |
D | threadx_mutex_information_test.c | 174 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()
|
D | threadx_mutex_basic_test.c | 487 if ((status != TX_SUCCESS) || (mutex_0.tx_mutex_ownership_count != 1)) in thread_0_entry()
|
/ThreadX-v6.4.1/test/tx/regression/ |
D | threadx_mutex_information_test.c | 174 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()
|
D | threadx_mutex_basic_test.c | 487 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/ |
D | tx_el.h | 416 …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/ |
D | tx_el.h | 417 …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/ |
D | tx_el.h | 417 …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/ |
D | tx_el.h | 417 …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/ |
D | tx_el.h | 417 …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/ |
D | tx_el.h | 416 …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/ |
D | tx_el.h | 417 …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/ |
D | tx_el.h | 417 …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/ |
D | tx_el.h | 417 …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…
|