Home
last modified time | relevance | path

Searched defs:is_sync (Results 1 – 9 of 9) sorted by relevance

/external/llvm-project/polly/lib/External/ppcg/
Dgpu_tree.c350 int is_sync; in domain_is_sync() local
371 int is_sync; in node_is_sync_filter() local
595 int is_sync; in gpu_tree_move_left_to_sync() local
624 int is_sync; in gpu_tree_move_right_to_sync() local
Dgpu.c2077 int is_sync; in at_domain() local
/external/libchrome/mojo/public/cpp/bindings/lib/
Dinterface_endpoint_client.cc268 bool is_sync = message->has_flag(Message::kFlagIsSync); in AcceptWithResponder() local
/external/grpc-grpc/src/compiler/
Dcsharp_generator.cc145 bool is_sync, bool use_call_options) { in GenerateDocCommentClientMethod()
/external/libchrome/ipc/
Dipc_message.h85 bool is_sync() const { in is_sync() function
/external/rust/crates/grpcio-sys/grpc/src/compiler/
Dcsharp_generator.cc145 bool is_sync, bool use_call_options) { in GenerateDocCommentClientMethod()
/external/python/cpython3/Lib/
Dcontextlib.py451 def _push_exit_callback(self, callback, is_sync=True): argument
/external/rust/crates/thread_local/src/
Dlib.rs633 fn is_sync() { in is_sync() function
/external/rust/crates/bytes/tests/
Dtest_bytes.rs10 fn is_sync<T: Sync>() {} in is_sync() function