| /ThreadX-v6.3.0/common_smp/src/ |
| D | tx_thread_wait_abort.c | 132 _tx_thread_preempt_disable++; in _tx_thread_wait_abort() 144 _tx_thread_preempt_disable++; in _tx_thread_wait_abort() 179 _tx_thread_preempt_disable++; in _tx_thread_wait_abort() 232 _tx_thread_preempt_disable--; in _tx_thread_wait_abort()
|
| D | tx_queue_flush.c | 128 _tx_thread_preempt_disable++; in _tx_queue_flush() 181 _tx_thread_preempt_disable++; in _tx_queue_flush() 195 _tx_thread_preempt_disable--; in _tx_queue_flush()
|
| D | tx_mutex_put.c | 138 if (_tx_thread_preempt_disable == ((UINT) 0)) in _tx_mutex_put() 252 _tx_thread_preempt_disable++; in _tx_mutex_put() 299 _tx_thread_preempt_disable--; in _tx_mutex_put() 329 _tx_thread_preempt_disable++; in _tx_mutex_put() 358 _tx_thread_preempt_disable--; in _tx_mutex_put() 372 _tx_thread_preempt_disable++; in _tx_mutex_put() 399 _tx_thread_preempt_disable--; in _tx_mutex_put() 572 _tx_thread_preempt_disable++; in _tx_mutex_put()
|
| D | tx_block_pool_delete.c | 136 _tx_thread_preempt_disable++; in _tx_block_pool_delete() 178 _tx_thread_preempt_disable++; in _tx_block_pool_delete() 198 _tx_thread_preempt_disable--; in _tx_block_pool_delete()
|
| D | tx_event_flags_delete.c | 136 _tx_thread_preempt_disable++; in _tx_event_flags_delete() 178 _tx_thread_preempt_disable++; in _tx_event_flags_delete() 198 _tx_thread_preempt_disable--; in _tx_event_flags_delete()
|
| D | tx_byte_pool_delete.c | 140 _tx_thread_preempt_disable++; in _tx_byte_pool_delete() 182 _tx_thread_preempt_disable++; in _tx_byte_pool_delete() 202 _tx_thread_preempt_disable--; in _tx_byte_pool_delete()
|
| D | tx_queue_delete.c | 135 _tx_thread_preempt_disable++; in _tx_queue_delete() 177 _tx_thread_preempt_disable++; in _tx_queue_delete() 197 _tx_thread_preempt_disable--; in _tx_queue_delete()
|
| D | tx_semaphore_delete.c | 136 _tx_thread_preempt_disable++; in _tx_semaphore_delete() 178 _tx_thread_preempt_disable++; in _tx_semaphore_delete() 198 _tx_thread_preempt_disable--; in _tx_semaphore_delete()
|
| D | tx_mutex_delete.c | 140 _tx_thread_preempt_disable++; in _tx_mutex_delete() 214 _tx_thread_preempt_disable++; in _tx_mutex_delete() 234 _tx_thread_preempt_disable--; in _tx_mutex_delete()
|
| D | tx_queue_receive.c | 235 _tx_thread_preempt_disable++; in _tx_queue_receive() 272 _tx_thread_preempt_disable++; in _tx_queue_receive() 287 _tx_thread_preempt_disable--; in _tx_queue_receive() 359 _tx_thread_preempt_disable++; in _tx_queue_receive() 376 if (_tx_thread_preempt_disable != ((UINT) 0)) in _tx_queue_receive() 462 _tx_thread_preempt_disable++; in _tx_queue_receive()
|
| D | tx_thread_system_preempt_check.c | 95 if (_tx_thread_preempt_disable == ((UINT) 0)) in _tx_thread_system_preempt_check() 139 _tx_thread_preempt_disable++; in _tx_thread_system_preempt_check()
|
| /ThreadX-v6.3.0/common/src/ |
| D | tx_thread_wait_abort.c | 132 _tx_thread_preempt_disable++; in _tx_thread_wait_abort() 144 _tx_thread_preempt_disable++; in _tx_thread_wait_abort() 179 _tx_thread_preempt_disable++; in _tx_thread_wait_abort() 232 _tx_thread_preempt_disable--; in _tx_thread_wait_abort()
|
| D | tx_queue_flush.c | 128 _tx_thread_preempt_disable++; in _tx_queue_flush() 181 _tx_thread_preempt_disable++; in _tx_queue_flush() 195 _tx_thread_preempt_disable--; in _tx_queue_flush()
|
| D | tx_mutex_put.c | 138 if (_tx_thread_preempt_disable == ((UINT) 0)) in _tx_mutex_put() 252 _tx_thread_preempt_disable++; in _tx_mutex_put() 299 _tx_thread_preempt_disable--; in _tx_mutex_put() 329 _tx_thread_preempt_disable++; in _tx_mutex_put() 358 _tx_thread_preempt_disable--; in _tx_mutex_put() 372 _tx_thread_preempt_disable++; in _tx_mutex_put() 399 _tx_thread_preempt_disable--; in _tx_mutex_put() 572 _tx_thread_preempt_disable++; in _tx_mutex_put()
|
| D | tx_mutex_priority_change.c | 151 _tx_thread_preempt_disable++; in _tx_mutex_priority_change() 183 _tx_thread_preempt_disable--; in _tx_mutex_priority_change() 187 _tx_thread_preempt_disable = _tx_thread_preempt_disable + ((UINT) 2); in _tx_mutex_priority_change()
|
| D | tx_thread_priority_change.c | 155 _tx_thread_preempt_disable++; in _tx_thread_priority_change() 191 _tx_thread_preempt_disable = _tx_thread_preempt_disable + ((UINT) 3); in _tx_thread_priority_change() 238 _tx_thread_preempt_disable--; in _tx_thread_priority_change()
|
| D | tx_block_pool_delete.c | 136 _tx_thread_preempt_disable++; in _tx_block_pool_delete() 178 _tx_thread_preempt_disable++; in _tx_block_pool_delete() 198 _tx_thread_preempt_disable--; in _tx_block_pool_delete()
|
| D | tx_byte_pool_delete.c | 140 _tx_thread_preempt_disable++; in _tx_byte_pool_delete() 182 _tx_thread_preempt_disable++; in _tx_byte_pool_delete() 202 _tx_thread_preempt_disable--; in _tx_byte_pool_delete()
|
| D | tx_event_flags_delete.c | 136 _tx_thread_preempt_disable++; in _tx_event_flags_delete() 178 _tx_thread_preempt_disable++; in _tx_event_flags_delete() 198 _tx_thread_preempt_disable--; in _tx_event_flags_delete()
|
| D | tx_queue_delete.c | 135 _tx_thread_preempt_disable++; in _tx_queue_delete() 177 _tx_thread_preempt_disable++; in _tx_queue_delete() 197 _tx_thread_preempt_disable--; in _tx_queue_delete()
|
| D | tx_semaphore_delete.c | 136 _tx_thread_preempt_disable++; in _tx_semaphore_delete() 178 _tx_thread_preempt_disable++; in _tx_semaphore_delete() 198 _tx_thread_preempt_disable--; in _tx_semaphore_delete()
|
| D | tx_mutex_delete.c | 140 _tx_thread_preempt_disable++; in _tx_mutex_delete() 214 _tx_thread_preempt_disable++; in _tx_mutex_delete() 234 _tx_thread_preempt_disable--; in _tx_mutex_delete()
|
| D | tx_queue_receive.c | 235 _tx_thread_preempt_disable++; in _tx_queue_receive() 272 _tx_thread_preempt_disable++; in _tx_queue_receive() 287 _tx_thread_preempt_disable--; in _tx_queue_receive() 359 _tx_thread_preempt_disable++; in _tx_queue_receive() 376 if (_tx_thread_preempt_disable != ((UINT) 0)) in _tx_queue_receive() 462 _tx_thread_preempt_disable++; in _tx_queue_receive()
|
| D | tx_mutex_cleanup.c | 193 _tx_thread_preempt_disable++; in _tx_mutex_cleanup() 274 _tx_thread_preempt_disable++; in _tx_mutex_thread_release() 312 _tx_thread_preempt_disable--; in _tx_mutex_thread_release()
|
| /ThreadX-v6.3.0/utility/rtos_compatibility_layers/posix/ |
| D | px_pth_kill.c | 169 _tx_thread_preempt_disable++; in pthread_kill() 185 _tx_thread_preempt_disable--; in pthread_kill() 212 _tx_thread_preempt_disable--; in pthread_kill() 285 _tx_thread_preempt_disable--; in pthread_kill() 300 _tx_thread_preempt_disable--; in pthread_kill()
|