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

  /src/external/bsd/unbound/dist/daemon/
stats.c 400 unsigned long pthid = 0; local
402 memcpy(&pthid, &who->thr_id, sizeof(unsigned long));
421 , pthid
  /src/external/gpl3/gdb.old/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/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);

Completed in 19 milliseconds