Home
last modified time | relevance | path

Searched refs:tx_mutex_owned_previous (Results 1 – 6 of 6) sorted by relevance

/ThreadX-v6.4.1/common/src/
Dtx_mutex_put.c204 … previous_mutex = mutex_ptr -> tx_mutex_owned_previous; in _tx_mutex_put()
205 next_mutex -> tx_mutex_owned_previous = previous_mutex; in _tx_mutex_put()
444 mutex_ptr -> tx_mutex_owned_previous = mutex_ptr; in _tx_mutex_put()
453 … previous_mutex = next_mutex -> tx_mutex_owned_previous; in _tx_mutex_put()
456 next_mutex -> tx_mutex_owned_previous = mutex_ptr; in _tx_mutex_put()
460 mutex_ptr -> tx_mutex_owned_previous = previous_mutex; in _tx_mutex_put()
Dtx_mutex_get.c146 previous_mutex = next_mutex -> tx_mutex_owned_previous; in _tx_mutex_get()
149 next_mutex -> tx_mutex_owned_previous = mutex_ptr; in _tx_mutex_get()
153 mutex_ptr -> tx_mutex_owned_previous = previous_mutex; in _tx_mutex_get()
162 mutex_ptr -> tx_mutex_owned_previous = mutex_ptr; in _tx_mutex_get()
/ThreadX-v6.4.1/common_smp/src/
Dtx_mutex_put.c204 … previous_mutex = mutex_ptr -> tx_mutex_owned_previous; in _tx_mutex_put()
205 next_mutex -> tx_mutex_owned_previous = previous_mutex; in _tx_mutex_put()
444 mutex_ptr -> tx_mutex_owned_previous = mutex_ptr; in _tx_mutex_put()
453 … previous_mutex = next_mutex -> tx_mutex_owned_previous; in _tx_mutex_put()
456 next_mutex -> tx_mutex_owned_previous = mutex_ptr; in _tx_mutex_put()
460 mutex_ptr -> tx_mutex_owned_previous = previous_mutex; in _tx_mutex_put()
Dtx_mutex_get.c146 previous_mutex = next_mutex -> tx_mutex_owned_previous; in _tx_mutex_get()
149 next_mutex -> tx_mutex_owned_previous = mutex_ptr; in _tx_mutex_get()
153 mutex_ptr -> tx_mutex_owned_previous = previous_mutex; in _tx_mutex_get()
162 mutex_ptr -> tx_mutex_owned_previous = mutex_ptr; in _tx_mutex_get()
/ThreadX-v6.4.1/common_smp/inc/
Dtx_api.h956 *tx_mutex_owned_previous; member
/ThreadX-v6.4.1/common/inc/
Dtx_api.h935 *tx_mutex_owned_previous; member