Searched refs:next_mutex (Results 1 – 1 of 1) sorted by relevance
568 TX_MUTEX *next_mutex; in _tx_mutex_create() local625 next_mutex = _tx_mutex_created_ptr; in _tx_mutex_create()626 previous_mutex = next_mutex -> tx_mutex_created_previous; in _tx_mutex_create()629 next_mutex -> tx_mutex_created_previous = mutex_ptr; in _tx_mutex_create()634 mutex_ptr -> tx_mutex_created_next = next_mutex; in _tx_mutex_create()647 …X_TRACE_MUTEX_CREATE, mutex_ptr, inherit, TX_POINTER_TO_ULONG_CONVERT(&next_mutex), 0, TX_TRACE_MU… in _tx_mutex_create()1030 TX_MUTEX *next_mutex; in _tx_mutex_get() local1093 next_mutex = thread_ptr -> tx_thread_owned_mutex_list; in _tx_mutex_get()1096 if (next_mutex != TX_NULL) in _tx_mutex_get()1102 previous_mutex = next_mutex -> tx_mutex_owned_previous; in _tx_mutex_get()[all …]