Home
last modified time | relevance | path

Searched defs:sync_wait (Results 1 – 5 of 5) sorted by relevance

/third_party/mesa3d/src/android_stub/
Dsync_stub.cpp6 int sync_wait(int fd, int timeout) in sync_wait() function
/third_party/libdrm/
Dlibsync.h61 static inline int sync_wait(int fd, int timeout) in sync_wait() function
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/minddata/dataset/api/python/bindings/dataset/engine/ir/datasetops/
Dbindings.cc291 … auto sync_wait = std::make_shared<SyncWaitNode>(self, condition_name, callback); in __anon10ea60a02202() local
/third_party/mesa3d/src/gallium/auxiliary/util/
Du_tests.c526 #define sync_wait(fd, timeout) (-1) macro
/third_party/mindspore/mindspore-src/source/mindspore/python/mindspore/dataset/engine/
Ddatasets.py707 def sync_wait(self, condition_name, num_batch=1, callback=None): member in Dataset