Home
last modified time | relevance | path

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

/ThreadX-v6.3.0/common/src/
Dtx_mutex_put.c205 … previous_mutex = mutex_ptr -> tx_mutex_owned_previous; in _tx_mutex_put()
206 next_mutex -> tx_mutex_owned_previous = previous_mutex; in _tx_mutex_put()
445 mutex_ptr -> tx_mutex_owned_previous = mutex_ptr; in _tx_mutex_put()
454 … previous_mutex = next_mutex -> tx_mutex_owned_previous; in _tx_mutex_put()
457 next_mutex -> tx_mutex_owned_previous = mutex_ptr; in _tx_mutex_put()
461 mutex_ptr -> tx_mutex_owned_previous = previous_mutex; in _tx_mutex_put()
Dtx_mutex_get.c147 previous_mutex = next_mutex -> tx_mutex_owned_previous; in _tx_mutex_get()
150 next_mutex -> tx_mutex_owned_previous = mutex_ptr; in _tx_mutex_get()
154 mutex_ptr -> tx_mutex_owned_previous = previous_mutex; in _tx_mutex_get()
163 mutex_ptr -> tx_mutex_owned_previous = mutex_ptr; in _tx_mutex_get()
/ThreadX-v6.3.0/common_smp/src/
Dtx_mutex_put.c205 … previous_mutex = mutex_ptr -> tx_mutex_owned_previous; in _tx_mutex_put()
206 next_mutex -> tx_mutex_owned_previous = previous_mutex; in _tx_mutex_put()
445 mutex_ptr -> tx_mutex_owned_previous = mutex_ptr; in _tx_mutex_put()
454 … previous_mutex = next_mutex -> tx_mutex_owned_previous; in _tx_mutex_put()
457 next_mutex -> tx_mutex_owned_previous = mutex_ptr; in _tx_mutex_put()
461 mutex_ptr -> tx_mutex_owned_previous = previous_mutex; in _tx_mutex_put()
Dtx_mutex_get.c147 previous_mutex = next_mutex -> tx_mutex_owned_previous; in _tx_mutex_get()
150 next_mutex -> tx_mutex_owned_previous = mutex_ptr; in _tx_mutex_get()
154 mutex_ptr -> tx_mutex_owned_previous = previous_mutex; in _tx_mutex_get()
163 mutex_ptr -> tx_mutex_owned_previous = mutex_ptr; in _tx_mutex_get()
/ThreadX-v6.3.0/common_smp/inc/
Dtx_api.h951 *tx_mutex_owned_previous; member
/ThreadX-v6.3.0/common/inc/
Dtx_api.h930 *tx_mutex_owned_previous; member