Home
last modified time | relevance | path

Searched refs:tx_mutex_owner (Results 1 – 25 of 32) sorted by relevance

12

/ThreadX-v6.3.0/common/src/
Dtx_mutex_put.c116 …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()
Dtx_mutex_get.c104 …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()
Dtx_mutex_info_get.c119 *owner = mutex_ptr -> tx_mutex_owner; in _tx_mutex_info_get()
Dtx_mutex_delete.c152 owner_thread = mutex_ptr -> tx_mutex_owner; in _tx_mutex_delete()
/ThreadX-v6.3.0/common_smp/src/
Dtx_mutex_put.c116 …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()
Dtx_mutex_get.c104 …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()
Dtx_mutex_info_get.c119 *owner = mutex_ptr -> tx_mutex_owner; in _tx_mutex_info_get()
Dtx_mutex_delete.c152 owner_thread = mutex_ptr -> tx_mutex_owner; in _tx_mutex_delete()
/ThreadX-v6.3.0/utility/rtos_compatibility_layers/posix/
Dpx_mx_lock.c83 if ( (mutex_ptr->tx_mutex_ownership_count > 0 ) && (thread_ptr == (mutex_ptr->tx_mutex_owner ))) in pthread_mutex_lock()
Dpx_mx_timedlock.c90 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/
Dthreadx_mutex_basic_test.c499 if ((status != TX_SUCCESS) != (mutex_0.tx_mutex_owner != TX_NULL)) in thread_0_entry()
Dthreadx_mutex_information_test.c292 …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/
Dthreadx_mutex_basic_test.c499 if ((status != TX_SUCCESS) != (mutex_0.tx_mutex_owner != TX_NULL)) in thread_0_entry()
Dthreadx_mutex_information_test.c292 …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/
Dtx_el.h418 …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/
Dtx_el.h418 …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/
Dtx_el.h418 …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/
Dtx_el.h418 …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/
Dtx_el.h418 …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/
Dtx_el.h418 …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/
Dtx_el.h418 …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/
Dtx_el.h418 …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/
Dtx_el.h417 …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/
Dtx_el.h418 …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/
Dtx_el.h417 …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 -> …

12