| /src/external/bsd/unbound/dist/daemon/ |
| stats.c | 397 unsigned long pthid = 0; local 399 memcpy(&pthid, &who->thr_id, sizeof(unsigned long)); 418 , pthid
|
| /src/external/gpl3/gdb/dist/gdb/ |
| aix-thread.c | 95 pthread_t pthid; member in struct:pd_thread 787 pthread_t pthid; local 803 status = pthdb_pthread_ptid (data->pd_session, pdtid, &pthid); 804 if (status != PTHDB_SUCCESS || pthid == PTHDB_INVALID_PTID) 808 ptid_t ptid (pid, tid, pthid);
|
| /src/external/gpl3/gdb.old/dist/gdb/ |
| aix-thread.c | 96 pthread_t pthid; member in struct:pd_thread 788 pthread_t pthid; local 804 status = pthdb_pthread_ptid (data->pd_session, pdtid, &pthid); 805 if (status != PTHDB_SUCCESS || pthid == PTHDB_INVALID_PTID) 808 ptid_t ptid (pid, 0, pthid);
|