| /ThreadX-v6.2.1/common/src/ |
| D | tx_mutex_get.c | 104 …TER_TO_ULONG_CONVERT(mutex_ptr -> tx_mutex_owner), mutex_ptr -> tx_mutex_ownership_count, TX_TRACE… in _tx_mutex_get() 113 if (mutex_ptr -> tx_mutex_ownership_count == ((UINT) 0)) in _tx_mutex_get() 117 mutex_ptr -> tx_mutex_ownership_count = ((UINT) 1); in _tx_mutex_get() 183 mutex_ptr -> tx_mutex_ownership_count++; in _tx_mutex_get()
|
| D | tx_mutex_put.c | 116 …TER_TO_ULONG_CONVERT(mutex_ptr -> tx_mutex_owner), mutex_ptr -> tx_mutex_ownership_count, TX_POINT… in _tx_mutex_put() 122 if (mutex_ptr -> tx_mutex_ownership_count != ((UINT) 0)) in _tx_mutex_put() 156 mutex_ptr -> tx_mutex_ownership_count--; in _tx_mutex_put() 159 if (mutex_ptr -> tx_mutex_ownership_count != ((UINT) 0)) in _tx_mutex_put() 469 mutex_ptr -> tx_mutex_ownership_count = (UINT) 1; in _tx_mutex_put()
|
| D | tx_mutex_info_get.c | 112 *count = ((ULONG) mutex_ptr -> tx_mutex_ownership_count); in _tx_mutex_info_get()
|
| D | tx_mutex_delete.c | 161 mutex_ptr -> tx_mutex_ownership_count = ((UINT) 1); in _tx_mutex_delete()
|
| D | tx_mutex_cleanup.c | 288 mutex_ptr -> tx_mutex_ownership_count = ((UINT) 1); in _tx_mutex_thread_release()
|
| /ThreadX-v6.2.1/common_smp/src/ |
| D | tx_mutex_get.c | 104 …TER_TO_ULONG_CONVERT(mutex_ptr -> tx_mutex_owner), mutex_ptr -> tx_mutex_ownership_count, TX_TRACE… in _tx_mutex_get() 113 if (mutex_ptr -> tx_mutex_ownership_count == ((UINT) 0)) in _tx_mutex_get() 117 mutex_ptr -> tx_mutex_ownership_count = ((UINT) 1); in _tx_mutex_get() 183 mutex_ptr -> tx_mutex_ownership_count++; in _tx_mutex_get()
|
| D | tx_mutex_put.c | 116 …TER_TO_ULONG_CONVERT(mutex_ptr -> tx_mutex_owner), mutex_ptr -> tx_mutex_ownership_count, TX_POINT… in _tx_mutex_put() 122 if (mutex_ptr -> tx_mutex_ownership_count != ((UINT) 0)) in _tx_mutex_put() 156 mutex_ptr -> tx_mutex_ownership_count--; in _tx_mutex_put() 159 if (mutex_ptr -> tx_mutex_ownership_count != ((UINT) 0)) in _tx_mutex_put() 469 mutex_ptr -> tx_mutex_ownership_count = (UINT) 1; in _tx_mutex_put()
|
| D | tx_mutex_info_get.c | 112 *count = ((ULONG) mutex_ptr -> tx_mutex_ownership_count); in _tx_mutex_info_get()
|
| D | tx_mutex_delete.c | 161 mutex_ptr -> tx_mutex_ownership_count = ((UINT) 1); in _tx_mutex_delete()
|
| D | tx_mutex_cleanup.c | 288 mutex_ptr -> tx_mutex_ownership_count = ((UINT) 1); in _tx_mutex_thread_release()
|
| /ThreadX-v6.2.1/utility/rtos_compatibility_layers/posix/ |
| D | px_mx_lock.c | 83 if ( (mutex_ptr->tx_mutex_ownership_count > 0 ) && (thread_ptr == (mutex_ptr->tx_mutex_owner ))) in pthread_mutex_lock()
|
| D | px_mx_timedlock.c | 90 if ( (mutex_ptr->tx_mutex_ownership_count > 0 ) && (thread_ptr == (mutex_ptr->tx_mutex_owner ))) in pthread_mutex_timedlock()
|
| /ThreadX-v6.2.1/ports/cortex_m7/ghs/inc/ |
| D | tx_el.h | 418 …MUTEX_GET, mutex_ptr, mutex_ptr -> tx_mutex_owner, mutex_ptr -> tx_mutex_ownership_count); TX_EL_E… 421 …MUTEX_PUT, mutex_ptr, mutex_ptr -> tx_mutex_owner, mutex_ptr -> tx_mutex_ownership_count); TX_EL_E…
|
| /ThreadX-v6.2.1/ports/cortex_r4/ghs/inc/ |
| D | tx_el.h | 418 …MUTEX_GET, mutex_ptr, mutex_ptr -> tx_mutex_owner, mutex_ptr -> tx_mutex_ownership_count); TX_EL_E… 421 …MUTEX_PUT, mutex_ptr, mutex_ptr -> tx_mutex_owner, mutex_ptr -> tx_mutex_ownership_count); TX_EL_E…
|
| /ThreadX-v6.2.1/ports/cortex_r7/ghs/inc/ |
| D | tx_el.h | 418 …MUTEX_GET, mutex_ptr, mutex_ptr -> tx_mutex_owner, mutex_ptr -> tx_mutex_ownership_count); TX_EL_E… 421 …MUTEX_PUT, mutex_ptr, mutex_ptr -> tx_mutex_owner, mutex_ptr -> tx_mutex_ownership_count); TX_EL_E…
|
| /ThreadX-v6.2.1/ports/cortex_a8/ghs/inc/ |
| D | tx_el.h | 418 …MUTEX_GET, mutex_ptr, mutex_ptr -> tx_mutex_owner, mutex_ptr -> tx_mutex_ownership_count); TX_EL_E… 421 …MUTEX_PUT, mutex_ptr, mutex_ptr -> tx_mutex_owner, mutex_ptr -> tx_mutex_ownership_count); TX_EL_E…
|
| /ThreadX-v6.2.1/ports_smp/mips32_interaptiv_smp/green/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.2.1/ports/cortex_r5/ghs/inc/ |
| D | tx_el.h | 418 …MUTEX_GET, mutex_ptr, mutex_ptr -> tx_mutex_owner, mutex_ptr -> tx_mutex_ownership_count); TX_EL_E… 421 …MUTEX_PUT, mutex_ptr, mutex_ptr -> tx_mutex_owner, mutex_ptr -> tx_mutex_ownership_count); TX_EL_E…
|
| /ThreadX-v6.2.1/ports/cortex_m4/ghs/inc/ |
| D | tx_el.h | 418 …MUTEX_GET, mutex_ptr, mutex_ptr -> tx_mutex_owner, mutex_ptr -> tx_mutex_ownership_count); TX_EL_E… 421 …MUTEX_PUT, mutex_ptr, mutex_ptr -> tx_mutex_owner, mutex_ptr -> tx_mutex_ownership_count); TX_EL_E…
|
| /ThreadX-v6.2.1/ports_smp/cortex_a5x_smp/green/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.2.1/ports/cortex_a5/ghs/inc/ |
| D | tx_el.h | 418 …MUTEX_GET, mutex_ptr, mutex_ptr -> tx_mutex_owner, mutex_ptr -> tx_mutex_ownership_count); TX_EL_E… 421 …MUTEX_PUT, mutex_ptr, mutex_ptr -> tx_mutex_owner, mutex_ptr -> tx_mutex_ownership_count); TX_EL_E…
|
| /ThreadX-v6.2.1/ports/cortex_m3/ghs/inc/ |
| D | tx_el.h | 418 …MUTEX_GET, mutex_ptr, mutex_ptr -> tx_mutex_owner, mutex_ptr -> tx_mutex_ownership_count); TX_EL_E… 421 …MUTEX_PUT, mutex_ptr, mutex_ptr -> tx_mutex_owner, mutex_ptr -> tx_mutex_ownership_count); TX_EL_E…
|
| /ThreadX-v6.2.1/ports/cortex_a7/ghs/inc/ |
| D | tx_el.h | 418 …MUTEX_GET, mutex_ptr, mutex_ptr -> tx_mutex_owner, mutex_ptr -> tx_mutex_ownership_count); TX_EL_E… 421 …MUTEX_PUT, mutex_ptr, mutex_ptr -> tx_mutex_owner, mutex_ptr -> tx_mutex_ownership_count); TX_EL_E…
|
| /ThreadX-v6.2.1/ports/cortex_a9/ghs/inc/ |
| D | tx_el.h | 418 …MUTEX_GET, mutex_ptr, mutex_ptr -> tx_mutex_owner, mutex_ptr -> tx_mutex_ownership_count); TX_EL_E… 421 …MUTEX_PUT, mutex_ptr, mutex_ptr -> tx_mutex_owner, mutex_ptr -> tx_mutex_ownership_count); TX_EL_E…
|
| /ThreadX-v6.2.1/common_smp/inc/ |
| D | tx_api.h | 906 UINT tx_mutex_ownership_count; member
|