Home
last modified time | relevance | path

Searched refs:Z_FOREVER (Results 1 – 5 of 5) sorted by relevance

/Zephyr-Core-3.5.0/include/zephyr/
Dsys_clock.h118 #define Z_FOREVER Z_TIMEOUT_TICKS(K_TICKS_FOREVER) macro
306 return timepoint.wait ? Z_FOREVER : Z_TIMEOUT_NO_WAIT; in sys_timepoint_timeout()
Dkernel.h1372 #define K_FOREVER Z_FOREVER
/Zephyr-Core-3.5.0/samples/modules/tflite-micro/tflm_ethosu/src/
Dmain.cpp134 static_cast<xInferenceJob *>(k_queue_get(params->queueHandle, Z_FOREVER)); in inferenceProcessTask()
192 static_cast<xInferenceJob *>(k_queue_get(&senderQueue, Z_FOREVER)); in inferenceSenderTask()
/Zephyr-Core-3.5.0/subsys/portability/cmsis_rtos_v2/
Devent_flags.c170 poll_timeout = Z_FOREVER; in osEventFlagsWait()
/Zephyr-Core-3.5.0/tests/bluetooth/tester/src/
Dbtp.c249 if (k_mutex_lock(&rsp_buf_mutex, Z_FOREVER) != 0) { in tester_rsp_buffer_lock()