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

  /src/external/bsd/unbound/dist/daemon/
worker.h 94 ub_thread_type thr_id; member in struct:worker
daemon.c 677 ub_thread_create(&daemon->workers[i]->thr_id,
705 ub_thread_join(daemon->workers[i]->thr_id);
stats.c 399 memcpy(&pthid, &who->thr_id, sizeof(unsigned long));
  /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 ();
hwprofile.c 822 (int) offsetof (Hwcntr_packet, comm.thr_id),
823 fld_sizeof (Hwcntr_packet, comm.thr_id) == 4 ? "INT32" : "INT64");
848 (int) offsetof (MHwcntr_packet, comm.thr_id),
849 fld_sizeof (MHwcntr_packet, comm.thr_id) == 4 ? "INT32" : "INT64");
heaptrace.c 156 (int) offsetof (Heap_packet, comm.thr_id),
157 fld_sizeof (Heap_packet, comm.thr_id) == 4 ? "INT32" : "INT64");
iolib.c 728 if (pckt->thr_id == 0)
729 pckt->thr_id = __collector_thr_self ();
synctrace.c 253 (int) offsetof (Sync_packet, comm.thr_id),
254 fld_sizeof (Sync_packet, comm.thr_id) == 4 ? "INT32" : "INT64");
iotrace.c 314 (int) offsetof (IOTrace_packet, comm.thr_id),
315 fld_sizeof (IOTrace_packet, comm.thr_id) == 4 ? "INT32" : "INT64");
  /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 ();
hwprofile.c 822 (int) offsetof (Hwcntr_packet, comm.thr_id),
823 fld_sizeof (Hwcntr_packet, comm.thr_id) == 4 ? "INT32" : "INT64");
848 (int) offsetof (MHwcntr_packet, comm.thr_id),
849 fld_sizeof (MHwcntr_packet, comm.thr_id) == 4 ? "INT32" : "INT64");
heaptrace.c 156 (int) offsetof (Heap_packet, comm.thr_id),
157 fld_sizeof (Heap_packet, comm.thr_id) == 4 ? "INT32" : "INT64");
iolib.c 728 if (pckt->thr_id == 0)
729 pckt->thr_id = __collector_thr_self ();
synctrace.c 253 (int) offsetof (Sync_packet, comm.thr_id),
254 fld_sizeof (Sync_packet, comm.thr_id) == 4 ? "INT32" : "INT64");
iotrace.c 314 (int) offsetof (IOTrace_packet, comm.thr_id),
315 fld_sizeof (IOTrace_packet, comm.thr_id) == 4 ? "INT32" : "INT64");
  /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 50 milliseconds