Searched refs:Process (Results 1 - 25 of 171) sorted by relevance

1234567

/macosx-10.9.5/ruby-104/ruby/benchmark/
H A Dbm_io_select2.rb5 if defined?(Process::RLIMIT_NOFILE)
6 max = Process.getrlimit(Process::RLIMIT_NOFILE)[0]
H A Dbm_io_select3.rb5 if defined?(Process::RLIMIT_NOFILE)
6 max = Process.getrlimit(Process::RLIMIT_NOFILE)[0]
/macosx-10.9.5/ruby-104/ruby/bootstraptest/
H A Dtest_fork.rb5 Process.wait pid
17 while !children.empty? and pid = Process.wait
26 Process.setrlimit(:NPROC, 1)
34 Process.kill("USR1", pid1)
35 _, s = Process.wait2(pid1)
40 Process.wait2(pid2)
59 Process.kill(:INT, pid)
60 Process.kill(:TERM, pid)
/macosx-10.9.5/ruby-104/ruby/test/ruby/
H A Dtest_signal.rb9 Process.fork {}
17 return unless Process.respond_to?(:kill)
21 Process.kill :INT, Process.pid
30 Process.kill :INT, Process.pid
41 return unless Process.respond_to?(:kill)
42 return unless Process.respond_to?(:pgroup) # for mswin32
46 pid = Process.spawn(EnvUtil.rubybin, '-e', 'sleep 10', :pgroup => true)
47 Process
[all...]
H A Dtest_notimp.rb6 assert_include(Process.methods, :fork)
8 assert_equal(true, Process.respond_to?(:fork))
23 if Process.respond_to?(:fork)
26 Process.wait pid
47 m = Process.method(:fork)
48 if Process.respond_to?(:fork)
H A Dtest_process.rb12 Process.waitall
16 Process.waitall
40 Process.wait spawn(RUBY, "test-script")
46 Process.getrlimit(nil)
48 assert_raise(NotImplementedError) { Process.setrlimit }
50 assert_raise(ArgumentError) { Process.setrlimit }
55 Process.getrlimit(nil)
70 Process.setrlimit(Process::RLIMIT_NOFILE, limit)
84 Process
[all...]
/macosx-10.9.5/securityd-55199.3/src/
H A Dprocess.cpp40 // Construct a Process object.
42 Process::Process(TaskPort taskPort, const ClientSetupInfo *info, const CommonCriteria::AuditToken &audit) function in class:Process
79 void Process::reset(TaskPort taskPort, const ClientSetupInfo *info, const CommonCriteria::AuditToken &audit)
83 secdebug("SS", "Process %p(%d) reset mismatch (tp %d-%d)",
103 void Process::setup(const ClientSetupInfo *info)
124 // Clean up a Process object
126 Process::~Process()
132 secdebug("SS", "Process
[all...]
H A Dprocess.h52 // A Process object represents a UNIX process (and associated Mach Task) that has
70 class Process : public PerProcess, class in inherits:PerProcess,CodeSigningHost,ClientIdentification,VProc::Transaction
75 Process(TaskPort tPort, const ClientSetupInfo *info, const CommonCriteria::AuditToken &audit);
76 virtual ~Process();
130 inline bool operator == (const Process &p1, const Process &p2)
H A Dauthority.h42 class Process;
64 void addProcess(Process &proc);
65 bool endProcess(Process &proc);
68 bool mayExternalize(Process &proc) const;
69 bool mayInternalize(Process &proc, bool countIt = true);
109 typedef set<Process *> ProcessSet;
H A Dcodesigdb.h37 class Process;
94 bool verify(Process &process, const OSXVerifier &verifier, const AclValidationContext &context);
97 OSStatus matchSignedClientToLegacyACL(Process &process, SecCodeRef code,
99 bool verifyLegacy(Process &process, const CssmData &signature, string path);
H A Dconnection.h63 Connection(Process &proc, Port rPort);
88 Process &process() const { return parent<Process>(); }
H A Dtempdatabase.h46 TempDatabase(Process &proc);
H A Dauthority.cpp74 Process &thisProcess = Server::process();
192 void AuthorizationToken::addProcess(Process &proc)
206 bool AuthorizationToken::endProcess(Process &proc)
220 bool AuthorizationToken::mayExternalize(Process &) const
225 bool AuthorizationToken::mayInternalize(Process &, bool countIt)
/macosx-10.9.5/ruby-104/ruby/sample/
H A Dtime.rb7 tms = Process.times
/macosx-10.9.5/ruby-104/ruby/sample/drb/
H A Dring_place.rb8 Process.setsid
/macosx-10.9.5/WebCore-7537.78.1/platform/graphics/opentype/
H A DOpenTypeSanitizer.cpp60 if (!ots::Process(&output, reinterpret_cast<const uint8_t*>(m_buffer->data()), m_buffer->size()))
/macosx-10.9.5/llvmCore-3425.0.33/include/llvm/Support/
H A DProcess.h1 //===- llvm/Support/Process.h -----------------------------------*- C++ -*-===//
10 // This file declares the llvm::sys::Process class.
26 class Process { class in namespace:llvm::sys
/macosx-10.9.5/ruby-104/ruby/lib/
H A Dprofiler.rb80 now = Process.times[0]
85 now = Process.times[0]
100 @@start = Process.times[0]
112 total = Process.times[0] - @@start
/macosx-10.9.5/ruby-104/ruby/test/webrick/
H A Dtest_server.rb75 pid1 = Process.fork{
78 w.puts(Process.pid)
82 assert(Process.kill(:KILL, pid2))
87 Process.wait(pid1) if pid1
/macosx-10.9.5/tcl-102/tcl_ext/tclxml/tclxml/examples/
H A Dflatten.tcl31 # Process --
44 proc Process {data type out args} { procedure
241 if {[catch {Process [read $ch] [expr {[file extension $filename] == ".dtd" ? "dtd" : "xml"}] $out -baseurl file://[file join [pwd] $filename]} err]} {
302 Process [read stdin] xml stdout
308 Process [read stdin] xml stdout
311 Process [read $ch] [expr {[file extension $filename] == ".dtd" ? "dtd" : "xml"}] stdout -baseurl file://[file join [pwd] $filename]
/macosx-10.9.5/ruby-104/ruby/test/dtrace/
H A Dhelper.rb6 if Process.euid == 0
/macosx-10.9.5/llvmCore-3425.0.33/lib/Support/
H A DCMakeLists.txt78 Process.cpp
94 Unix/Process.inc
107 Windows/Process.inc
H A Draw_ostream.cpp17 #include "llvm/Support/Process.h"
610 if (sys::Process::ColorNeedsFlush())
613 (colors == SAVEDCOLOR) ? sys::Process::OutputBold(bg)
614 : sys::Process::OutputColor(colors, bold, bg);
625 if (sys::Process::ColorNeedsFlush())
627 const char *colorcode = sys::Process::ResetColor();
638 if (sys::Process::ColorNeedsFlush())
640 const char *colorcode = sys::Process::OutputReverse();
651 return sys::Process::FileDescriptorIsDisplayed(FD);
655 return sys::Process
[all...]
/macosx-10.9.5/ruby-104/ruby/test/
H A Dtest_pty.rb21 Process.wait pid if pid
27 Process.wait(pid)
37 Process.wait(pid)
46 Process.wait(pid)
125 assert_equal(Process.uid, s.uid)
214 Process.wait(pid)
/macosx-10.9.5/ruby-104/ruby/lib/webrick/
H A Dutils.rb46 Process::initgroups(user, pw.gid)
47 Process::Sys::setgid(pw.gid)
48 Process::Sys::setuid(pw.uid)

Completed in 153 milliseconds

1234567