Home
last modified time | relevance | path

Searched defs:wait_func (Results 1 – 3 of 3) sorted by relevance

/third_party/python/Lib/test/
D_test_eintr.py87 def _test_wait_multiple(self, wait_func): argument
103 def _test_wait_single(self, wait_func): argument
387 def check_sigwait(self, wait_func): argument
417 def wait_func(signum): function
425 def wait_func(signum): function
/third_party/gstreamer/gstplugins_bad/gst-libs/gst/vulkan/
Dgstvktrash.h232 GstVulkanTrashListWait wait_func; member
/third_party/libuv/test/
Dtest-condvar.c31 typedef int (*wait_func)(struct worker_config* c, const int* flag); typedef