Searched defs:tgid (Results 1 - 7 of 7) sorted by relevance

/external/google-breakpad/src/client/linux/dump_writer_common/
H A Dthread_info.h48 pid_t tgid; // thread group id member in struct:google_breakpad::ThreadInfo
/external/kernel-headers/original/uapi/linux/
H A Dauto_fs4.h138 __u32 tgid; member in struct:autofs_v5_packet
/external/linux-tools-perf/src/tools/perf/util/
H A Devent.c54 pid_t tgid = -1; local
64 while (!comm[0] || (tgid < 0)) {
85 tgid = atoi(tgids);
91 return tgid;
104 pid_t tgid; local
108 tgid = perf_event__get_comm_tgid(pid, event->comm.comm,
110 if (tgid < 0)
113 event->comm.pid = tgid;
145 /* already have tgid; jut want to update the comm */
159 tgid
169 perf_event__synthesize_mmap_events(struct perf_tool *tool, union perf_event *event, pid_t pid, pid_t tgid, perf_event__handler_t process, struct machine *machine) argument
311 pid_t tgid = perf_event__synthesize_comm(tool, comm_event, pid, full, local
[all...]
/external/google-breakpad/src/client/linux/handler/
H A Dexception_handler.cc109 static int tgkill(pid_t tgid, pid_t tid, int sig) { argument
110 return syscall(__NR_tgkill, tgid, tid, sig);
/external/ltrace/
H A Dproc.c690 pid_t tgid = process_leader(proc->pid); local
691 if (tgid == 0)
695 if (tgid == proc->pid) {
698 struct process *leader = pid2proc(tgid);
/external/ltrace/sysdeps/linux-gnu/
H A Dproc.c136 pid_t tgid = 0; local
139 each_line_starting(file, "Tgid:\t", &process_leader_cb, &tgid);
143 return tgid;
/external/valgrind/coregrind/m_syswrap/
H A Dsyswrap-generic.c3565 "tgid" is a thread group id. If it is not -1, then the target
3568 Bool ML_(do_sigkill)(Int pid, Int tgid) argument
3584 if (tgid != -1 && tst->os_state.threadgroup != tgid)

Completed in 446 milliseconds