Searched refs:fork (Results 1 - 25 of 956) sorted by relevance

1234567891011>>

/macosx-10.10.1/cxxfilt-11/cxxfilt/libiberty/
H A Dvfork.c1 /* Emulate vfork using just plain fork, for systems without a real vfork.
8 Emulates @code{vfork} by calling @code{fork} and returning its value.
16 extern int fork (void);
21 return (fork ());
/macosx-10.10.1/dtrace-147/DTTk/Bin/
H A Dshortlived.d60 * Measure parent fork time
62 syscall::*fork*:entry
64 /* save start of fork */
65 self->fork = vtimestamp;
67 syscall::*fork*:return
68 /arg0 != 0 && self->fork/
70 /* record elapsed time for the fork syscall */
71 this->elapsed = vtimestamp - self->fork;
73 self->fork = 0;
79 syscall::*fork*
[all...]
H A Dsar-c.d18 * fork/s forks
58 scall = 0; sread = 0; swrit = 0; fork = 0; exec = 0;
71 "Time", "scall/s", "sread/s", "swrit/s", "fork/s",
82 sysinfo:::sysfork { fork++; }
83 sysinfo:::sysvfork { fork++; }
95 walltimestamp, scall, sread, swrit, fork, exec, rchar, wchar);
98 scall = 0; sread = 0; swrit = 0; fork = 0; exec = 0;
/macosx-10.10.1/dtrace-147/DTTk/Proc/
H A Dshortlived.d60 * Measure parent fork time
62 syscall::*fork*:entry
64 /* save start of fork */
65 self->fork = vtimestamp;
67 syscall::*fork*:return
68 /arg0 != 0 && self->fork/
70 /* record elapsed time for the fork syscall */
71 this->elapsed = vtimestamp - self->fork;
73 self->fork = 0;
79 syscall::*fork*
[all...]
/macosx-10.10.1/CPANInternal-159.1/Test-NoWarnings-1.04/t/
H A D06_fork.t10 my $pid = fork;
/macosx-10.10.1/tcl-105/tk/tk/generic/
H A D._tkTextWind.c1 Mac OS X  2��ATTR:��O���com.apple.TextEncodingUTF-8;134217984This resource fork intentionally left blank (…)
/macosx-10.10.1/dtrace-147/DTTk/System/
H A Dsar-c.d18 * fork/s forks
58 scall = 0; sread = 0; swrit = 0; fork = 0; exec = 0;
71 "Time", "scall/s", "sread/s", "swrit/s", "fork/s",
82 sysinfo:::sysfork { fork++; }
83 sysinfo:::sysvfork { fork++; }
95 walltimestamp, scall, sread, swrit, fork, exec, rchar, wchar);
98 scall = 0; sread = 0; swrit = 0; fork = 0; exec = 0;
/macosx-10.10.1/ruby-106/ruby/bootstraptest/
H A Dtest_fork.rb4 pid = fork {}
15 Thread.start{fork{}}.value
27 fork {}
32 if pid1 = fork
38 if pid2 = fork
57 fork do
/macosx-10.10.1/tcl-105/tcl_ext/tclx/tclx/tests/
H A Dprocess.test4 # Tests for the fork, execl and wait commands.
23 test process-1.1.pc {fork, execl, wait tests} {pcOnly} {
46 # Test fork, execl, and wait commands.
48 test process-1.1.unix {fork, execl, wait tests} {unixOnly} {
49 set newPid [fork]
60 test process-1.2 {fork, execl, wait tests} {
71 test process-1.3 {fork, execl, wait tests} {
78 test process-1.4 {fork, execl, wait tests} {
79 list [catch {fork foo} msg] $msg
80 } {1 {wrong # args: fork}}
[all...]
/macosx-10.10.1/ruby-106/ruby/sample/drb/
H A Dring_place.rb7 exit!( 0 ) if fork
9 exit!( 0 ) if fork
/macosx-10.10.1/uucp-11/uucp/unix/
H A Disfork.c2 Retry fork several times before giving up. */
18 iret = fork ();
/macosx-10.10.1/ruby-106/ruby/test/ruby/
H A Dtest_notimp.rb6 assert_include(Process.methods, :fork)
8 assert_equal(true, Process.respond_to?(:fork))
23 if Process.respond_to?(:fork)
25 pid = fork {}
47 m = Process.method(:fork)
48 if Process.respond_to?(:fork)
/macosx-10.10.1/CPANInternal-159.1/Data-UUID-1.219/smp-test/
H A Dcollision.t8 my $foo = `$^X -l -Mblib smp-test/uuid-fork.pl`;
/macosx-10.10.1/apache-793/httpd/
H A D._ap.d1 Mac OS X  2��ATTRx����<�<com.apple.quarantineq/0002;5334a885;Safari;66A80745-BC7A-40D2-A50F-90326D1CE629This resource fork intentionally left blank (…)
H A D._apache_probes.d1 Mac OS X  2��ATTRw�����<�<com.apple.quarantineq/0002;5334a885;Safari;66A80745-BC7A-40D2-A50F-90326D1CE629This resource fork intentionally left blank (…)
H A D._httpd.spec1 Mac OS X  2��ATTRx�V���<�<com.apple.quarantineq/0002;5334a885;Safari;66A80745-BC7A-40D2-A50F-90326D1CE629This resource fork intentionally left blank (…)
/macosx-10.10.1/apache-793/httpd/build/
H A D._binbuild.sh1 Mac OS X  2��ATTRx����<�<com.apple.quarantineq/0002;5334a885;Safari;66A80745-BC7A-40D2-A50F-90326D1CE629This resource fork intentionally left blank (…)
H A D._build-modules-c.awk1 Mac OS X  2��ATTRx�4���<�<com.apple.quarantineq/0002;5334a885;Safari;66A80745-BC7A-40D2-A50F-90326D1CE629This resource fork intentionally left blank (…)
H A D._buildinfo.sh1 Mac OS X  2��ATTRx�4���<�<com.apple.quarantineq/0002;5334a885;Safari;66A80745-BC7A-40D2-A50F-90326D1CE629This resource fork intentionally left blank (…)
H A D._fastgen.sh1 Mac OS X  2��ATTRx�����<�<com.apple.quarantineq/0002;5334a885;Safari;66A80745-BC7A-40D2-A50F-90326D1CE629This resource fork intentionally left blank (…)
H A D._get-version.sh1 Mac OS X  2��ATTRx�����<�<com.apple.quarantineq/0002;5334a885;Safari;66A80745-BC7A-40D2-A50F-90326D1CE629This resource fork intentionally left blank (…)
H A D._install.sh1 Mac OS X  2��ATTRx�-V��<�<com.apple.quarantineq/0002;5334a885;Safari;66A80745-BC7A-40D2-A50F-90326D1CE629This resource fork intentionally left blank (…)
H A D._installwinconf.awk1 Mac OS X  2��ATTRx�-b��<�<com.apple.quarantineq/0002;5334a885;Safari;66A80745-BC7A-40D2-A50F-90326D1CE629This resource fork intentionally left blank (…)
H A D._instdso.sh1 Mac OS X  2��ATTRx�]���<�<com.apple.quarantineq/0002;5334a885;Safari;66A80745-BC7A-40D2-A50F-90326D1CE629This resource fork intentionally left blank (…)
H A D._ltmain.sh1 Mac OS X  2��ATTRx�-\��<�<com.apple.quarantineq/0002;5334a885;Safari;66A80745-BC7A-40D2-A50F-90326D1CE629This resource fork intentionally left blank (…)

Completed in 139 milliseconds

1234567891011>>