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

  /src/external/apache2/llvm/dist/llvm/include/llvm/Support/
Process.h 1 //===- llvm/Support/Process.h -----------------------------------*- C++ -*-===//
10 /// Provides a library for accessing information about this process and other
13 /// proposed design of the Boost.Process library, and is design specifically to
17 /// This file declares the llvm::sys::Process class which contains a collection
19 /// current process. The goal is to migrate users of this API over to the new
43 /// current executing process.
44 class Process {
48 /// Get the process's identifier.
51 /// Get the process's page size.
58 /// Get the process's estimated page size
    [all...]
Program.h 45 /// This struct encapsulates information about a process.
49 procid_t Pid; /// The process identifier.
50 process_t Process; /// Platform-dependent process object.
58 /// This struct encapsulates information about a process execution.
117 ///< Otherwise, the inferior process's stdin(0), stdout(1), and stderr(2)
123 ///< of time to wait for the child process to exit. If the time
128 ///< of memory can be allocated by process. If memory usage will be
137 /// provides a pointer to a structure in which process execution
144 /// @returns The \see ProcessInfo of the newly launched process
    [all...]
  /src/sys/external/bsd/compiler_rt/dist/lib/xray/tests/unit/
buffer_queue_test.cc 180 auto Process = [&] {
211 // Spawn two threads running Process.
212 std::thread T0(Process), T1(Process);
  /src/external/apache2/llvm/dist/llvm/lib/Support/
DynamicLibrary.cpp 32 void *Process;
39 HandleSet() : Process(nullptr) {}
45 return Handle == Process || Find(Handle) != Handles.end();
62 if (Process) {
64 DLClose(Process);
65 if (Process == Handle)
69 Process = Handle;
93 if (!Process || (Order & SO_LoadedFirst)) {
97 if (Process) {
99 if (void *Ptr = DLSym(Process, Symbol)
    [all...]
  /src/external/apache2/llvm/dist/clang/lib/Frontend/Rewrite/
InclusionRewriter.cpp 60 void Process(FileID FileId, SrcMgr::CharacteristicKind FileType,
373 void InclusionRewriter::Process(FileID FileId,
379 assert(B && "Attempting to process invalid inclusion");
435 // Include and recursively process the file.
436 Process(Inc->Id, Inc->FileType, Inc->DirLookup);
546 // First let the preprocessor process the entire file and call callbacks.
562 Rewrite->Process(PP.getPredefinesFileID(), SrcMgr::C_User, nullptr);
563 Rewrite->Process(SM.getMainFileID(), SrcMgr::C_User, nullptr);
  /src/external/gpl3/binutils/dist/gprofng/src/
collect.h 38 struct Process
40 Process (pid_t _pid) : pid (_pid) { }
  /src/external/gpl3/binutils.old/dist/gprofng/src/
collect.h 38 struct Process
40 Process (pid_t _pid) : pid (_pid) { }
  /src/external/apache2/llvm/dist/llvm/lib/Target/WebAssembly/
WebAssemblyCFGStackify.cpp 1506 auto Process = [&](MachineBasicBlock::reverse_iterator It) {
1541 Process(Worklist.pop_back_val());

Completed in 34 milliseconds