Home
last modified time | relevance | path

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

/ThreadX-v6.4.1/common/src/
Dtx_mutex_put.c195 thread_ptr -> tx_thread_owned_mutex_list = TX_NULL; in _tx_mutex_put()
209 if (thread_ptr -> tx_thread_owned_mutex_list == mutex_ptr) in _tx_mutex_put()
213 thread_ptr -> tx_thread_owned_mutex_list = next_mutex; in _tx_mutex_put()
262 next_mutex = thread_ptr -> tx_thread_owned_mutex_list; in _tx_mutex_put()
284 if (next_mutex == thread_ptr -> tx_thread_owned_mutex_list) in _tx_mutex_put()
442 thread_ptr -> tx_thread_owned_mutex_list = mutex_ptr; in _tx_mutex_put()
452 … next_mutex = thread_ptr -> tx_thread_owned_mutex_list; in _tx_mutex_put()
Dtx_mutex_cleanup.c280 mutex_ptr = thread_ptr -> tx_thread_owned_mutex_list; in _tx_mutex_thread_release()
306 mutex_ptr = thread_ptr -> tx_thread_owned_mutex_list; in _tx_mutex_thread_release()
Dtx_mutex_get.c137 next_mutex = thread_ptr -> tx_thread_owned_mutex_list; in _tx_mutex_get()
160 thread_ptr -> tx_thread_owned_mutex_list = mutex_ptr; in _tx_mutex_get()
/ThreadX-v6.4.1/common_smp/src/
Dtx_mutex_put.c195 thread_ptr -> tx_thread_owned_mutex_list = TX_NULL; in _tx_mutex_put()
209 if (thread_ptr -> tx_thread_owned_mutex_list == mutex_ptr) in _tx_mutex_put()
213 thread_ptr -> tx_thread_owned_mutex_list = next_mutex; in _tx_mutex_put()
262 next_mutex = thread_ptr -> tx_thread_owned_mutex_list; in _tx_mutex_put()
284 if (next_mutex == thread_ptr -> tx_thread_owned_mutex_list) in _tx_mutex_put()
442 thread_ptr -> tx_thread_owned_mutex_list = mutex_ptr; in _tx_mutex_put()
452 … next_mutex = thread_ptr -> tx_thread_owned_mutex_list; in _tx_mutex_put()
Dtx_mutex_cleanup.c280 mutex_ptr = thread_ptr -> tx_thread_owned_mutex_list; in _tx_mutex_thread_release()
306 mutex_ptr = thread_ptr -> tx_thread_owned_mutex_list; in _tx_mutex_thread_release()
Dtx_mutex_get.c137 next_mutex = thread_ptr -> tx_thread_owned_mutex_list; in _tx_mutex_get()
160 thread_ptr -> tx_thread_owned_mutex_list = mutex_ptr; in _tx_mutex_get()
/ThreadX-v6.4.1/common_smp/inc/
Dtx_api.h597 *tx_thread_owned_mutex_list; member
/ThreadX-v6.4.1/common/inc/
Dtx_api.h565 *tx_thread_owned_mutex_list; member