Home
last modified time | relevance | path

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

123

/ThreadX-v6.4.1/common/src/
Dtx_thread_wait_abort.c123 thread_ptr -> tx_thread_suspend_status = TX_WAIT_ABORTED; in _tx_thread_wait_abort()
173 thread_ptr -> tx_thread_suspend_status = TX_WAIT_ABORTED; in _tx_thread_wait_abort()
189 if (thread_ptr -> tx_thread_suspend_status == TX_WAIT_ABORTED) in _tx_thread_wait_abort()
Dtx_thread_sleep.c176 thread_ptr -> tx_thread_suspend_status = TX_SUCCESS; in _tx_thread_sleep()
192 status = thread_ptr -> tx_thread_suspend_status; in _tx_thread_sleep()
Dtx_queue_cleanup.c187 thread_ptr -> tx_thread_suspend_status = TX_QUEUE_FULL; in _tx_queue_cleanup()
193 thread_ptr -> tx_thread_suspend_status = TX_QUEUE_EMPTY; in _tx_queue_cleanup()
Dtx_queue_front_send.c248 thread_ptr -> tx_thread_suspend_status = TX_SUCCESS; in _tx_queue_front_send()
392 if (thread_ptr -> tx_thread_suspend_status == TX_SUCCESS) in _tx_queue_front_send()
406 status = thread_ptr -> tx_thread_suspend_status; in _tx_queue_front_send()
Dtx_queue_send.c237 thread_ptr -> tx_thread_suspend_status = TX_SUCCESS; in _tx_queue_send()
386 if (thread_ptr -> tx_thread_suspend_status == TX_SUCCESS) in _tx_queue_send()
400 status = thread_ptr -> tx_thread_suspend_status; in _tx_queue_send()
Dtx_queue_receive.c222 thread_ptr -> tx_thread_suspend_status = TX_SUCCESS; in _tx_queue_receive()
346 thread_ptr -> tx_thread_suspend_status = TX_SUCCESS; in _tx_queue_receive()
471 status = thread_ptr -> tx_thread_suspend_status; in _tx_queue_receive()
Dtx_event_flags_get.c366 status = thread_ptr -> tx_thread_suspend_status; in _tx_event_flags_get()
388 status = thread_ptr -> tx_thread_suspend_status; in _tx_event_flags_get()
Dtx_block_allocate.c347 ((thread_ptr -> tx_thread_suspend_status) == TX_SUCCESS)) in _tx_block_allocate()
356 status = thread_ptr -> tx_thread_suspend_status; in _tx_block_allocate()
Dtx_block_pool_cleanup.c183 thread_ptr -> tx_thread_suspend_status = TX_NO_MEMORY; in _tx_block_pool_cleanup()
Dtx_byte_pool_cleanup.c181 thread_ptr -> tx_thread_suspend_status = TX_NO_MEMORY; in _tx_byte_pool_cleanup()
Dtx_queue_flush.c165 thread_ptr -> tx_thread_suspend_status = TX_SUCCESS; in _tx_queue_flush()
Dtx_semaphore_cleanup.c184 thread_ptr -> tx_thread_suspend_status = TX_NO_INSTANCE; in _tx_semaphore_cleanup()
Dtx_block_pool_delete.c162 thread_ptr -> tx_thread_suspend_status = TX_DELETED; in _tx_block_pool_delete()
/ThreadX-v6.4.1/common_smp/src/
Dtx_thread_wait_abort.c123 thread_ptr -> tx_thread_suspend_status = TX_WAIT_ABORTED; in _tx_thread_wait_abort()
173 thread_ptr -> tx_thread_suspend_status = TX_WAIT_ABORTED; in _tx_thread_wait_abort()
189 if (thread_ptr -> tx_thread_suspend_status == TX_WAIT_ABORTED) in _tx_thread_wait_abort()
Dtx_thread_sleep.c176 thread_ptr -> tx_thread_suspend_status = TX_SUCCESS; in _tx_thread_sleep()
192 status = thread_ptr -> tx_thread_suspend_status; in _tx_thread_sleep()
Dtx_queue_cleanup.c187 thread_ptr -> tx_thread_suspend_status = TX_QUEUE_FULL; in _tx_queue_cleanup()
193 thread_ptr -> tx_thread_suspend_status = TX_QUEUE_EMPTY; in _tx_queue_cleanup()
Dtx_queue_front_send.c248 thread_ptr -> tx_thread_suspend_status = TX_SUCCESS; in _tx_queue_front_send()
392 if (thread_ptr -> tx_thread_suspend_status == TX_SUCCESS) in _tx_queue_front_send()
406 status = thread_ptr -> tx_thread_suspend_status; in _tx_queue_front_send()
Dtx_queue_send.c237 thread_ptr -> tx_thread_suspend_status = TX_SUCCESS; in _tx_queue_send()
386 if (thread_ptr -> tx_thread_suspend_status == TX_SUCCESS) in _tx_queue_send()
400 status = thread_ptr -> tx_thread_suspend_status; in _tx_queue_send()
Dtx_queue_receive.c222 thread_ptr -> tx_thread_suspend_status = TX_SUCCESS; in _tx_queue_receive()
346 thread_ptr -> tx_thread_suspend_status = TX_SUCCESS; in _tx_queue_receive()
471 status = thread_ptr -> tx_thread_suspend_status; in _tx_queue_receive()
Dtx_event_flags_get.c366 status = thread_ptr -> tx_thread_suspend_status; in _tx_event_flags_get()
388 status = thread_ptr -> tx_thread_suspend_status; in _tx_event_flags_get()
Dtx_block_allocate.c347 ((thread_ptr -> tx_thread_suspend_status) == TX_SUCCESS)) in _tx_block_allocate()
356 status = thread_ptr -> tx_thread_suspend_status; in _tx_block_allocate()
Dtx_block_pool_cleanup.c183 thread_ptr -> tx_thread_suspend_status = TX_NO_MEMORY; in _tx_block_pool_cleanup()
Dtx_byte_pool_cleanup.c181 thread_ptr -> tx_thread_suspend_status = TX_NO_MEMORY; in _tx_byte_pool_cleanup()
Dtx_queue_flush.c165 thread_ptr -> tx_thread_suspend_status = TX_SUCCESS; in _tx_queue_flush()
Dtx_semaphore_cleanup.c184 thread_ptr -> tx_thread_suspend_status = TX_NO_INSTANCE; in _tx_semaphore_cleanup()

123