Home
last modified time | relevance | path

Searched refs:tx_thread_owned_mutex_list (Results 1 – 8 of 8) sorted by relevance

/ThreadX-v6.3.0/common/src/
Dtx_mutex_put.c196 thread_ptr -> tx_thread_owned_mutex_list = TX_NULL; in _tx_mutex_put()
210 if (thread_ptr -> tx_thread_owned_mutex_list == mutex_ptr) in _tx_mutex_put()
214 thread_ptr -> tx_thread_owned_mutex_list = next_mutex; in _tx_mutex_put()
263 next_mutex = thread_ptr -> tx_thread_owned_mutex_list; in _tx_mutex_put()
285 if (next_mutex == thread_ptr -> tx_thread_owned_mutex_list) in _tx_mutex_put()
443 thread_ptr -> tx_thread_owned_mutex_list = mutex_ptr; in _tx_mutex_put()
453 … next_mutex = thread_ptr -> tx_thread_owned_mutex_list; in _tx_mutex_put()
Dtx_mutex_cleanup.c281 mutex_ptr = thread_ptr -> tx_thread_owned_mutex_list; in _tx_mutex_thread_release()
307 mutex_ptr = thread_ptr -> tx_thread_owned_mutex_list; in _tx_mutex_thread_release()
Dtx_mutex_get.c138 next_mutex = thread_ptr -> tx_thread_owned_mutex_list; in _tx_mutex_get()
161 thread_ptr -> tx_thread_owned_mutex_list = mutex_ptr; in _tx_mutex_get()
/ThreadX-v6.3.0/common_smp/src/
Dtx_mutex_put.c196 thread_ptr -> tx_thread_owned_mutex_list = TX_NULL; in _tx_mutex_put()
210 if (thread_ptr -> tx_thread_owned_mutex_list == mutex_ptr) in _tx_mutex_put()
214 thread_ptr -> tx_thread_owned_mutex_list = next_mutex; in _tx_mutex_put()
263 next_mutex = thread_ptr -> tx_thread_owned_mutex_list; in _tx_mutex_put()
285 if (next_mutex == thread_ptr -> tx_thread_owned_mutex_list) in _tx_mutex_put()
443 thread_ptr -> tx_thread_owned_mutex_list = mutex_ptr; in _tx_mutex_put()
453 … next_mutex = thread_ptr -> tx_thread_owned_mutex_list; in _tx_mutex_put()
Dtx_mutex_cleanup.c281 mutex_ptr = thread_ptr -> tx_thread_owned_mutex_list; in _tx_mutex_thread_release()
307 mutex_ptr = thread_ptr -> tx_thread_owned_mutex_list; in _tx_mutex_thread_release()
Dtx_mutex_get.c138 next_mutex = thread_ptr -> tx_thread_owned_mutex_list; in _tx_mutex_get()
161 thread_ptr -> tx_thread_owned_mutex_list = mutex_ptr; in _tx_mutex_get()
/ThreadX-v6.3.0/common_smp/inc/
Dtx_api.h592 *tx_thread_owned_mutex_list; member
/ThreadX-v6.3.0/common/inc/
Dtx_api.h560 *tx_thread_owned_mutex_list; member