Searched refs:block_func (Results 1 – 4 of 4) sorted by relevance
/third_party/nghttp2/src/ |
D | shrpx_connect_blocker.cc | 43 std::function<void()> block_func, in ConnectBlocker() argument 46 block_func_(block_func), in ConnectBlocker()
|
D | shrpx_connect_blocker.h | 40 std::function<void()> block_func,
|
/third_party/python/Lib/test/ |
D | test_queue.py | 58 def do_blocking_test(self, block_func, block_args, trigger_func, trigger_args): argument 62 self.result = block_func(*block_args) 66 block_func) 72 def do_exceptional_blocking_test(self,block_func, block_args, trigger_func, argument 78 block_func(*block_args)
|
/third_party/mindspore/mindspore/dataset/engine/ |
D | datasets.py | 2360 def block_func(self): member in BlockReleasePair 2424 return cde.SyncWaitNode(children[0], self._condition_name, self._pair.block_func)
|