Home
last modified time | relevance | path

Searched refs:tx_thread_suspend_status (Results 1 – 25 of 60) sorted by relevance

123

/ThreadX-v6.3.0/common_smp/src/
Dtx_thread_wait_abort.c124 thread_ptr -> tx_thread_suspend_status = TX_WAIT_ABORTED; in _tx_thread_wait_abort()
174 thread_ptr -> tx_thread_suspend_status = TX_WAIT_ABORTED; in _tx_thread_wait_abort()
190 if (thread_ptr -> tx_thread_suspend_status == TX_WAIT_ABORTED) in _tx_thread_wait_abort()
Dtx_thread_sleep.c177 thread_ptr -> tx_thread_suspend_status = TX_SUCCESS; in _tx_thread_sleep()
193 status = thread_ptr -> tx_thread_suspend_status; in _tx_thread_sleep()
Dtx_queue_cleanup.c188 thread_ptr -> tx_thread_suspend_status = TX_QUEUE_FULL; in _tx_queue_cleanup()
194 thread_ptr -> tx_thread_suspend_status = TX_QUEUE_EMPTY; in _tx_queue_cleanup()
Dtx_queue_front_send.c249 thread_ptr -> tx_thread_suspend_status = TX_SUCCESS; in _tx_queue_front_send()
393 if (thread_ptr -> tx_thread_suspend_status == TX_SUCCESS) in _tx_queue_front_send()
407 status = thread_ptr -> tx_thread_suspend_status; in _tx_queue_front_send()
Dtx_queue_send.c238 thread_ptr -> tx_thread_suspend_status = TX_SUCCESS; in _tx_queue_send()
387 if (thread_ptr -> tx_thread_suspend_status == TX_SUCCESS) in _tx_queue_send()
401 status = thread_ptr -> tx_thread_suspend_status; in _tx_queue_send()
Dtx_queue_receive.c223 thread_ptr -> tx_thread_suspend_status = TX_SUCCESS; in _tx_queue_receive()
347 thread_ptr -> tx_thread_suspend_status = TX_SUCCESS; in _tx_queue_receive()
472 status = thread_ptr -> tx_thread_suspend_status; in _tx_queue_receive()
Dtx_event_flags_get.c367 status = thread_ptr -> tx_thread_suspend_status; in _tx_event_flags_get()
389 status = thread_ptr -> tx_thread_suspend_status; in _tx_event_flags_get()
Dtx_block_allocate.c348 ((thread_ptr -> tx_thread_suspend_status) == TX_SUCCESS)) in _tx_block_allocate()
357 status = thread_ptr -> tx_thread_suspend_status; in _tx_block_allocate()
Dtx_block_pool_cleanup.c184 thread_ptr -> tx_thread_suspend_status = TX_NO_MEMORY; in _tx_block_pool_cleanup()
Dtx_semaphore_cleanup.c185 thread_ptr -> tx_thread_suspend_status = TX_NO_INSTANCE; in _tx_semaphore_cleanup()
Dtx_byte_pool_cleanup.c182 thread_ptr -> tx_thread_suspend_status = TX_NO_MEMORY; in _tx_byte_pool_cleanup()
Dtx_queue_flush.c166 thread_ptr -> tx_thread_suspend_status = TX_SUCCESS; in _tx_queue_flush()
Dtx_block_pool_delete.c163 thread_ptr -> tx_thread_suspend_status = TX_DELETED; in _tx_block_pool_delete()
/ThreadX-v6.3.0/common/src/
Dtx_thread_wait_abort.c124 thread_ptr -> tx_thread_suspend_status = TX_WAIT_ABORTED; in _tx_thread_wait_abort()
174 thread_ptr -> tx_thread_suspend_status = TX_WAIT_ABORTED; in _tx_thread_wait_abort()
190 if (thread_ptr -> tx_thread_suspend_status == TX_WAIT_ABORTED) in _tx_thread_wait_abort()
Dtx_thread_sleep.c177 thread_ptr -> tx_thread_suspend_status = TX_SUCCESS; in _tx_thread_sleep()
193 status = thread_ptr -> tx_thread_suspend_status; in _tx_thread_sleep()
Dtx_queue_cleanup.c188 thread_ptr -> tx_thread_suspend_status = TX_QUEUE_FULL; in _tx_queue_cleanup()
194 thread_ptr -> tx_thread_suspend_status = TX_QUEUE_EMPTY; in _tx_queue_cleanup()
Dtx_queue_front_send.c249 thread_ptr -> tx_thread_suspend_status = TX_SUCCESS; in _tx_queue_front_send()
393 if (thread_ptr -> tx_thread_suspend_status == TX_SUCCESS) in _tx_queue_front_send()
407 status = thread_ptr -> tx_thread_suspend_status; in _tx_queue_front_send()
Dtx_queue_send.c238 thread_ptr -> tx_thread_suspend_status = TX_SUCCESS; in _tx_queue_send()
387 if (thread_ptr -> tx_thread_suspend_status == TX_SUCCESS) in _tx_queue_send()
401 status = thread_ptr -> tx_thread_suspend_status; in _tx_queue_send()
Dtx_queue_receive.c223 thread_ptr -> tx_thread_suspend_status = TX_SUCCESS; in _tx_queue_receive()
347 thread_ptr -> tx_thread_suspend_status = TX_SUCCESS; in _tx_queue_receive()
472 status = thread_ptr -> tx_thread_suspend_status; in _tx_queue_receive()
Dtx_event_flags_get.c367 status = thread_ptr -> tx_thread_suspend_status; in _tx_event_flags_get()
389 status = thread_ptr -> tx_thread_suspend_status; in _tx_event_flags_get()
Dtx_block_allocate.c348 ((thread_ptr -> tx_thread_suspend_status) == TX_SUCCESS)) in _tx_block_allocate()
357 status = thread_ptr -> tx_thread_suspend_status; in _tx_block_allocate()
Dtx_block_pool_cleanup.c184 thread_ptr -> tx_thread_suspend_status = TX_NO_MEMORY; in _tx_block_pool_cleanup()
Dtx_byte_pool_cleanup.c182 thread_ptr -> tx_thread_suspend_status = TX_NO_MEMORY; in _tx_byte_pool_cleanup()
Dtx_queue_flush.c166 thread_ptr -> tx_thread_suspend_status = TX_SUCCESS; in _tx_queue_flush()
Dtx_semaphore_cleanup.c185 thread_ptr -> tx_thread_suspend_status = TX_NO_INSTANCE; in _tx_semaphore_cleanup()

123