Home
last modified time | relevance | path

Searched refs:TX_MUTEX_ERROR (Results 1 – 15 of 15) sorted by relevance

/ThreadX-v6.2.1/common/src/
Dtxe_mutex_prioritize.c83 status = TX_MUTEX_ERROR; in _txe_mutex_prioritize()
91 status = TX_MUTEX_ERROR; in _txe_mutex_prioritize()
Dtxe_mutex_create.c103 status = TX_MUTEX_ERROR; in _txe_mutex_create()
111 status = TX_MUTEX_ERROR; in _txe_mutex_create()
161 status = TX_MUTEX_ERROR; in _txe_mutex_create()
Dtxe_mutex_put.c88 status = TX_MUTEX_ERROR; in _txe_mutex_put()
96 status = TX_MUTEX_ERROR; in _txe_mutex_put()
Dtxe_mutex_info_get.c95 status = TX_MUTEX_ERROR; in _txe_mutex_info_get()
103 status = TX_MUTEX_ERROR; in _txe_mutex_info_get()
Dtxe_mutex_delete.c96 status = TX_MUTEX_ERROR; in _txe_mutex_delete()
104 status = TX_MUTEX_ERROR; in _txe_mutex_delete()
Dtxe_mutex_get.c96 status = TX_MUTEX_ERROR; in _txe_mutex_get()
104 status = TX_MUTEX_ERROR; in _txe_mutex_get()
/ThreadX-v6.2.1/common_smp/src/
Dtxe_mutex_prioritize.c83 status = TX_MUTEX_ERROR; in _txe_mutex_prioritize()
91 status = TX_MUTEX_ERROR; in _txe_mutex_prioritize()
Dtxe_mutex_create.c103 status = TX_MUTEX_ERROR; in _txe_mutex_create()
111 status = TX_MUTEX_ERROR; in _txe_mutex_create()
161 status = TX_MUTEX_ERROR; in _txe_mutex_create()
Dtxe_mutex_put.c88 status = TX_MUTEX_ERROR; in _txe_mutex_put()
96 status = TX_MUTEX_ERROR; in _txe_mutex_put()
Dtxe_mutex_info_get.c95 status = TX_MUTEX_ERROR; in _txe_mutex_info_get()
103 status = TX_MUTEX_ERROR; in _txe_mutex_info_get()
Dtxe_mutex_delete.c96 status = TX_MUTEX_ERROR; in _txe_mutex_delete()
104 status = TX_MUTEX_ERROR; in _txe_mutex_delete()
Dtxe_mutex_get.c96 status = TX_MUTEX_ERROR; in _txe_mutex_get()
104 status = TX_MUTEX_ERROR; in _txe_mutex_get()
/ThreadX-v6.2.1/utility/rtos_compatibility_layers/posix/
Dpx_mx_unlock.c89 case TX_MUTEX_ERROR: in pthread_mutex_unlock()
/ThreadX-v6.2.1/common_smp/inc/
Dtx_api.h228 #define TX_MUTEX_ERROR ((UINT) 0x1C) macro
/ThreadX-v6.2.1/common/inc/
Dtx_api.h227 #define TX_MUTEX_ERROR ((UINT) 0x1C) macro