Searched refs:tpid (Results 1 – 5 of 5) sorted by relevance
171 for (i = 0; i < sizeof (gps->tpid) / sizeof (gps->tpid[0]); i++) { in procadd()172 if (gps->tpid[i] == 0) { in procadd()179 if (i < sizeof (gps->tpid) / sizeof (gps->tpid[0])) in procadd()182 gps->tpid[j] = getpid(); in procadd()196 pid_t tpid; in procdel() local201 tpid = getpid(); in procdel()204 for (i = 0; i < sizeof (gps->tpid) / sizeof (gps->tpid[0]); i++) { in procdel()205 if (gps->tpid[i] == tpid) { in procdel()206 gps->tpid[i] = 0; in procdel()220 pid_t tpid; in lwptrace() local[all …]
210 pid_t tpid[1000]; /* truss process pid */ member
59 pid_t pid, tpid; in main() local158 tpid = wait(&status); in main()159 if (tpid < 0) in main()162 else if (pid != tpid) in main()164 " got %d, status: %x\n", pid, tpid, status); in main()
138 pid_t tpid; member
525 pid = ((union convert *)p_data)->tpid; in adt_to_process()