Lines Matching refs:VERR_INTERRUPTED
284 * @retval VERR_INTERRUPTED
311 return VERR_INTERRUPTED;
380 * @returns @a rc or VERR_INTERRUPTED (WM_QUIT or NULL msg).
402 rc = VERR_INTERRUPTED;
412 rc = VERR_INTERRUPTED;
425 * @retval VERR_INTERRUPTED.
448 * @retval VERR_INTERRUPTED (darwin only)
469 if (rc == VERR_TIMEOUT || rc2 == VERR_INTERRUPTED)
492 * @retval VERR_INTERRUPTED if interruptEventQueueProcessing was called.
534 || rc == VERR_INTERRUPTED
539 rc = VERR_INTERRUPTED;
548 while ( rc != VERR_INTERRUPTED
553 rc = VERR_INTERRUPTED;