Home | History | Annotate | Download | only in liblegacy

Lines Matching defs:tgid

33 	/** thread id for this process, always equal to tgid for 2.2 kernel */
36 pid_t tgid;
87 * @param tgid tgid for this process
91 void opd_handle_exec(pid_t tid, pid_t tgid);
108 * @param tgid tgid for this process
114 struct opd_proc * opd_get_proc(pid_t tid, pid_t tgid);
119 * @param tgid tgid for this process
124 struct opd_proc * opd_new_proc(pid_t tid, pid_t tgid);