/aosp_15_r20/external/mesa3d/src/compiler/nir/ |
H A D | nir_lower_goto_ifs.c | 40 struct path_fork *fork; member 136 set_path_vars(nir_builder *b, struct path_fork *fork, nir_block *target) in set_path_vars() 161 set_path_vars_cond(nir_builder *b, struct path_fork *fork, nir_def *condition, in set_path_vars_cond() 270 fork_reachable(struct path_fork *fork) in fork_reachable() 330 struct path_fork *fork = rzalloc(mem_ctx, struct path_fork); in loop_routing_start() local 340 struct path_fork *fork = rzalloc(mem_ctx, struct path_fork); in loop_routing_start() local 357 fork_condition(nir_builder *b, struct path_fork *fork) in fork_condition() 504 struct path_fork *fork = rzalloc(mem_ctx, struct path_fork); in select_fork_recur() local 770 struct path_fork *fork = rzalloc(mem_ctx, struct path_fork); in organize_levels() local
|
/aosp_15_r20/external/skia/include/core/ |
H A D | SkStream.h | 111 std::unique_ptr<SkStream> fork() const { in fork() function 177 std::unique_ptr<SkStreamSeekable> fork() const { in fork() function 194 std::unique_ptr<SkStreamAsset> fork() const { in fork() function 210 std::unique_ptr<SkStreamMemory> fork() const { in fork() function 337 std::unique_ptr<SkStreamAsset> fork() const { in fork() function 415 std::unique_ptr<SkMemoryStream> fork() const { in fork() function
|
/aosp_15_r20/external/rust/android-crates-io/crates/maybe-async/src/ |
D | parse.rs | 14 macro_rules! fork { macro 24 let mut fork; in parse() localVariable
|
/aosp_15_r20/external/grpc-grpc-java/context/src/test/java/io/grpc/ |
H A D | ContextTest.java | 126 Context fork = Context.ROOT.fork(); in rootCanBeAttached() local 475 Context fork = base.fork(); in nonCascadingCancellationDoesNotNotifyForked() local 665 Context fork = parent.fork(); in forkingContextDoesNotCarryDeadline() local 977 Context fork = cancellable.fork(); in cancellableAncestorFork() local
|
/aosp_15_r20/external/pytorch/torch/csrc/distributed/rpc/ |
H A D | rref_impl.cpp | 61 RRefForkData RRef::fork() const { in fork() function in torch::distributed::rpc::RRef 209 RRefForkData UserRRef::fork() const { in fork() function in torch::distributed::rpc::UserRRef
|
/aosp_15_r20/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_cond_signal/ |
H A D | 1-2.c | 118 int fork; /* 0: Test between threads. ~ !0: Test across processes, if supported (mmap) */ member 203 char fork; /* the children are processes */ member
|
/aosp_15_r20/external/ltp/testcases/open_posix_testsuite/stress/threads/pthread_cond_timedwait/ |
H A D | stress1.c | 119 int fork; /* 0: Test between threads. ~ !0: Test across processes, if supported (mmap) */ member 203 int fork; member
|
/aosp_15_r20/external/ltp/testcases/open_posix_testsuite/stress/threads/pthread_cond_wait/ |
H A D | stress1.c | 129 int fork; /* 0: Test between threads. ~ !0: Test across processes, if supported (mmap) */ member 212 int fork; member
|
/aosp_15_r20/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_cond_destroy/ |
H A D | 2-1.c | 119 int fork; /* 0: Test between threads. ~ !0: Test across processes, if supported (mmap) */ member 206 char fork; /* the children are processes */ member
|
/aosp_15_r20/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_cond_broadcast/ |
H A D | 2-3.c | 87 int fork; member 149 char fork; member
|
H A D | 1-2.c | 104 int fork; member 165 char fork; /* the children are processes */ member
|
/aosp_15_r20/external/rust/android-crates-io/crates/rand/src/rngs/adapter/ |
D | reseeding.rs | 289 mod fork { module 334 mod fork { module
|
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/rand-0.8.5/src/rngs/adapter/ |
H A D | reseeding.rs | 289 mod fork { module 334 mod fork { module
|
/aosp_15_r20/external/lzma/CPP/7zip/Archive/ |
H A D | HfsHandler.cpp | 595 HRESULT CDatabase::ReadFile(const CFork &fork, CByteBuffer &buf, IInStream *inStream) in ReadFile() 737 HRESULT CDatabase::LoadExtentFile(const CFork &fork, IInStream *inStream, CObjectVector<CIdExtents>… in LoadExtentFile() 875 HRESULT CDatabase::LoadAttrs(const CFork &fork, IInStream *inStream, IArchiveOpenCallback *progress) in LoadAttrs() 1031 HRESULT CDatabase::LoadCatalog(const CFork &fork, const CObjectVector<CIdExtents> *overflowExtentsA… in LoadCatalog()
|
/aosp_15_r20/external/curl/packages/vms/ |
H A D | generate_config_vms_h_curl.com | 221 $! NTLM_WB_ENABLED requires fork() but configure does not know this function
|
/aosp_15_r20/external/crosvm/jail/src/ |
H A D | lib.rs | 7 pub mod fork; module
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/asio/include/boost/asio/ |
D | yield.hpp | 22 # define fork BOOST_ASIO_CORO_FORK macro
|
/aosp_15_r20/external/pytorch/torch/jit/ |
H A D | _async.py | 21 def fork(func, *args, **kwargs): function
|
/aosp_15_r20/bionic/libc/bionic/ |
H A D | fork.cpp | 57 int fork() { in fork() function
|
/aosp_15_r20/external/trusty/musl/src/process/ |
D | fork.c | 14 pid_t fork(void) in fork() function
|
/aosp_15_r20/external/AFLplusplus/utils/defork/ |
H A D | defork.c | 39 pid_t fork(void) { in fork() function
|
/aosp_15_r20/external/skia/src/utils/win/ |
H A D | SkDWriteFontFileStream.h | 41 std::unique_ptr<SkDWriteFontFileStream> fork() const { in fork() function
|
/aosp_15_r20/external/musl/src/process/ |
H A D | fork.c | 47 pid_t fork(void) in fork() function
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/clang/Analysis/FlowSensitive/ |
D | TypeErasedDataflowAnalysis.h | 130 TypeErasedDataflowAnalysisState fork() const { in fork() function
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/clang/Analysis/FlowSensitive/ |
D | TypeErasedDataflowAnalysis.h | 130 TypeErasedDataflowAnalysisState fork() const { in fork() function
|