Home
last modified time | relevance | path

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

12

/ThreadX-v6.4.1/common/src/
Dtx_mutex_put.c115 …TRACE_MUTEX_PUT, mutex_ptr, TX_POINTER_TO_ULONG_CONVERT(mutex_ptr -> tx_mutex_owner), mutex_ptr ->… in _tx_mutex_put()
125 thread_ptr = mutex_ptr -> tx_mutex_owner; in _tx_mutex_put()
131 if (mutex_ptr -> tx_mutex_owner != current_thread) in _tx_mutex_put()
226 mutex_ptr -> tx_mutex_owner = TX_NULL; in _tx_mutex_put()
385 if ((mutex_ptr -> tx_mutex_owner) -> tx_thread_priority != old_priority) in _tx_mutex_put()
389 … _tx_mutex_priority_change(mutex_ptr -> tx_mutex_owner, old_priority); in _tx_mutex_put()
402 mutex_ptr -> tx_mutex_owner = TX_NULL; in _tx_mutex_put()
425 old_owner = mutex_ptr -> tx_mutex_owner; in _tx_mutex_put()
469 mutex_ptr -> tx_mutex_owner = thread_ptr; in _tx_mutex_put()
Dtx_mutex_get.c103 …ET, mutex_ptr, wait_option, TX_POINTER_TO_ULONG_CONVERT(mutex_ptr -> tx_mutex_owner), mutex_ptr ->… in _tx_mutex_get()
119 mutex_ptr -> tx_mutex_owner = thread_ptr; in _tx_mutex_get()
177 else if (mutex_ptr -> tx_mutex_owner == thread_ptr) in _tx_mutex_get()
213 mutex_owner = mutex_ptr -> tx_mutex_owner; in _tx_mutex_get()
Dtx_mutex_info_get.c118 *owner = mutex_ptr -> tx_mutex_owner; in _tx_mutex_info_get()
Dtx_mutex_delete.c151 owner_thread = mutex_ptr -> tx_mutex_owner; in _tx_mutex_delete()
/ThreadX-v6.4.1/common_smp/src/
Dtx_mutex_put.c115 …TRACE_MUTEX_PUT, mutex_ptr, TX_POINTER_TO_ULONG_CONVERT(mutex_ptr -> tx_mutex_owner), mutex_ptr ->… in _tx_mutex_put()
125 thread_ptr = mutex_ptr -> tx_mutex_owner; in _tx_mutex_put()
131 if (mutex_ptr -> tx_mutex_owner != current_thread) in _tx_mutex_put()
226 mutex_ptr -> tx_mutex_owner = TX_NULL; in _tx_mutex_put()
385 if ((mutex_ptr -> tx_mutex_owner) -> tx_thread_priority != old_priority) in _tx_mutex_put()
389 … _tx_mutex_priority_change(mutex_ptr -> tx_mutex_owner, old_priority); in _tx_mutex_put()
402 mutex_ptr -> tx_mutex_owner = TX_NULL; in _tx_mutex_put()
425 old_owner = mutex_ptr -> tx_mutex_owner; in _tx_mutex_put()
469 mutex_ptr -> tx_mutex_owner = thread_ptr; in _tx_mutex_put()
Dtx_mutex_get.c103 …ET, mutex_ptr, wait_option, TX_POINTER_TO_ULONG_CONVERT(mutex_ptr -> tx_mutex_owner), mutex_ptr ->… in _tx_mutex_get()
119 mutex_ptr -> tx_mutex_owner = thread_ptr; in _tx_mutex_get()
177 else if (mutex_ptr -> tx_mutex_owner == thread_ptr) in _tx_mutex_get()
213 mutex_owner = mutex_ptr -> tx_mutex_owner; in _tx_mutex_get()
Dtx_mutex_info_get.c118 *owner = mutex_ptr -> tx_mutex_owner; in _tx_mutex_info_get()
Dtx_mutex_delete.c151 owner_thread = mutex_ptr -> tx_mutex_owner; in _tx_mutex_delete()
/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/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.4.1/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.4.1/ports/cortex_r4/ghs/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.4.1/ports/cortex_m7/ghs/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.4.1/ports_smp/mips32_interaptiv_smp/green/inc/
Dtx_el.h416 …NEL_CALL_EVENT_INSERT_INFO3(TX_EL_MUTEX_GET, mutex_ptr, mutex_ptr -> tx_mutex_owner, mutex_ptr -> …
419 …NEL_CALL_EVENT_INSERT_INFO3(TX_EL_MUTEX_PUT, mutex_ptr, mutex_ptr -> tx_mutex_owner, mutex_ptr -> …
/ThreadX-v6.4.1/ports/cortex_a9/ghs/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.4.1/ports/cortex_m4/ghs/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.4.1/ports/cortex_m3/ghs/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.4.1/ports/cortex_a8/ghs/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.4.1/ports/cortex_a7/ghs/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.4.1/ports/cortex_a5/ghs/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.4.1/ports/cortex_r5/ghs/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.4.1/ports/cortex_r7/ghs/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