Home
last modified time | relevance | path

Searched defs:tx_rslt (Results 1 – 1 of 1) sorted by relevance

/hal_infineon-latest/abstraction-rtos/source/COMPONENT_THREADX/
Dcyabs_rtos_threadx.c173 cy_rtos_error_t tx_rslt = tx_thread_create(*thread, (CHAR*)name, entry_function, arg, stack, in cy_rtos_thread_create() local
251 cy_rtos_error_t tx_rslt = tx_thread_info_get(*thread, TX_NULL, &thread_state, TX_NULL, TX_NULL, in cy_rtos_thread_get_state() local
308 cy_rtos_error_t tx_rslt = tx_thread_info_get(*thread, TX_NULL, &thread_state, TX_NULL, TX_NULL, in cy_rtos_thread_join() local
418 cy_rtos_error_t tx_rslt = tx_thread_info_get(*thread, &temp_name, TX_NULL, TX_NULL, TX_NULL, in cy_rtos_thread_get_name() local
510 cy_rtos_error_t tx_rslt = tx_mutex_get(mutex, convert_ms_to_ticks(timeout_ms)); in cy_rtos_mutex_get() local
580 cy_rtos_error_t tx_rslt = in cy_rtos_semaphore_get() local
688 cy_rtos_error_t tx_rslt = tx_event_flags_get(event, ALL_EVENT_FLAGS, TX_OR, (ULONG*)bits, in cy_rtos_event_getbits() local
725 cy_rtos_error_t tx_rslt = in cy_rtos_event_waitbits() local
785 cy_rtos_error_t tx_rslt = tx_queue_create(&(queue->tx_queue), TX_NULL, message_words, in cy_rtos_queue_init() local
808 … cy_rtos_error_t tx_rslt = tx_queue_send(&(queue->tx_queue), (void*)item_ptr, convert_ms_to_ticks( in cy_rtos_queue_put() local
[all …]