Searched refs:current_thread_ptr (Results 1 – 2 of 2) sorted by relevance
227 TX_THREAD *current_thread_ptr; in client_thread_entry() local511 current_thread_ptr = _tx_thread_current_ptr; in client_thread_entry()516 _tx_thread_current_ptr = current_thread_ptr; in client_thread_entry()532 current_thread_ptr = _tx_thread_current_ptr; in client_thread_entry()537 _tx_thread_current_ptr = current_thread_ptr; in client_thread_entry()
7913 TX_THREAD *current_thread_ptr; in nx_bsd_select() local8221 current_thread_ptr = tx_thread_identify(); in nx_bsd_select()8243 tx_thread_preemption_change(current_thread_ptr, 0, &original_threshold); in nx_bsd_select()8251 tx_thread_preemption_change(current_thread_ptr, original_threshold, &original_threshold); in nx_bsd_select()10115 TX_THREAD *current_thread_ptr; in nx_bsd_set_errno() local10120 current_thread_ptr = tx_thread_identify(); in nx_bsd_set_errno() local10121 current_thread_ptr -> bsd_errno = tx_errno; in nx_bsd_set_errno()10174 TX_THREAD *current_thread_ptr; in _nxd_get_errno() local10179 current_thread_ptr = tx_thread_identify(); in _nxd_get_errno() local10180 val = current_thread_ptr -> bsd_errno; in _nxd_get_errno()