Searched defs:Wait (Results 1 – 10 of 10) sorted by relevance
46 bool Wait(std::chrono::duration<R, P> duration) { in Wait() function
117 DisplayError Fence::Wait(const shared_ptr<Fence> &fence) { in Wait() function in sdm::Fence123 DisplayError Fence::Wait(const shared_ptr<Fence> &fence, int timeout) { in Wait() function in sdm::Fence
141 void Wait() { pthread_cond_wait(&condition_, &mutex_); } in Wait() function
153 void Wait() { pthread_cond_wait(&condition_, &mutex_); } in Wait() function
254 void GrpcVehicleProxyServer::Wait() { in Wait() function in android::hardware::automotive::vehicle::virtualization::GrpcVehicleProxyServer283 void GrpcVehicleProxyServer::ConnectionDescriptor::Wait() { in Wait() function in android::hardware::automotive::vehicle::virtualization::GrpcVehicleProxyServer::ConnectionDescriptor
359 TEST(ring_buffer, Wait) { in TEST() argument