Home
last modified time | relevance | path

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

/ThreadX-v6.3.0/common/src/
Dtx_semaphore_get.c131 status = TX_NO_INSTANCE; in _tx_semaphore_get()
228 status = TX_NO_INSTANCE; in _tx_semaphore_get()
Dtx_semaphore_cleanup.c185 thread_ptr -> tx_thread_suspend_status = TX_NO_INSTANCE; in _tx_semaphore_cleanup()
/ThreadX-v6.3.0/common_smp/src/
Dtx_semaphore_get.c131 status = TX_NO_INSTANCE; in _tx_semaphore_get()
228 status = TX_NO_INSTANCE; in _tx_semaphore_get()
Dtx_semaphore_cleanup.c185 thread_ptr -> tx_thread_suspend_status = TX_NO_INSTANCE; in _tx_semaphore_cleanup()
/ThreadX-v6.3.0/utility/rtos_compatibility_layers/posix/
Dpx_sem_trywait.c111 case TX_NO_INSTANCE: in sem_trywait()
Dpx_cond_timedwait.c123 if( status == TX_NO_INSTANCE) in pthread_cond_timedwait()
/ThreadX-v6.3.0/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.3.0/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.3.0/common_modules/module_manager/src/
Dtxm_module_manager_object_pointer_get_extended.c126 status = TX_NO_INSTANCE; in _txm_module_manager_object_pointer_get_extended()
/ThreadX-v6.3.0/common_smp/inc/
Dtx_api.h220 #define TX_NO_INSTANCE ((UINT) 0x0D) macro
/ThreadX-v6.3.0/common/inc/
Dtx_api.h219 #define TX_NO_INSTANCE ((UINT) 0x0D) macro