HomeSort by relevance Sort by last modified time
    Searched refs:process (Results 1 - 25 of 2065) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/chromium_org/native_client_sdk/src/libraries/third_party/pthreads-win32/
exit.c 41 # include <process.h>
mutex.c 38 # include <process.h>
  /external/stlport/test/unit/
cstdlib_header_test.cpp 12 # include <process.h>
  /ndk/tests/device/test-gnustl-full/unit/
cstdlib_header_test.cpp 12 # include <process.h>
  /ndk/tests/device/test-stlport/unit/
cstdlib_header_test.cpp 12 # include <process.h>
  /external/chromium_org/chrome/browser/safe_browsing/
environment_data_collection_win.h 12 // Collects then populates |process| with the sanitized paths of all DLLs
13 // loaded in the current process. Return false if an error occurred while
15 bool CollectDlls(ClientIncidentReport_EnvironmentData_Process* process);
19 void RecordLspFeature(ClientIncidentReport_EnvironmentData_Process* process);
  /external/deqp/framework/delibs/deutil/
deProcess.h 23 * \brief Process abstraction.
31 /* Process types. */
35 void deProcess_destroy (deProcess* process);
37 deBool deProcess_start (deProcess* process, const char* commandLine, const char* workingDirectory);
38 deBool deProcess_isRunning (deProcess* process);
39 deBool deProcess_waitForFinish (deProcess* process);
41 const char* deProcess_getLastError (const deProcess* process);
42 int deProcess_getExitCode (const deProcess* process);
45 deBool deProcess_terminate (deProcess* process);
46 deBool deProcess_kill (deProcess* process);
    [all...]
deProcess.c 21 * \brief Process abstraction.
65 printf("Process launch failed: %s\n", message);
137 deProcess* process = (deProcess*)deCalloc(sizeof(deProcess)); local
138 if (!process)
141 process->state = PROCESSSTATE_NOT_STARTED;
143 return process;
146 static void deProcess_cleanupHandles (deProcess* process)
148 if (process->standardIn)
149 deFile_destroy(process->standardIn);
151 if (process->standardOut
567 deProcess* process = (deProcess*)deCalloc(sizeof(deProcess)); local
    [all...]
  /external/valgrind/main/gdbserver_tests/
nlgone_abrt.stderrB.exp 1 relaying data between gdb and process ....
nlgone_exit.stderrB.exp 1 relaying data between gdb and process ....
nlgone_return.stderrB.exp 1 relaying data between gdb and process ....
nlself_invalidate.stderrB.exp 1 relaying data between gdb and process ....
  /external/ltrace/
breakpoint.h 47 void (*on_hit)(struct breakpoint *bp, struct process *proc);
48 void (*on_continue)(struct breakpoint *bp, struct process *proc);
49 void (*on_install)(struct breakpoint *bp, struct process *proc);
50 void (*on_retract)(struct breakpoint *bp, struct process *proc);
59 struct breakpoint *bp, struct process *proc);
73 void breakpoint_on_hit(struct breakpoint *bp, struct process *proc);
77 void breakpoint_on_continue(struct breakpoint *bp, struct process *proc);
86 void breakpoint_on_retract(struct breakpoint *bp, struct process *proc);
92 void breakpoint_on_install(struct breakpoint *bp, struct process *proc);
97 struct breakpoint *bp, struct process *proc)
    [all...]
proc.h 59 STATE_IGNORED /* ignore this process (it's a fork and no -f was used) */
84 * have struct process for the whole group and struct task (or struct
87 struct process { struct
89 struct process *parent; /* needed by STATE_BEING_CREATED */
98 int mask_32bit; /* 1 if 64-bit ltrace is tracing 32-bit process */
136 * Process chaining.
138 struct process *next;
140 /* LEADER points to the leader thread of the POSIX.1 process.
142 process structures chained by NEXT represent other threads,
145 that case this process is waiting to be collected. *
    [all...]
backend.h 42 * on the same OS (e.g. a way to insert a breakpoint into the process
59 /* Answer whether the process PID is stopped. Returns 0 when not
73 void trace_set_options(struct process *proc);
80 * to a running process, whose PID is given on the command line. */
86 /* The back end may need to store arbitrary data to a process. This
89 void get_arch_dep(struct process *proc);
94 * us to use 32-bit ltrace to trace 64-bit process, even on arches
98 void *get_instruction_pointer(struct process *proc);
101 void set_instruction_pointer(struct process *proc, void *addr);
104 void *get_stack_pointer(struct process *proc)
    [all...]
  /external/chromium_org/base/process/
memory_stubs.cc 5 #include "base/process/memory.h"
15 bool AdjustOOMScore(ProcessId process, int score) {
process_handle_linux.cc 5 #include "base/process/process_handle.h"
8 #include "base/process/internal_linux.h"
12 ProcessId GetParentProcessId(ProcessHandle process) {
14 internal::ReadProcStatsAndGetFieldAsInt64(process, internal::VM_PPID);
20 FilePath GetProcessExecutablePath(ProcessHandle process) {
21 FilePath stat_file = internal::GetProcPidDir(process).Append("exe");
24 // No such process. Happens frequently in e.g. TerminateAllChromeProcesses
  /external/chromium_org/chrome/browser/task_manager/
os_resource_win.h 8 #include "base/process/process_handle.h"
13 void GetWinGDIHandles(base::ProcessHandle process,
18 void GetWinUSERHandles(base::ProcessHandle process,
  /cts/tests/ProcessTest/NoShareUidApp/src/com/android/cts/process/activity/
NoSharePidActivity.java 16 package com.android.cts.process.activity;
  /cts/tests/ProcessTest/ShareUidApp/src/com/android/cts/process/activity/
SharePidActivity.java 16 package com.android.cts.process.activity;
SharePidSubActivity.java 16 package com.android.cts.process.activity;
  /external/chromium_org/chrome/service/
service_process_unittest.cc 19 ServiceProcess process; local
22 EXPECT_TRUE(process.Initialize(&main_message_loop, command_line, &state));
23 EXPECT_TRUE(process.Teardown());
  /external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/internal/process/
SystemProcessTest.java 18 package org.apache.harmony.luni.tests.internal.process;
29 Process process = null; local
35 process = (Process) execArgs[0];
36 OutputStream os = process.getOutputStream();
39 process.waitFor();
50 process.waitFor();
52 process.destroy();
  /external/chromium_org/chrome/browser/resources/memory_internals/
snapshot_view.css 5 #snapshot-view .process-id {
10 #snapshot-view .process-info {
23 #snapshot-view .process-memory {
28 #snapshot-view .process-memory-private {
34 #snapshot-view .process-memory-v8 {
39 #process-template {
  /external/llvm/unittests/Support/
ProcessTest.cpp 10 #include "llvm/Support/Process.h"
23 EXPECT_TRUE(process::get_self());
24 EXPECT_EQ(process::get_self(), process::get_self());
27 EXPECT_EQ(getpid(), process::get_self()->get_id());
29 EXPECT_EQ(GetCurrentProcessId(), process::get_self()->get_id());
32 EXPECT_LT(1u, process::get_self()->page_size());
34 EXPECT_LT(TimeValue::MinTime, process::get_self()->get_user_time());
35 EXPECT_GT(TimeValue::MaxTime, process::get_self()->get_user_time());
36 EXPECT_LT(TimeValue::MinTime, process::get_self()->get_system_time())
    [all...]

Completed in 1197 milliseconds

1 2 3 4 5 6 7 8 91011>>