Searched defs:timeout_result (Results 1 – 4 of 4) sorted by relevance
748 let timeout_result = cv in wait_while_until_internal_does_not_wait_if_initially_false() localVariable770 let timeout_result = in wait_while_until_internal_times_out_before_false() localVariable796 let timeout_result = in wait_while_until_internal() localVariable802 let timeout_result = cv.wait_while_until_internal(&mut mutex_guard, condition, None); in wait_while_until_internal() localVariable
79 #define COND_TIMED_WAIT(cond, mut, microseconds, timeout_result) \ argument
523 let timeout_result = lock_result.1; in run() localVariable
1858 VkResult timeout_result = assumed_success_at < atimeout ? VK_SUCCESS : VK_TIMEOUT; in wsi_wl_swapchain_wait_for_present() local