Home
last modified time | relevance | path

Searched refs:thr_id (Results 1 – 17 of 17) sorted by relevance

/netbsd-src/external/gpl3/binutils.old/dist/gprofng/libcollector/
H A Dprofile.c75 pthread_t thr_id; member
189 &cp->thr_id, sizeof (cp->thr_id) == 4 ? "INT32" : "INT64"); in open_experiment()
279 pckt.thr_id = __collector_thr_self (); in __collector_ext_profile_handler()
H A Dhwprofile.c832 &pp->comm.thr_id, sizeof (pp->comm.thr_id) == 4 ? "INT32" : "INT64"); in hwclogwrite0()
852 &xpp->comm.thr_id, sizeof (xpp->comm.thr_id) == 4 ? "INT32" : "INT64"); in hwclogwrite0()
H A Dheaptrace.c176 &pp->comm.thr_id, sizeof (pp->comm.thr_id) == 4 ? "INT32" : "INT64"); in open_experiment()
H A Dsynctrace.c260 &pp->comm.thr_id, sizeof (pp->comm.thr_id) == 4 ? "INT32" : "INT64"); in open_experiment()
H A Diolib.c736 if (pckt->thr_id == 0) in __collector_write_record()
737 pckt->thr_id = __collector_thr_self (); in __collector_write_record()
H A Diotrace.c327 &pp->comm.thr_id, sizeof (pp->comm.thr_id) == 4 ? "INT32" : "INT64"); in open_experiment()
/netbsd-src/external/gpl3/binutils/dist/gprofng/libcollector/
H A Dprofile.c76 pthread_t thr_id; member
190 (int) offsetof (ClockPacket, thr_id), in open_experiment()
191 fld_sizeof (ClockPacket, thr_id) == 4 ? "INT32" : "INT64"); in open_experiment()
286 pckt.thr_id = __collector_thr_self (); in __collector_ext_profile_handler()
H A Dhwprofile.c832 (int) offsetof (Hwcntr_packet, comm.thr_id), in hwclogwrite0()
833 fld_sizeof (Hwcntr_packet, comm.thr_id) == 4 ? "INT32" : "INT64"); in hwclogwrite0()
858 (int) offsetof (MHwcntr_packet, comm.thr_id), in hwclogwrite0()
859 fld_sizeof (MHwcntr_packet, comm.thr_id) == 4 ? "INT32" : "INT64"); in hwclogwrite0()
H A Dheaptrace.c160 (int) offsetof (Heap_packet, comm.thr_id), in open_experiment()
161 fld_sizeof (Heap_packet, comm.thr_id) == 4 ? "INT32" : "INT64"); in open_experiment()
H A Dsynctrace.c261 (int) offsetof (Sync_packet, comm.thr_id), in open_experiment()
262 fld_sizeof (Sync_packet, comm.thr_id) == 4 ? "INT32" : "INT64"); in open_experiment()
H A Diolib.c734 if (pckt->thr_id == 0) in __collector_write_record()
735 pckt->thr_id = __collector_thr_self (); in __collector_write_record()
H A Diotrace.c314 (int) offsetof (IOTrace_packet, comm.thr_id), in open_experiment()
315 fld_sizeof (IOTrace_packet, comm.thr_id) == 4 ? "INT32" : "INT64"); in open_experiment()
/netbsd-src/external/bsd/unbound/dist/daemon/
H A Dworker.h88 ub_thread_type thr_id; member
H A Ddaemon.c648 ub_thread_create(&daemon->workers[i]->thr_id, in daemon_start_others()
676 ub_thread_join(daemon->workers[i]->thr_id); in daemon_stop_others()
H A Dstats.c410 , (unsigned long)*((unsigned long*)&who->thr_id) in server_stats_obtain()
/netbsd-src/external/gpl3/binutils.old/dist/gprofng/src/
H A Ddata_pckts.h124 pthread_t thr_id; member
/netbsd-src/external/gpl3/binutils/dist/gprofng/src/
H A Ddata_pckts.h125 pthread_t thr_id; member