Home
last modified time | relevance | path

Searched defs:fork (Results 1 – 25 of 549) sorted by relevance

12345678910>>...22

/aosp_15_r20/external/mesa3d/src/compiler/nir/
H A Dnir_lower_goto_ifs.c40 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 DSkStream.h111 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/
Dparse.rs14 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 DContextTest.java126 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 Drref_impl.cpp61 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 D1-2.c118 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 Dstress1.c119 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 Dstress1.c129 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 D2-1.c119 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 D2-3.c87 int fork; member
149 char fork; member
H A D1-2.c104 int fork; member
165 char fork; /* the children are processes */ member
/aosp_15_r20/external/rust/android-crates-io/crates/rand/src/rngs/adapter/
Dreseeding.rs289 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 Dreseeding.rs289 mod fork { module
334 mod fork { module
/aosp_15_r20/external/lzma/CPP/7zip/Archive/
H A DHfsHandler.cpp595 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 Dgenerate_config_vms_h_curl.com221 $! NTLM_WB_ENABLED requires fork() but configure does not know this function
/aosp_15_r20/external/crosvm/jail/src/
H A Dlib.rs7 pub mod fork; module
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/asio/include/boost/asio/
Dyield.hpp22 # define fork BOOST_ASIO_CORO_FORK macro
/aosp_15_r20/external/pytorch/torch/jit/
H A D_async.py21 def fork(func, *args, **kwargs): function
/aosp_15_r20/bionic/libc/bionic/
H A Dfork.cpp57 int fork() { in fork() function
/aosp_15_r20/external/trusty/musl/src/process/
Dfork.c14 pid_t fork(void) in fork() function
/aosp_15_r20/external/AFLplusplus/utils/defork/
H A Ddefork.c39 pid_t fork(void) { in fork() function
/aosp_15_r20/external/skia/src/utils/win/
H A DSkDWriteFontFileStream.h41 std::unique_ptr<SkDWriteFontFileStream> fork() const { in fork() function
/aosp_15_r20/external/musl/src/process/
H A Dfork.c47 pid_t fork(void) in fork() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/clang/Analysis/FlowSensitive/
DTypeErasedDataflowAnalysis.h130 TypeErasedDataflowAnalysisState fork() const { in fork() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/clang/Analysis/FlowSensitive/
DTypeErasedDataflowAnalysis.h130 TypeErasedDataflowAnalysisState fork() const { in fork() function

12345678910>>...22