Searched refs:thr_id (Results 1 – 17 of 17) sorted by relevance
/netbsd-src/external/gpl3/binutils.old/dist/gprofng/libcollector/ |
H A D | profile.c | 75 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 D | hwprofile.c | 832 &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 D | heaptrace.c | 176 &pp->comm.thr_id, sizeof (pp->comm.thr_id) == 4 ? "INT32" : "INT64"); in open_experiment()
|
H A D | synctrace.c | 260 &pp->comm.thr_id, sizeof (pp->comm.thr_id) == 4 ? "INT32" : "INT64"); in open_experiment()
|
H A D | iolib.c | 736 if (pckt->thr_id == 0) in __collector_write_record() 737 pckt->thr_id = __collector_thr_self (); in __collector_write_record()
|
H A D | iotrace.c | 327 &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 D | profile.c | 76 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 D | hwprofile.c | 832 (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 D | heaptrace.c | 160 (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 D | synctrace.c | 261 (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 D | iolib.c | 734 if (pckt->thr_id == 0) in __collector_write_record() 735 pckt->thr_id = __collector_thr_self (); in __collector_write_record()
|
H A D | iotrace.c | 314 (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 D | worker.h | 88 ub_thread_type thr_id; member
|
H A D | daemon.c | 648 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 D | stats.c | 410 , (unsigned long)*((unsigned long*)&who->thr_id) in server_stats_obtain()
|
/netbsd-src/external/gpl3/binutils.old/dist/gprofng/src/ |
H A D | data_pckts.h | 124 pthread_t thr_id; member
|
/netbsd-src/external/gpl3/binutils/dist/gprofng/src/ |
H A D | data_pckts.h | 125 pthread_t thr_id; member
|