Lines Matching refs:semaphore_ptr
75 UINT _tx_semaphore_prioritize(TX_SEMAPHORE *semaphore_ptr) in _tx_semaphore_prioritize() argument
93 …TX_TRACE_IN_LINE_INSERT(TX_TRACE_SEMAPHORE_PRIORITIZE, semaphore_ptr, semaphore_ptr -> tx_semaphor… in _tx_semaphore_prioritize()
99 suspended_count = semaphore_ptr -> tx_semaphore_suspended_count; in _tx_semaphore_prioritize()
114 head_ptr = semaphore_ptr -> tx_semaphore_suspension_list; in _tx_semaphore_prioritize()
122 semaphore_ptr -> tx_semaphore_suspension_list = next_thread; in _tx_semaphore_prioritize()
132 head_ptr = semaphore_ptr -> tx_semaphore_suspension_list; in _tx_semaphore_prioritize()
168 if (head_ptr != semaphore_ptr -> tx_semaphore_suspension_list) in _tx_semaphore_prioritize()
178 if (suspended_count != semaphore_ptr -> tx_semaphore_suspended_count) in _tx_semaphore_prioritize()
199 head_ptr = semaphore_ptr -> tx_semaphore_suspension_list; in _tx_semaphore_prioritize()
200 suspended_count = semaphore_ptr -> tx_semaphore_suspended_count; in _tx_semaphore_prioritize()
240 semaphore_ptr -> tx_semaphore_suspension_list = priority_thread_ptr; in _tx_semaphore_prioritize()