Searched refs:_tx_thread_system_ni_suspend (Results 1 – 25 of 36) sorted by relevance
12
| /ThreadX-v6.3.0/common/src/ |
| D | tx_thread_sleep.c | 167 _tx_thread_system_ni_suspend(thread_ptr, timer_ticks); in _tx_thread_sleep()
|
| D | tx_thread_shell_entry.c | 160 _tx_thread_system_ni_suspend(thread_ptr, ((ULONG) 0)); in _tx_thread_shell_entry()
|
| D | tx_semaphore_get.c | 195 _tx_thread_system_ni_suspend(thread_ptr, wait_option); in _tx_semaphore_get()
|
| D | tx_thread_terminate.c | 156 _tx_thread_system_ni_suspend(thread_ptr, ((ULONG) 0)); in _tx_thread_terminate()
|
| D | tx_mutex_priority_change.c | 157 _tx_thread_system_ni_suspend(thread_ptr, ((ULONG) 0)); in _tx_mutex_priority_change()
|
| D | tx_thread_priority_change.c | 158 _tx_thread_system_ni_suspend(thread_ptr, ((ULONG) 0)); in _tx_thread_priority_change()
|
| D | tx_event_flags_get.c | 364 _tx_thread_system_ni_suspend(thread_ptr, wait_option); in _tx_event_flags_get()
|
| D | tx_block_allocate.c | 296 _tx_thread_system_ni_suspend(thread_ptr, wait_option); in _tx_block_allocate()
|
| D | tx_byte_allocate.c | 336 _tx_thread_system_ni_suspend(thread_ptr, wait_option); in _tx_byte_allocate()
|
| D | tx_mutex_get.c | 332 _tx_thread_system_ni_suspend(thread_ptr, wait_option); in _tx_mutex_get()
|
| D | tx_queue_front_send.c | 368 _tx_thread_system_ni_suspend(thread_ptr, wait_option); in _tx_queue_front_send()
|
| D | tx_queue_send.c | 362 _tx_thread_system_ni_suspend(thread_ptr, wait_option); in _tx_queue_send()
|
| D | tx_timer_thread_entry.c | 446 _tx_thread_system_ni_suspend(thread_ptr, ((ULONG) 0)); in _tx_timer_thread_entry()
|
| /ThreadX-v6.3.0/common_smp/src/ |
| D | tx_thread_sleep.c | 167 _tx_thread_system_ni_suspend(thread_ptr, timer_ticks); in _tx_thread_sleep()
|
| D | tx_thread_shell_entry.c | 160 _tx_thread_system_ni_suspend(thread_ptr, ((ULONG) 0)); in _tx_thread_shell_entry()
|
| D | tx_thread_suspend.c | 136 _tx_thread_system_ni_suspend(thread_ptr, ((ULONG) 0)); in _tx_thread_suspend()
|
| D | tx_semaphore_get.c | 195 _tx_thread_system_ni_suspend(thread_ptr, wait_option); in _tx_semaphore_get()
|
| D | tx_thread_terminate.c | 156 _tx_thread_system_ni_suspend(thread_ptr, ((ULONG) 0)); in _tx_thread_terminate()
|
| D | tx_event_flags_get.c | 364 _tx_thread_system_ni_suspend(thread_ptr, wait_option); in _tx_event_flags_get()
|
| D | tx_mutex_get.c | 332 _tx_thread_system_ni_suspend(thread_ptr, wait_option); in _tx_mutex_get()
|
| D | tx_block_allocate.c | 296 _tx_thread_system_ni_suspend(thread_ptr, wait_option); in _tx_block_allocate()
|
| D | tx_byte_allocate.c | 336 _tx_thread_system_ni_suspend(thread_ptr, wait_option); in _tx_byte_allocate()
|
| D | tx_mutex_priority_change.c | 243 _tx_thread_system_ni_suspend(thread_ptr, ((ULONG) 0)); in _tx_mutex_priority_change()
|
| D | tx_queue_front_send.c | 368 _tx_thread_system_ni_suspend(thread_ptr, wait_option); in _tx_queue_front_send()
|
| D | tx_queue_send.c | 362 _tx_thread_system_ni_suspend(thread_ptr, wait_option); in _tx_queue_send()
|
12