Home
last modified time | relevance | path

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

/third_party/mesa3d/src/android_stub/
Dsync_stub.cpp10 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/boost/libs/process/test/
Dexit_code.cpp31 BOOST_AUTO_TEST_CASE(sync_wait) in BOOST_AUTO_TEST_CASE() argument
/third_party/mindspore/mindspore/ccsrc/minddata/dataset/api/python/bindings/dataset/engine/ir/datasetops/
Dbindings.cc263 … auto sync_wait = std::make_shared<SyncWaitNode>(self, condition_name, callback); in __anon4440814b2002() local
/third_party/mesa3d/src/gallium/auxiliary/util/
Du_tests.c524 #define sync_wait(fd, timeout) (-1) macro
/third_party/mindspore/mindspore/dataset/engine/
Ddatasets.py500 def sync_wait(self, condition_name, num_batch=1, callback=None): member in Dataset