Home
last modified time | relevance | path

Searched defs:abs_deadline (Results 1 – 6 of 6) sorted by relevance

/third_party/grpc/src/core/lib/gpr/
Dsync_abseil.cc81 int gpr_cv_wait(gpr_cv* cv, gpr_mu* mu, gpr_timespec abs_deadline) { in gpr_cv_wait()
Dsync_posix.cc119 int gpr_cv_wait(gpr_cv* cv, gpr_mu* mu, gpr_timespec abs_deadline) { in gpr_cv_wait()
Dsync_windows.cc68 int gpr_cv_wait(gpr_cv* cv, gpr_mu* mu, gpr_timespec abs_deadline) { in gpr_cv_wait()
Dsync.cc73 void* gpr_event_wait(gpr_event* ev, gpr_timespec abs_deadline) { in gpr_event_wait()
/third_party/grpc/src/cpp/common/
Dcore_codegen.cc91 gpr_timespec abs_deadline) { in gpr_cv_wait()
/third_party/grpc/test/core/gpr/
Dsync_test.cc112 int queue_remove(queue* q, int* head, gpr_timespec abs_deadline) { in queue_remove()