/third_party/ltp/testcases/open_posix_testsuite/stress/threads/pthread_cond_timedwait/ |
H A D | stress2.c | 95 int fork; /* 0: Test between threads. ~ !0: Test across processes, if supported (mmap) */ member
|
/third_party/skia/include/core/ |
H A D | SkStream.h | 120 std::unique_ptr<SkStream> fork() const { in fork() function in SkStream 186 std::unique_ptr<SkStreamSeekable> fork() const { in fork() function in SkStreamSeekable 203 std::unique_ptr<SkStreamAsset> fork() const { in fork() function in SkStreamAsset 219 std::unique_ptr<SkStreamMemory> fork() const { in fork() function in SkStreamMemory 348 std::unique_ptr<SkStreamAsset> fork() const { in fork() function in SkFILEStream 427 std::unique_ptr<SkMemoryStream> fork() const { in fork() function in SkMemoryStream
|
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_cond_broadcast/ |
H A D | 1-2.c | 104 int fork; member 165 char fork; /* the children are processes */ member [all...] |
/third_party/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() argument 161 set_path_vars_cond(nir_builder *b, struct path_fork *fork, nir_src condition, nir_block *then_block, nir_block *else_block) set_path_vars_cond() argument 275 fork_reachable(struct path_fork *fork) fork_reachable() argument 335 struct path_fork *fork = rzalloc(mem_ctx, struct path_fork); loop_routing_start() local 345 struct path_fork *fork = rzalloc(mem_ctx, struct path_fork); loop_routing_start() local 362 fork_condition(nir_builder *b, struct path_fork *fork) fork_condition() argument 515 struct path_fork *fork = rzalloc(mem_ctx, struct path_fork); select_fork_recur() local 780 struct path_fork *fork = rzalloc(mem_ctx, struct path_fork); organize_levels() local [all...] |
/third_party/ntfs-3g/libfuse-lite/ |
H A D | mount.c | 37 #define fork() vfork() macro
|
/third_party/libfuse/lib/ |
H A D | mount.c | 48 #define fork() vfork() macro
|
/third_party/rust/crates/syn/src/ |
H A D | parse.rs | 964 pub fn fork(&self) -> Self { in lookahead1() functions
|
/third_party/node/deps/openssl/openssl/apps/ |
H A D | ocsp.c | 50 pid_t fork(void) in fork() function
|
/third_party/openssl/apps/ |
H A D | ocsp.c | 50 pid_t fork(void) in fork() function
|
/third_party/rust/crates/nix/src/ |
H A D | unistd.rs | 292 pub unsafe fn fork() -> Result<ForkResult> { fork() functions [all...] |
/third_party/mesa3d/src/nouveau/codegen/ |
H A D | nv50_ir_from_tgsi.cpp | 2216 Converter::insertConvergenceOps(BasicBlock *conv, BasicBlock *fork) in insertConvergenceOps() argument
|
/third_party/rust/crates/libc/src/unix/ |
H A D | mod.rs | 887 pub fn fork() -> pid_t; in fork() functions
|
/third_party/rust/crates/libc/src/fuchsia/ |
H A D | mod.rs | 3600 pub fn fork() -> pid_t; in fork() functions
|