Searched refs:status_internal (Results 1 – 1 of 1) sorted by relevance
109 cy_rtos_error_t status_internal = 0; in cy_rtos_create_thread() local146 status_internal = k_thread_name_set(my_tid, name); in cy_rtos_create_thread()152 if ((my_tid == NULL) || ((status_internal != 0) && (status_internal != -ENOSYS))) { in cy_rtos_create_thread()257 cy_rtos_error_t status_internal; in cy_rtos_join_thread() local264 status_internal = k_thread_join(&(*thread)->z_thread, K_FOREVER); in cy_rtos_join_thread()265 status = error_converter(status_internal); in cy_rtos_join_thread()292 cy_rtos_error_t status_internal; in cy_rtos_wait_thread_notification() local296 status_internal = k_sleep(K_FOREVER); in cy_rtos_wait_thread_notification()298 status_internal = k_msleep((int32_t)timeout_ms); in cy_rtos_wait_thread_notification()299 if (status_internal == 0) { in cy_rtos_wait_thread_notification()[all …]