Home
last modified time | relevance | path

Searched refs:TX_NO_INSTANCE (Results 1 – 17 of 17) sorted by relevance

/ThreadX-v6.4.1/common/src/
Dtx_semaphore_get.c130 status = TX_NO_INSTANCE; in _tx_semaphore_get()
227 status = TX_NO_INSTANCE; in _tx_semaphore_get()
Dtx_semaphore_cleanup.c184 thread_ptr -> tx_thread_suspend_status = TX_NO_INSTANCE; in _tx_semaphore_cleanup()
/ThreadX-v6.4.1/common_smp/src/
Dtx_semaphore_get.c130 status = TX_NO_INSTANCE; in _tx_semaphore_get()
227 status = TX_NO_INSTANCE; in _tx_semaphore_get()
Dtx_semaphore_cleanup.c184 thread_ptr -> tx_thread_suspend_status = TX_NO_INSTANCE; in _tx_semaphore_cleanup()
/ThreadX-v6.4.1/utility/rtos_compatibility_layers/posix/
Dpx_sem_trywait.c110 case TX_NO_INSTANCE: in sem_trywait()
Dpx_cond_timedwait.c122 if( status == TX_NO_INSTANCE) in pthread_cond_timedwait()
/ThreadX-v6.4.1/test/tx/regression/
Dthreadx_semaphore_timeout_test.c151 if ((status != TX_NO_INSTANCE) || (now != 33)) in thread_0_entry()
Dthreadx_semaphore_basic_test.c431 if (status != TX_NO_INSTANCE) in thread_0_entry()
Dthreadx_semaphore_information_test.c153 if (status != TX_NO_INSTANCE) in thread_0_entry()
Dtestcontrol.c1110 if (status != TX_NO_INSTANCE) in tx_application_define()
/ThreadX-v6.4.1/test/smp/regression/
Dthreadx_semaphore_timeout_test.c149 if ((status != TX_NO_INSTANCE) || (tx_time_get() != 33)) in thread_0_entry()
Dthreadx_semaphore_basic_test.c431 if (status != TX_NO_INSTANCE) in thread_0_entry()
Dthreadx_semaphore_information_test.c153 if (status != TX_NO_INSTANCE) in thread_0_entry()
Dtestcontrol.c1236 if (status != TX_NO_INSTANCE) in tx_application_define()
/ThreadX-v6.4.1/common_modules/module_manager/src/
Dtxm_module_manager_object_pointer_get_extended.c125 status = TX_NO_INSTANCE; in _txm_module_manager_object_pointer_get_extended()
/ThreadX-v6.4.1/common_smp/inc/
Dtx_api.h225 #define TX_NO_INSTANCE ((UINT) 0x0D) macro
/ThreadX-v6.4.1/common/inc/
Dtx_api.h224 #define TX_NO_INSTANCE ((UINT) 0x0D) macro