Home
last modified time | relevance | path

Searched refs:current_thread_ptr (Results 1 – 2 of 2) sorted by relevance

/NetX-Duo-v6.2.1/test/regression/dhcp_test/
Dnetx_dhcp_coverage_test.c227 TX_THREAD *current_thread_ptr; in client_thread_entry() local
511 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()
/NetX-Duo-v6.2.1/addons/BSD/
Dnxd_bsd.c7913 TX_THREAD *current_thread_ptr; in nx_bsd_select() local
8221 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() local
10120 current_thread_ptr = tx_thread_identify(); in nx_bsd_set_errno() local
10121 current_thread_ptr -> bsd_errno = tx_errno; in nx_bsd_set_errno()
10174 TX_THREAD *current_thread_ptr; in _nxd_get_errno() local
10179 current_thread_ptr = tx_thread_identify(); in _nxd_get_errno() local
10180 val = current_thread_ptr -> bsd_errno; in _nxd_get_errno()