HomeSort by: relevance | last modified time | path
    Searched refs:tpid (Results 1 - 3 of 3) sorted by relevancy

  /src/tests/lib/libc/sys/
t_getpid.c 61 pid_t ppid, fpid, cpid, tpid, wpid; local in function:ATF_TC_BODY
66 tpid = getpid();
76 if (tpid != ppid)
82 if (tpid == fpid)
108 pid_t pid, tpid; local in function:ATF_TC_BODY
116 rv = pthread_create(&tid, NULL, threadfunc, &tpid);
122 if (pid != tpid)
  /src/sys/arch/vax/vax/
db_machdep.c 538 u_int tpid = 0; local in function:db_stack_trace_print
544 tpid = -1;
547 tpid = tpid * 10 + digit;
550 p = db_proc_find(tpid);
  /src/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/engine/gr/
nouveau_nvkm_engine_gr_nv50.c 287 nv50_gr_mp_trap(struct nv50_gr *gr, int tpid, int display)
300 addr = 0x408200 + (tpid << 12) + (i << 7);
302 addr = 0x408100 + (tpid << 11) + (i << 7);
317 tpid, i, status, msg, pc & 0xffffff,
326 "No MPs claiming errors?\n", tpid);

Completed in 36 milliseconds