HomeSort by relevance Sort by last modified time
    Searched defs:fork (Results 26 - 50 of 115) sorted by null

12 3 4 5

  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_cond_timedwait/
2-7.c 85 int fork; /* 0: Test between threads. ~ !0: Test across processes, if supported (mmap) */ member in struct:_scenar
435 if ((pshared > 0) && (scenarii[i].fork != 0)) {
490 child_pr = fork();
492 UNRESOLVED(errno, "[parent] Fork failed");
4-2.c 83 int fork; /* 0: Test between threads. ~ !0: Test across processes, if supported (mmap) */ member in struct:_scenar
403 if ((pshared > 0) && (scenarii[i].fork != 0)) {
450 child_pr[k] = fork();
453 "[parent] Fork failed");
  /external/ltp/testcases/open_posix_testsuite/stress/threads/pthread_cond_timedwait/
stress1.c 136 int fork; /* 0: Test between threads. ~ !0: Test across processes, if supported (mmap) */ member in struct:_scenar
220 int fork; member in struct:childdata
300 if (cd->fork == 0) {
307 child_p = fork();
348 if (cd->fork == 0) {
588 if ((pshared > 0) && (scenarii[i].fork != 0)) {
604 CD.fork = do_fork;
stress2.c 111 int fork; /* 0: Test between threads. ~ !0: Test across processes, if supported (mmap) */ member in struct:_scenar
  /external/ltp/testcases/open_posix_testsuite/stress/threads/pthread_cond_wait/
stress.c 111 int fork; /* 0: Test between threads. ~ !0: Test across processes, if supported (mmap) */ member in struct:_scenar
stress1.c 137 int fork; /* 0: Test between threads. ~ !0: Test across processes, if supported (mmap) */ member in struct:_scenar
220 int fork; member in struct:childdata
288 if (cd->fork == 0) {
295 child_p = fork();
327 if (cd->fork == 0) {
573 if ((pshared > 0) && (scenarii[i].fork != 0)) {
589 CD.fork = do_fork;
stress2.c 111 int fork; /* 0: Test between threads. ~ !0: Test across processes, if supported (mmap) */ member in struct:_scenar
  /external/skia/include/core/
SkStream.h 113 std::unique_ptr<SkStream> fork() const { function in class:SkStream
162 /** SkStreamSeekable is a SkStreamRewindable for which position, seek, move, and fork are required. */
174 std::unique_ptr<SkStreamSeekable> fork() const { function in class:SkStreamSeekable
191 std::unique_ptr<SkStreamAsset> fork() const { function in class:SkStreamAsset
207 std::unique_ptr<SkStreamMemory> fork() const { function in class:SkStreamMemory
324 std::unique_ptr<SkStreamAsset> fork() const { function in class:SkFILEStream
401 std::unique_ptr<SkMemoryStream> fork() const { function in class:SkMemoryStream
  /external/skqp/include/core/
SkStream.h 113 std::unique_ptr<SkStream> fork() const { function in class:SkStream
162 /** SkStreamSeekable is a SkStreamRewindable for which position, seek, move, and fork are required. */
174 std::unique_ptr<SkStreamSeekable> fork() const { function in class:SkStreamSeekable
191 std::unique_ptr<SkStreamAsset> fork() const { function in class:SkStreamAsset
207 std::unique_ptr<SkStreamMemory> fork() const { function in class:SkStreamMemory
322 std::unique_ptr<SkStreamAsset> fork() const { function in class:SkFILEStream
399 std::unique_ptr<SkMemoryStream> fork() const { function in class:SkMemoryStream
  /libcore/ojluni/src/main/java/java/util/stream/
AbstractTask.java 32 * Abstract base class for most fork-join tasks used to implement stream ops.
41 * <p>This class is based on {@link CountedCompleter}, a form of fork-join task
202 * fork-join framework will return the correct result.
313 taskToFork.fork();
ForEachOps.java 307 taskToFork.fork();
414 // Fork the parent task
461 taskToFork.fork();
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/
cn_proc.h 75 } fork; member in union:proc_event::__anon62422
  /bionic/libc/kernel/uapi/linux/
userfaultfd.h 55 } fork; member in union:uffd_msg::__anon1222
  /external/kernel-headers/original/uapi/linux/
userfaultfd.h 91 } fork; member in union:uffd_msg::__anon23430
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_cond_broadcast/
1-2.c 57 if (td->fork) { \
69 if (td->fork) { \
108 int fork; member in struct:_scenar
169 char fork; /* the children are processes */ member in struct:testdata
431 td->fork = 0;
478 if ((pshared > 0) && (scenarii[scenar].fork != 0))
479 td->fork = 1;
519 if (td->fork == 0) {
548 tmp->data.p = fork();
629 if (td->fork == 0)
    [all...]
  /libcore/ojluni/src/main/java/java/util/
ArraysParallelSortHelpers.java 137 new Sorter<T>(rc, a, w, b+u, n-u, wb+u, g, c).fork();
138 new Sorter<T>(rc, a, w, b+h, q, wb+h, g, c).fork();;
141 new Sorter<T>(bc, a, w, b+q, h-q, wb+q, g, c).fork();
208 m.fork();
255 new Sorter(rc, a, w, b+u, n-u, wb+u, g).fork();
256 new Sorter(rc, a, w, b+h, q, wb+h, g).fork();;
259 new Sorter(bc, a, w, b+q, h-q, wb+q, g).fork();
321 m.fork();
366 new Sorter(rc, a, w, b+u, n-u, wb+u, g).fork();
367 new Sorter(rc, a, w, b+h, q, wb+h, g).fork();;
    [all...]
  /external/perf_data_converter/src/quipper/
perf_serializer.cc 595 const struct fork_event& fork = event.fork; local
596 sample->set_pid(fork.pid);
597 sample->set_ppid(fork.ppid);
598 sample->set_tid(fork.tid);
599 sample->set_ptid(fork.ptid);
600 sample->set_fork_time_ns(fork.time);
607 struct fork_event& fork = event->fork; local
608 fork.pid = sample.pid()
    [all...]
  /external/valgrind/coregrind/
m_libcproc.c 462 /* Spawns a new child. Uses either spawn syscall or fork+execv combo. */
526 Int pid = VG_(fork)();
843 Fork
846 Int VG_(fork) ( void ) function
875 /* Using fork() on Solaris is not really the best thing to do. Solaris
876 does not do memory overcommitment so fork() can fail if there is not
878 Prefer to use VG_(spawn)() over VG_(fork)() + VG_(execv)(). */
880 res = VG_(do_syscall2)(__NR_forksys, 0 /*subcode (fork)*/, 0 /*flags*/);
    [all...]
  /libcore/jsr166-tests/src/test/java/jsr166/
RecursiveTaskTest.java 203 f1.fork();
222 f1.fork();
268 assertSame(f, f.fork());
284 assertSame(f, f.fork());
300 assertSame(f, f.fork());
316 assertSame(f, f.fork());
334 assertSame(f, f.fork());
385 assertSame(f, f.fork());
404 assertSame(f, f.fork());
425 assertSame(f, f.fork());
    [all...]
ForkJoinPoolTest.java 121 f1.fork();
158 f1.fork();
    [all...]
  /external/antlr/antlr-3.4/antlr-ant/main/antlr3-task/antlr3-src/org/apache/tools/ant/antlr/
ANTLR3.java 78 /** fork */
79 private boolean fork; field in class:ANTLR3
311 // we are forced to fork ANTLR since there is a call
319 this.fork = s;
  /external/fio/os/windows/
posix.c 373 int fork(void) function
  /external/antlr/antlr-3.4/antlr-ant/main/antlr3-task/
antlr3.jar 
  /external/perf_data_converter/src/quipper/kernel/
perf_internals.h 362 struct fork_event fork; member in union:quipper::perf_event
  /external/strace/
strace.c 72 /* Glue for systems without a MMU that cannot provide fork() */
78 # define fork() vfork() macro
1096 pid_t pid = fork();
1098 perror_func_msg_and_die("fork");
    [all...]

Completed in 790 milliseconds

12 3 4 5