Searched refs:Z_FOREVER (Results 1 – 5 of 5) sorted by relevance
118 #define Z_FOREVER Z_TIMEOUT_TICKS(K_TICKS_FOREVER) macro306 return timepoint.wait ? Z_FOREVER : Z_TIMEOUT_NO_WAIT; in sys_timepoint_timeout()
1372 #define K_FOREVER Z_FOREVER
134 static_cast<xInferenceJob *>(k_queue_get(params->queueHandle, Z_FOREVER)); in inferenceProcessTask()192 static_cast<xInferenceJob *>(k_queue_get(&senderQueue, Z_FOREVER)); in inferenceSenderTask()
170 poll_timeout = Z_FOREVER; in osEventFlagsWait()
249 if (k_mutex_lock(&rsp_buf_mutex, Z_FOREVER) != 0) { in tester_rsp_buffer_lock()