HomeSort by: relevance | last modified time | path
    Searched defs:fork (Results 1 - 22 of 22) sorted by relevancy

  /src/tests/lib/libpthread/
t_fork.c 69 ATF_TC(fork); variable
70 ATF_TC_HEAD(fork, tc)
75 ATF_TC_BODY(fork, tc)
84 fork_pid = fork();
104 ATF_TP_ADD_TC(tp, fork);
  /src/external/bsd/atf/dist/atf-c++/
utils.cpp 70 atf::utils::fork(void) function in class:atf::utils
utils_test.cpp 224 ATF_TEST_CASE_WITHOUT_HEAD(fork); variable
225 ATF_TEST_CASE_BODY(fork)
229 pid_t pid = atf::utils::fork();
331 const pid_t pid = atf::utils::fork();
344 const pid_t control = fork();
359 const pid_t control = fork();
374 const pid_t control = fork();
389 const pid_t control = fork();
404 const pid_t control = fork();
421 const pid_t control = fork();
    [all...]
  /src/tests/rump/rumpkern/
t_sp.sh 61 test_case fork_simple fork simple
62 test_case fork_pipecomm fork pipecomm
63 test_case fork_fakeauth fork fakeauth
110 fork() function
  /src/external/bsd/atf/dist/atf-c++/detail/
process.hpp 117 child fork(void (*)(void*), const OutStream&, const ErrStream&, void*);
129 child fork(void (*)(void*), const OutStream&, const ErrStream&, void*);
141 child fork(void (*)(void*), const OutStream&, const ErrStream&, void*);
153 child fork(void (*)(void*), const OutStream&, const ErrStream&, void*);
165 child fork(void (*)(void*), const OutStream&, const ErrStream&, void*);
208 child fork(void (*)(void*), const OutStream&, const ErrStream&, void*);
234 fork(void (*start)(void*), const OutStream& outsb, function in namespace:atf::process
  /src/lib/libc/gen/
pthread_atfork.c 53 __weak_alias(fork, _fork)
100 * write-locked by pthread_atfork() and read-locked by fork(), but
102 * across the fork, forking is going to be serialized anyway.
245 fork(void) function
260 * the fork call succeeded or failed.
275 * between the initial lock and the fork() syscall,
279 * moment of fork(). Since the other threads do not
292 * to acquire locks across the fork call to ensure
  /src/tests/lib/libc/gen/
t_arc4random.c 308 RL(pid = fork());
355 RL(pid = fork());
384 ATF_TC(fork); variable
385 ATF_TC_HEAD(fork, tc)
388 "Test fork zeros the state and gets independent state");
390 ATF_TC_BODY(fork, tc)
425 * Fork a child.
427 RL(child = fork());
432 * Verify the states have been zero'd on fork.
466 * the fork syscall returns before the atfork handler i
    [all...]
  /src/external/bsd/atf/dist/tools/
process.hpp 108 child fork(void (*)(void*), OutStream, ErrStream, void*);
128 child fork(void (*)(void*), OutStream, ErrStream, void*);
144 child fork(void (*)(void*), OutStream, ErrStream, void*);
162 child fork(void (*)(void*), OutStream, ErrStream, void*);
180 child fork(void (*)(void*), OutStream, ErrStream, void*);
233 child fork(void (*)(void*), OutStream, ErrStream, void*);
267 fork(void (*start)(void*), OutStream outsb, ErrStream errsb, void* v) function in namespace:tools::process
274 pid_t pid = ::fork();
276 throw system_error("tools::process::child::fork",
277 "Failed to fork", errno)
    [all...]
  /src/external/bsd/atf/dist/atf-c/
utils_test.c 232 ATF_TC_WITHOUT_HEAD(fork); variable
233 ATF_TC_BODY(fork, tc)
399 const pid_t control = fork();
414 const pid_t control = fork();
429 const pid_t control = fork();
444 const pid_t control = fork();
459 const pid_t control = fork();
476 const pid_t control = fork();
513 ATF_TP_ADD_TC(tp, fork);
  /src/sys/fs/hfs/
hfs_vnops.c 587 hfs_fork_t *fork; local
605 fork = &f->rsrc_fork;
607 fork = &f->data_fork;
610 vap->va_bytes = fork->total_blocks * HFS_BLOCKSIZE(vp);
611 vap->va_size = fork->logical_size;
libhfs.c 586 HFS_LIBERR("could not locate fork extents");
719 HFS_LIBERR("could not locate fork extents");
790 hfs_fork_t fork = {.logical_size = 0}; local
807 fork = in_vol->vh.catalog_file;
811 fork = in_vol->vh.extents_file;
815 fork = in_vol->vh.allocation_file;
819 fork = in_vol->vh.attributes_file;
823 fork = in_vol->vh.startup_file;
844 fork = file.data_fork;
846 fork = file.rsrc_fork
    [all...]
  /src/external/gpl3/gdb.old/dist/gdb/
linux-fork.c 28 #include "linux-fork.h"
42 /* Fork list data structure: */
57 by a fork in the user program, in which case we *may* have
58 stepped into the fork call, but regardless of whether we follow
73 /* Convenient handle (GDB fork id). */
76 /* Convenient for info fork, saves having to actually switch
91 /* Fork list methods: */
99 /* Return the last fork in the list. */
110 /* Return true iff there's one fork in the list. */
118 /* Add a new fork to the internal fork list. *
192 struct fork_info *fork = find_fork_id (num); local
    [all...]
  /src/crypto/external/bsd/openssl/dist/apps/
ocsp.c 50 pid_t fork(void) function
  /src/crypto/external/bsd/openssl.old/dist/apps/
ocsp.c 75 pid_t fork(void) function
975 switch(fpid = fork()) {
  /src/external/gpl2/mkhybrid/dist/libhfs_iso/
internal.h 65 SignedByte xkrFkType; /* fork type (0x00/0xff == data/resource */
208 UInteger filStBlk; /* first alloc block of data fork */
209 ULongInt filLgLen; /* logical EOF of data fork */
210 ULongInt filPyLen; /* physical EOF of data fork */
211 UInteger filRStBlk; /* first alloc block of resource fork */
212 ULongInt filRLgLen; /* logical EOF of resource fork */
213 ULongInt filRPyLen; /* physical EOF of resource fork */
220 filExtRec; /* first data fork extent record */
222 filRExtRec; /* first resource fork extent record */
245 int fork; /* current selected fork for I/O * member in struct:_hfsfile_
    [all...]
  /src/crypto/external/apache2/openssl/dist/apps/
ocsp.c 44 pid_t fork(void) function
  /src/lib/librumphijack/
hijack.c 959 host_fork = dlsym(RTLD_NEXT, "fork");
1908 fork(void) function
1912 DPRINTF(("fork\n"));
1916 DPRINTF(("fork returns %d\n", rv));
1922 __strong_alias_macro(VFORK,fork)
  /src/external/gpl3/gcc/dist/gcc/
omp-low.cc 7374 axis of a multi-axis loop. FORK and JOIN are (optional) fork and
7389 gcall *fork, gcall *private_marker, gcall *join,
7600 if (fork)
7601 gimple_seq_add_stmt (fork_seq, fork);
8406 gcall *fork = gimple_build_call_internal (IFN_UNIQUE, 3,
8408 gimple_set_location (fork, loc);
8409 gimple_set_lhs (fork, ddvar);
8426 fork, (count == 1) ? private_marker : NULL,
8405 gcall *fork = gimple_build_call_internal (IFN_UNIQUE, 3, local
  /src/external/gpl3/gcc.old/dist/gcc/
omp-low.cc 7416 axis of a multi-axis loop. FORK and JOIN are (optional) fork and
7431 gcall *fork, gcall *private_marker, gcall *join,
7642 if (fork)
7643 gimple_seq_add_stmt (fork_seq, fork);
8448 gcall *fork = gimple_build_call_internal (IFN_UNIQUE, 3,
8450 gimple_set_location (fork, loc);
8451 gimple_set_lhs (fork, ddvar);
8468 fork, (count == 1) ? private_marker : NULL,
8447 gcall *fork = gimple_build_call_internal (IFN_UNIQUE, 3, local
  /src/lib/libc/include/
namespace.h 50 #define fork _fork macro
  /src/external/gpl3/gcc/dist/gcc/config/nvptx/
nvptx.cc 598 /* Emit fork at all levels. This helps form SESE regions, as
1928 /* Expand the oacc fork & join primitive into ptx-required unspecs. */
3529 FORKED and JOINING blocks are in the partition. The FORK and JOIN
3700 /* If BLOCK contains a fork/join marker, process it to create or
3779 /* DFS walk the CFG looking for fork & join markers. Construct
5130 fork insn. */
5132 rtx_insn *fork = BB_END (par->forked_block);
5134 if (NEXT_INSN (forked) != fork)
5136 gcc_checking_assert (recog_memoized (fork) == CODE_FOR_nvptx_fork);
5708 - Split blocks at fork and join instruction
5127 rtx_insn *fork = BB_END (par->forked_block); local
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/config/nvptx/
nvptx.cc 594 /* Emit fork at all levels. This helps form SESE regions, as
1918 /* Expand the oacc fork & join primitive into ptx-required unspecs. */
3513 FORKED and JOINING blocks are in the partition. The FORK and JOIN
3684 /* If BLOCK contains a fork/join marker, process it to create or
3763 /* DFS walk the CFG looking for fork & join markers. Construct
5114 fork insn. */
5116 rtx_insn *fork = BB_END (par->forked_block);
5118 if (NEXT_INSN (forked) != fork)
5120 gcc_checking_assert (recog_memoized (fork) == CODE_FOR_nvptx_fork);
5692 - Split blocks at fork and join instruction
5111 rtx_insn *fork = BB_END (par->forked_block); local
    [all...]

Completed in 59 milliseconds