Searched defs:pid (Results 1 - 25 of 517) sorted by path

1234567891011>>

/external/bison/djgpp/
H A Dsubpipe.c116 pid_t pid; local
119 pid = getpid();
163 return pid;
178 end_of_output_subpipe(pid_t pid, int fd[2]) argument
277 reap_subpipe(pid_t pid, char const *program) argument
/external/bison/lib/
H A Dspawni.c96 __spawni (pid_t *pid, const char *file, argument
139 __spawni (pid_t *pid, const char *file, argument
178 if (pid != NULL)
179 *pid = new_pid;
H A Dspawnp.c27 posix_spawnp (pid_t *pid, const char *file, argument
32 return __spawni (pid, file, file_actions, attrp, argv, envp, 1);
H A Dwaitpid.c27 waitpid (pid_t pid, int *statusp, int options) argument
29 return _cwait (statusp, pid, WAIT_CHILD);
/external/bison/src/
H A Doutput.c508 pid_t pid;
584 pid = create_pipe_bidi ("m4", m4, (char **)(void*)argv, false, true,
613 wait_subprocess (pid, "m4", false, false, true, true, NULL);
507 pid_t pid; local
/external/blktrace/
H A Dblkparse.c76 pid_t pid; member in struct:process_pid_map
534 static inline int ppm_hash_pid(pid_t pid) argument
536 return jhash_1word(pid, JHASH_RANDOM) & PPM_HASH_MASK;
539 static struct process_pid_map *find_ppm(pid_t pid) argument
541 const int hash_idx = ppm_hash_pid(pid);
546 if (ppm->pid == pid)
555 static struct process_pid_map *add_ppm_hash(pid_t pid, const char *name) argument
557 const int hash_idx = ppm_hash_pid(pid);
560 ppm = find_ppm(pid);
623 find_process_name(pid_t pid) argument
633 ppi_hash_pid(pid_t pid) argument
686 find_ppi_by_pid(pid_t pid) argument
704 find_ppi(pid_t pid) argument
957 find_track(struct per_dev_info *pdi, pid_t pid, __u64 sector) argument
1142 find_process_io_stats(pid_t pid) argument
[all...]
H A Dblktrace_api.h59 __BLK_TN_PROCESS = 0, /* establish pid/name mapping */
102 __u32 pid; /* who did it */ member in struct:blk_io_trace
128 __u32 pid; member in struct:blk_user_trace_setup
/external/blktrace/btt/
H A Dbno_plot.py115 pid = os.fork() variable
116 if pid == 0:
126 os.waitpid(pid, 0)
H A Dglobals.h114 __u32 pid; member in struct:p_info
265 void process_alloc(__u32 pid, char *name);
266 struct p_info *find_process(__u32 pid, char *name);
H A Dproc.c30 __u32 pid; member in union:pn_info::__anon396
65 struct p_info * __find_process_pid(__u32 pid) argument
72 if (pid < this->u.pid)
74 else if (pid > this->u.pid)
103 static void insert_pid(struct p_info *that, __u32 pid) argument
113 if (pid < this->u.pid)
115 else if (pid > thi
168 find_process(__u32 pid, char *name) argument
207 process_alloc(__u32 pid, char *name) argument
[all...]
/external/bluetooth/bluedroid/stack/avct/
H A Davct_lcb.c423 ** Description See if any ccbs on this lcb have a particular pid.
429 tAVCT_CCB *avct_lcb_has_pid(tAVCT_LCB *p_lcb, UINT16 pid) argument
436 if (p_ccb->allocated && (p_ccb->p_lcb == p_lcb) && (p_ccb->cc.pid == pid))
H A Davct_lcb_act.c237 (avct_lcb_has_pid(p_lcb, p_ccb->cc.pid) == NULL))
594 UINT16_TO_BE_STREAM(p, p_data->ul_msg.p_ccb->cc.pid);
658 UINT16 pid; local
687 BE_STREAM_TO_UINT16(pid, p);
688 if ((p_ccb = avct_lcb_has_pid(p_lcb, pid)) != NULL)
698 AVCT_TRACE_WARNING("No ccb for PID=%x", pid);
710 UINT16_TO_BE_STREAM(p, pid);
/external/bluetooth/bluedroid/stack/include/
H A Davct_api.h114 UINT16 pid; /* Profile ID */ member in struct:__anon1305
/external/bluetooth/bluedroid/test/bluedroidtest/
H A Dbluedroidtest.c124 bdt_log("set_aid_and_cap : pid %d, uid %d gid %d", getpid(), getuid(), getgid());
126 header.pid = 0;
785 int pid = -1; local
/external/chromium-trace/trace-viewer/src/cc/
H A Dpicture_view_test_data.js9 'pid': 23969,
/external/chromium_org/android_webview/browser/
H A Daw_ssl_host_state_delegate.cc59 int pid) {
64 int pid) const {
58 HostRanInsecureContent(const std::string& host, int pid) argument
/external/chromium_org/base/debug/
H A Dprofiler.cc33 std::string pid = StringPrintf("%d", GetCurrentProcId()); local
35 ReplaceSubstringsAfterOffset(&full_name, 0, "{pid}", pid);
H A Dtrace_event_impl.cc711 "{\"cat\":\"%s\",\"pid\":%i,\"tid\":%i,\"ts\":%" PRId64 ","
2299 unsigned long long pid = static_cast<unsigned long long>(process_id_); local
2300 process_id_hash_ = (offset_basis ^ pid) * fnv_prime;
/external/chromium_org/base/
H A Dlinux_util.cc132 pid_t FindThreadIDWithSyscall(pid_t pid, const std::string& expected_data, argument
135 snprintf(buf, sizeof(buf), "/proc/%d/task", pid);
161 snprintf(buf, sizeof(buf), "/proc/%d/task/%d/syscall", pid, current_tid);
/external/chromium_org/base/memory/
H A Dscoped_open_process.h24 // Open a new process by pid. Closes any previously opened process (even if
26 bool Open(ProcessId pid) { argument
28 return OpenProcessHandle(pid, &handle_);
/external/chromium_org/base/metrics/
H A Dstats_table.cc433 int StatsTable::GetRowValue(int index, int pid) const {
440 if (pid == 0 || *internal_->thread_pid(slot_id) == pid)
450 int StatsTable::GetCounterValue(const std::string& name, int pid) { argument
457 return GetRowValue(row, pid);
/external/chromium_org/base/posix/
H A Dunix_domain_socket_linux.cc91 base::ProcessId* pid) {
92 return UnixDomainSocket::RecvMsgWithFlags(fd, buf, length, 0, fds, pid);
120 base::ProcessId pid = -1; local
136 DCHECK(pid == -1);
137 pid = reinterpret_cast<struct ucred*>(CMSG_DATA(cmsg))->pid;
155 // |pid| will legitimately be -1 if we read EOF, so only DCHECK if we
160 DCHECK_GE(pid, 0);
162 *out_pid = pid;
87 RecvMsgWithPid(int fd, void* buf, size_t length, ScopedVector<base::ScopedFD>* fds, base::ProcessId* pid) argument
/external/chromium_org/base/process/
H A Dinternal_linux.cc28 base::FilePath GetProcPidDir(pid_t pid) { argument
29 return base::FilePath(kProcDir).Append(IntToString(pid));
43 pid_t pid;
45 if (!StringToInt(pid_string, &pid)) {
49 return pid;
64 bool ReadProcStats(pid_t pid, std::string* buffer) { argument
65 FilePath stat_file = internal::GetProcPidDir(pid).Append(kStatFile);
77 // pid (process name) data1 data2 .... dataN
136 int64 ReadProcStatsAndGetFieldAsInt64(pid_t pid, ProcStatsFields field_num) { argument
138 if (!ReadProcStats(pid,
146 ReadProcStatsAndGetFieldAsSizeT(pid_t pid, ProcStatsFields field_num) argument
[all...]
H A Dkill_posix.cc155 pid_t pid = HANDLE_EINTR(waitpid(process_id, NULL, WNOHANG)); local
156 if (pid == process_id) {
160 if (pid == -1) {
163 // the same pid, causing the process state to get cleaned up.
H A Dlaunch_posix.cc306 pid_t pid; local
314 pid = syscall(__NR_clone, options.clone_flags, 0, 0, 0);
318 pid = fork();
322 if (pid != 0) {
326 if (pid < 0) {
329 } else if (pid == 0) {
465 pid_t ret = HANDLE_EINTR(waitpid(pid, 0, 0));
470 *process_handle = pid;
525 pid_t pid; local
539 switch (pid
[all...]

Completed in 3363 milliseconds

1234567891011>>