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

1 2 3 4 5

  /bionic/libc/bionic/
fork.cpp 35 int fork() { function
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
pty.py 13 __all__ = ["openpty","fork","spawn"]
90 def fork(): function
91 """fork() -> (pid, master_fd)
92 Fork and make the child a session leader with a controlling terminal."""
108 pid = os.fork()
159 pid, master_fd = fork()
  /device/linaro/bootloader/edk2/StdLib/LibC/Uefi/
StubFunctions.c 56 fork (void) function
  /external/python/cpython2/Lib/
pty.py 13 __all__ = ["openpty","fork","spawn"]
90 def fork(): function
91 """fork() -> (pid, master_fd)
92 Fork and make the child a session leader with a controlling terminal."""
108 pid = os.fork()
165 pid, master_fd = fork()
  /external/python/cpython3/Lib/
pty.py 13 __all__ = ["openpty","fork","spawn"]
79 def fork(): function
80 """fork() -> (pid, master_fd)
81 Fork and make the child a session leader with a controlling terminal."""
97 pid = os.fork()
154 pid, master_fd = fork()
  /external/skia/src/utils/win/
SkDWriteFontFileStream.h 40 std::unique_ptr<SkDWriteFontFileStream> fork() const { function in class:SkDWriteFontFileStream
  /external/skqp/src/utils/win/
SkDWriteFontFileStream.h 40 std::unique_ptr<SkDWriteFontFileStream> fork() const { function in class:SkDWriteFontFileStream
  /prebuilts/gdb/darwin-x86/lib/python2.7/
pty.py 13 __all__ = ["openpty","fork","spawn"]
90 def fork(): function
91 """fork() -> (pid, master_fd)
92 Fork and make the child a session leader with a controlling terminal."""
108 pid = os.fork()
165 pid, master_fd = fork()
  /prebuilts/gdb/linux-x86/lib/python2.7/
pty.py 13 __all__ = ["openpty","fork","spawn"]
90 def fork(): function
91 """fork() -> (pid, master_fd)
92 Fork and make the child a session leader with a controlling terminal."""
108 pid = os.fork()
165 pid, master_fd = fork()
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
pty.py 13 __all__ = ["openpty","fork","spawn"]
90 def fork(): function
91 """fork() -> (pid, master_fd)
92 Fork and make the child a session leader with a controlling terminal."""
108 pid = os.fork()
165 pid, master_fd = fork()
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
pty.py 13 __all__ = ["openpty","fork","spawn"]
90 def fork(): function
91 """fork() -> (pid, master_fd)
92 Fork and make the child a session leader with a controlling terminal."""
108 pid = os.fork()
165 pid, master_fd = fork()
  /libcore/ojluni/src/main/java/java/util/
ArrayPrefixHelpers.java 184 f.fork();
245 par.fork();
336 f.fork();
395 par.fork();
486 f.fork();
545 par.fork();
636 f.fork();
695 par.fork();
    [all...]
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_cond_wait/
2-2.c 111 int fork; /* 0: Test between threads. ~ !0: Test across processes, if supported (mmap) */ member in struct:_scenar
444 if ((pshared > 0) && (scenarii[i].fork != 0)) {
499 child_pr = fork();
501 UNRESOLVED(errno, "[parent] Fork failed");
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_mutex_trylock/
1-2.c 95 int fork; /* 0: Test between threads. ~ !0: Test across processes, if supported (mmap) */ member in struct:_scenar
309 if ((pshared > 0) && (scenarii[sc].fork != 0)) {
364 child_pr = fork();
366 UNRESOLVED(errno, "[parent] Fork failed");
2-1.c 100 int fork; /* 0: Test between threads. ~ !0: Test across processes, if supported (mmap) */ member in struct:_scenar
274 if ((pshared > 0) && (scenarii[sc].fork != 0)) {
327 child_pr = fork();
329 UNRESOLVED(errno, "[parent] Fork failed");
4-2.c 93 int fork; /* 0: Test between threads. ~ !0: Test across processes, if supported (mmap) */ member in struct:_scenar
310 if ((pshared > 0) && (scenarii[sc].fork != 0)) {
346 child_pr = fork();
348 UNRESOLVED(errno, "[parent] Fork failed");
  /libcore/ojluni/src/main/java/java/util/stream/
AbstractShortCircuitTask.java 31 * Abstract class for fork-join tasks used to implement short-circuiting
133 taskToFork.fork();
  /libcore/ojluni/src/main/java/java/util/concurrent/
ForkJoinTask.java 61 * ForkJoinPool#commonPool()} via {@link #fork}, {@link #invoke}, or
64 * using {@code ForkJoinTask} employ only methods {@link #fork} and
69 * of new forms of fork/join processing.
76 * coordination mechanisms are {@link #fork}, that arranges
82 * cooperate with fork/join scheduling. Subdividable tasks should also
117 * equivalent to {@code fork(); join()} but always attempts to begin
126 * <p>In the most typical usages, a fork-join pair act like a call
127 * (fork) and return (join) from a parallel recursive function. As is
129 * should be performed innermost-first. For example, {@code a.fork();
130 * b.fork(); b.join(); a.join();} is likely to be substantially mor
689 public final ForkJoinTask<V> fork() { method in class:ForkJoinTask
    [all...]
  /art/test/004-checker-UnsafeTest18/src/
Main.java 130 // Thread fork/join.
133 private static void fork(Runnable r) { method in class:Main
198 fork(new Runnable() { method
207 fork(new Runnable() { method
216 fork(new Runnable() { method
227 fork(new Runnable() { method
236 fork(new Runnable() { method
261 // the fork(), which means there is no happens-before relation in the Java memory model
270 fork(new Runnable() { method
284 // m.l after the fork(), which means there is no happens-before relation in the Java memor
293 fork(new Runnable() { method
314 fork(new Runnable() { method
    [all...]
  /bionic/libc/kernel/uapi/linux/
cn_proc.h 50 } fork; member in union:proc_event::__anon550
  /external/kernel-headers/original/uapi/linux/
cn_proc.h 78 } fork; member in union:proc_event::__anon22756
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_cond_broadcast/
2-3.c 52 if (td->fork) { \
60 if (td->fork) { \
93 int fork; member in struct:_scenar
155 char fork; member in struct:testdata
360 td->fork = 0;
409 if ((pshared > 0) && (scenarii[scenar].fork != 0))
410 td->fork = 1;
438 if (td->fork == 0) {
447 children.ch[children.nb].p = fork();
510 if (td->fork == 0)
    [all...]
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_cond_destroy/
2-1.c 77 if (td->fork) \
86 if (td->fork) \
126 int fork; /* 0: Test between threads. ~ !0: Test across processes, if supported (mmap) */ member in struct:_scenar
213 char fork; /* the children are processes */ member in struct:__anon28585
449 td->fork = 0;
504 if ((pshared > 0) && (scenarii[scenar].fork != 0)) {
505 td->fork = 1;
542 if (td->fork == 0) {
551 p_child[ch] = fork();
736 if (td->fork == 0)
    [all...]
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_cond_signal/
1-2.c 76 if (td->fork) \
85 if (td->fork) \
125 int fork; /* 0: Test between threads. ~ !0: Test across processes, if supported (mmap) */ member in struct:_scenar
210 char fork; /* the children are processes */ member in struct:__anon28586
407 td->fork = 0;
462 if ((pshared > 0) && (scenarii[scenar].fork != 0)) {
463 td->fork = 1;
497 if (td->fork == 0) {
506 p_child[ch] = fork();
582 if (td->fork == 0)
    [all...]
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_cond_timedwait/
2-4.c 83 int fork; /* 0: Test between threads. ~ !0: Test across processes, if supported (mmap) */ member in struct:_scenar
430 if ((pshared > 0) && (scenarii[i].fork != 0)) {
485 child_pr = fork();
487 UNRESOLVED(errno, "[parent] Fork failed");

Completed in 1726 milliseconds

1 2 3 4 5