Searched refs:current_thread (Results 1 – 3 of 3) sorted by relevance
| /NetX-Duo-v6.2.1/common/src/ |
| D | nxe_ip_create.c | 98 TX_THREAD *current_thread; in _nxe_ip_create() local 125 current_thread = tx_thread_identify(); in _nxe_ip_create() 128 if (current_thread) in _nxe_ip_create() 130 tx_thread_preemption_change(current_thread, 0, &old_threshold); in _nxe_ip_create() 147 if (current_thread) in _nxe_ip_create() 151 tx_thread_preemption_change(current_thread, old_threshold, &old_threshold); in _nxe_ip_create() 163 if (current_thread) in _nxe_ip_create() 167 tx_thread_preemption_change(current_thread, old_threshold, &old_threshold); in _nxe_ip_create()
|
| D | nxe_packet_pool_create.c | 99 TX_THREAD *current_thread; in _nxe_packet_pool_create() local 142 current_thread = tx_thread_identify(); in _nxe_packet_pool_create() 145 if (current_thread) in _nxe_packet_pool_create() 147 tx_thread_preemption_change(current_thread, 0, &old_threshold); in _nxe_packet_pool_create() 167 if (current_thread) in _nxe_packet_pool_create() 171 tx_thread_preemption_change(current_thread, old_threshold, &old_threshold); in _nxe_packet_pool_create() 183 if (current_thread) in _nxe_packet_pool_create() 185 tx_thread_preemption_change(current_thread, old_threshold, &old_threshold); in _nxe_packet_pool_create()
|
| D | nx_ip_create.c | 99 TX_THREAD *current_thread; in _nx_ip_create() local 219 current_thread = tx_thread_identify(); in _nx_ip_create() 222 if (current_thread) in _nx_ip_create() 224 tx_thread_preemption_change(current_thread, priority, &old_threshold); in _nx_ip_create() 293 if (current_thread) in _nx_ip_create() 297 tx_thread_preemption_change(current_thread, old_threshold, &old_threshold); in _nx_ip_create()
|