Searched defs:waitable (Results 1 – 7 of 7) sorted by relevance
153 auto waitable = std::make_shared<AsyncWaitableEvent>(); in postWorkerTask() local184 auto &waitable = task.first; in threadLoop() local226 std::shared_ptr<AsyncWaitableEvent> waitable) in DelegateWorkerTask()264 auto waitable = std::make_shared<AsyncWaitableEvent>(); in postWorkerTask() local
37 inline bool IsDone(const DeviceOpWaitable& waitable) { in IsDone()88 DeviceOpWaitable waitable; member
43 void DeviceOpTracker::AddPendingGarbage(DeviceOpWaitable waitable, VkFence fence) { in AddPendingGarbage()57 void DeviceOpTracker::AddPendingGarbage(DeviceOpWaitable waitable, VkSemaphore semaphore) { in AddPendingGarbage()
826 auto waitable = callbacks.scheduleAsyncWork( in syncImageToColorBuffer() local
3957 void setColorBufferLatestUse(uint32_t colorBufferHandle, DeviceOpWaitable waitable, in setColorBufferLatestUse()
36 #define ASSERT_WAIT(waitable) PW_CHECK(waitable.try_acquire_for(1000ms)) argument
1530 auto waitable = t->connection_waitable(); in register_socket_transport() local