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

  /src/external/bsd/unbound/dist/daemon/
worker.h 94 ub_thread_type thr_id; member in struct:worker
  /src/external/gpl3/binutils/dist/gprofng/libcollector/
profile.c 70 pthread_t thr_id; member in struct:ClockPacket
184 (int) offsetof (ClockPacket, thr_id),
185 fld_sizeof (ClockPacket, thr_id) == 4 ? "INT32" : "INT64");
279 pckt.thr_id = __collector_thr_self ();
  /src/external/gpl3/binutils.old/dist/gprofng/libcollector/
profile.c 70 pthread_t thr_id; member in struct:ClockPacket
184 (int) offsetof (ClockPacket, thr_id),
185 fld_sizeof (ClockPacket, thr_id) == 4 ? "INT32" : "INT64");
279 pckt.thr_id = __collector_thr_self ();
  /src/external/gpl3/binutils/dist/gprofng/src/
gp-gmon.cc 100 pthread_t thr_id; member in struct:ClockPacket
174 pckt.thr_id = 0xcafecafe;
467 (int) offsetof (ClockPacket, thr_id),
468 fld_sizeof (ClockPacket, thr_id) == 4 ? "INT32" : "INT64");
data_pckts.h 125 pthread_t thr_id; member in struct:Common_packet
  /src/external/gpl3/binutils.old/dist/gprofng/src/
data_pckts.h 125 pthread_t thr_id; member in struct:Common_packet

Completed in 31 milliseconds