| /ThreadX-v6.3.0/common/src/ |
| D | tx_mutex_put.c | 116 …TRACE_MUTEX_PUT, mutex_ptr, TX_POINTER_TO_ULONG_CONVERT(mutex_ptr -> tx_mutex_owner), mutex_ptr ->… in _tx_mutex_put() 126 thread_ptr = mutex_ptr -> tx_mutex_owner; in _tx_mutex_put() 132 if (mutex_ptr -> tx_mutex_owner != current_thread) in _tx_mutex_put() 227 mutex_ptr -> tx_mutex_owner = TX_NULL; in _tx_mutex_put() 386 if ((mutex_ptr -> tx_mutex_owner) -> tx_thread_priority != old_priority) in _tx_mutex_put() 390 … _tx_mutex_priority_change(mutex_ptr -> tx_mutex_owner, old_priority); in _tx_mutex_put() 403 mutex_ptr -> tx_mutex_owner = TX_NULL; in _tx_mutex_put() 426 old_owner = mutex_ptr -> tx_mutex_owner; in _tx_mutex_put() 470 mutex_ptr -> tx_mutex_owner = thread_ptr; in _tx_mutex_put()
|
| D | tx_mutex_get.c | 104 …ET, mutex_ptr, wait_option, TX_POINTER_TO_ULONG_CONVERT(mutex_ptr -> tx_mutex_owner), mutex_ptr ->… in _tx_mutex_get() 120 mutex_ptr -> tx_mutex_owner = thread_ptr; in _tx_mutex_get() 178 else if (mutex_ptr -> tx_mutex_owner == thread_ptr) in _tx_mutex_get() 214 mutex_owner = mutex_ptr -> tx_mutex_owner; in _tx_mutex_get()
|
| D | tx_mutex_info_get.c | 119 *owner = mutex_ptr -> tx_mutex_owner; in _tx_mutex_info_get()
|
| D | tx_mutex_delete.c | 152 owner_thread = mutex_ptr -> tx_mutex_owner; in _tx_mutex_delete()
|
| /ThreadX-v6.3.0/common_smp/src/ |
| D | tx_mutex_put.c | 116 …TRACE_MUTEX_PUT, mutex_ptr, TX_POINTER_TO_ULONG_CONVERT(mutex_ptr -> tx_mutex_owner), mutex_ptr ->… in _tx_mutex_put() 126 thread_ptr = mutex_ptr -> tx_mutex_owner; in _tx_mutex_put() 132 if (mutex_ptr -> tx_mutex_owner != current_thread) in _tx_mutex_put() 227 mutex_ptr -> tx_mutex_owner = TX_NULL; in _tx_mutex_put() 386 if ((mutex_ptr -> tx_mutex_owner) -> tx_thread_priority != old_priority) in _tx_mutex_put() 390 … _tx_mutex_priority_change(mutex_ptr -> tx_mutex_owner, old_priority); in _tx_mutex_put() 403 mutex_ptr -> tx_mutex_owner = TX_NULL; in _tx_mutex_put() 426 old_owner = mutex_ptr -> tx_mutex_owner; in _tx_mutex_put() 470 mutex_ptr -> tx_mutex_owner = thread_ptr; in _tx_mutex_put()
|
| D | tx_mutex_get.c | 104 …ET, mutex_ptr, wait_option, TX_POINTER_TO_ULONG_CONVERT(mutex_ptr -> tx_mutex_owner), mutex_ptr ->… in _tx_mutex_get() 120 mutex_ptr -> tx_mutex_owner = thread_ptr; in _tx_mutex_get() 178 else if (mutex_ptr -> tx_mutex_owner == thread_ptr) in _tx_mutex_get() 214 mutex_owner = mutex_ptr -> tx_mutex_owner; in _tx_mutex_get()
|
| D | tx_mutex_info_get.c | 119 *owner = mutex_ptr -> tx_mutex_owner; in _tx_mutex_info_get()
|
| D | tx_mutex_delete.c | 152 owner_thread = mutex_ptr -> tx_mutex_owner; in _tx_mutex_delete()
|
| /ThreadX-v6.3.0/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.3.0/test/tx/regression/ |
| D | threadx_mutex_basic_test.c | 499 if ((status != TX_SUCCESS) != (mutex_0.tx_mutex_owner != TX_NULL)) in thread_0_entry()
|
| D | threadx_mutex_information_test.c | 292 …TX_SUCCESS) || (count != mutex_2.tx_mutex_ownership_count) || (owner != mutex_2.tx_mutex_owner) || in thread_0_entry()
|
| /ThreadX-v6.3.0/test/smp/regression/ |
| D | threadx_mutex_basic_test.c | 499 if ((status != TX_SUCCESS) != (mutex_0.tx_mutex_owner != TX_NULL)) in thread_0_entry()
|
| D | threadx_mutex_information_test.c | 292 …TX_SUCCESS) || (count != mutex_2.tx_mutex_ownership_count) || (owner != mutex_2.tx_mutex_owner) || in thread_0_entry()
|
| /ThreadX-v6.3.0/ports/cortex_m3/ghs/inc/ |
| D | tx_el.h | 418 …NEL_CALL_EVENT_INSERT_INFO3(TX_EL_MUTEX_GET, mutex_ptr, mutex_ptr -> tx_mutex_owner, mutex_ptr -> … 421 …NEL_CALL_EVENT_INSERT_INFO3(TX_EL_MUTEX_PUT, mutex_ptr, mutex_ptr -> tx_mutex_owner, mutex_ptr -> …
|
| /ThreadX-v6.3.0/ports/cortex_r4/ghs/inc/ |
| D | tx_el.h | 418 …NEL_CALL_EVENT_INSERT_INFO3(TX_EL_MUTEX_GET, mutex_ptr, mutex_ptr -> tx_mutex_owner, mutex_ptr -> … 421 …NEL_CALL_EVENT_INSERT_INFO3(TX_EL_MUTEX_PUT, mutex_ptr, mutex_ptr -> tx_mutex_owner, mutex_ptr -> …
|
| /ThreadX-v6.3.0/ports/cortex_m7/ghs/inc/ |
| D | tx_el.h | 418 …NEL_CALL_EVENT_INSERT_INFO3(TX_EL_MUTEX_GET, mutex_ptr, mutex_ptr -> tx_mutex_owner, mutex_ptr -> … 421 …NEL_CALL_EVENT_INSERT_INFO3(TX_EL_MUTEX_PUT, mutex_ptr, mutex_ptr -> tx_mutex_owner, mutex_ptr -> …
|
| /ThreadX-v6.3.0/ports/cortex_m4/ghs/inc/ |
| D | tx_el.h | 418 …NEL_CALL_EVENT_INSERT_INFO3(TX_EL_MUTEX_GET, mutex_ptr, mutex_ptr -> tx_mutex_owner, mutex_ptr -> … 421 …NEL_CALL_EVENT_INSERT_INFO3(TX_EL_MUTEX_PUT, mutex_ptr, mutex_ptr -> tx_mutex_owner, mutex_ptr -> …
|
| /ThreadX-v6.3.0/ports/cortex_a8/ghs/inc/ |
| D | tx_el.h | 418 …NEL_CALL_EVENT_INSERT_INFO3(TX_EL_MUTEX_GET, mutex_ptr, mutex_ptr -> tx_mutex_owner, mutex_ptr -> … 421 …NEL_CALL_EVENT_INSERT_INFO3(TX_EL_MUTEX_PUT, mutex_ptr, mutex_ptr -> tx_mutex_owner, mutex_ptr -> …
|
| /ThreadX-v6.3.0/ports/cortex_a9/ghs/inc/ |
| D | tx_el.h | 418 …NEL_CALL_EVENT_INSERT_INFO3(TX_EL_MUTEX_GET, mutex_ptr, mutex_ptr -> tx_mutex_owner, mutex_ptr -> … 421 …NEL_CALL_EVENT_INSERT_INFO3(TX_EL_MUTEX_PUT, mutex_ptr, mutex_ptr -> tx_mutex_owner, mutex_ptr -> …
|
| /ThreadX-v6.3.0/ports/cortex_r5/ghs/inc/ |
| D | tx_el.h | 418 …NEL_CALL_EVENT_INSERT_INFO3(TX_EL_MUTEX_GET, mutex_ptr, mutex_ptr -> tx_mutex_owner, mutex_ptr -> … 421 …NEL_CALL_EVENT_INSERT_INFO3(TX_EL_MUTEX_PUT, mutex_ptr, mutex_ptr -> tx_mutex_owner, mutex_ptr -> …
|
| /ThreadX-v6.3.0/ports/cortex_r7/ghs/inc/ |
| D | tx_el.h | 418 …NEL_CALL_EVENT_INSERT_INFO3(TX_EL_MUTEX_GET, mutex_ptr, mutex_ptr -> tx_mutex_owner, mutex_ptr -> … 421 …NEL_CALL_EVENT_INSERT_INFO3(TX_EL_MUTEX_PUT, mutex_ptr, mutex_ptr -> tx_mutex_owner, mutex_ptr -> …
|
| /ThreadX-v6.3.0/ports_smp/mips32_interaptiv_smp/green/inc/ |
| D | tx_el.h | 417 …NEL_CALL_EVENT_INSERT_INFO3(TX_EL_MUTEX_GET, mutex_ptr, mutex_ptr -> tx_mutex_owner, mutex_ptr -> … 420 …NEL_CALL_EVENT_INSERT_INFO3(TX_EL_MUTEX_PUT, mutex_ptr, mutex_ptr -> tx_mutex_owner, mutex_ptr -> …
|
| /ThreadX-v6.3.0/ports_arch/ARMv7-M/threadx/ghs/inc/ |
| D | tx_el.h | 418 …NEL_CALL_EVENT_INSERT_INFO3(TX_EL_MUTEX_GET, mutex_ptr, mutex_ptr -> tx_mutex_owner, mutex_ptr -> … 421 …NEL_CALL_EVENT_INSERT_INFO3(TX_EL_MUTEX_PUT, mutex_ptr, mutex_ptr -> tx_mutex_owner, mutex_ptr -> …
|
| /ThreadX-v6.3.0/ports_smp/cortex_a5x_smp/green/inc/ |
| D | tx_el.h | 417 …NEL_CALL_EVENT_INSERT_INFO3(TX_EL_MUTEX_GET, mutex_ptr, mutex_ptr -> tx_mutex_owner, mutex_ptr -> … 420 …NEL_CALL_EVENT_INSERT_INFO3(TX_EL_MUTEX_PUT, mutex_ptr, mutex_ptr -> tx_mutex_owner, mutex_ptr -> …
|