Searched refs:__collector_thr_self (Results 1 - 10 of 10) sorted by relevance

/netbsd-current/external/gpl3/binutils.old/dist/gprofng/libcollector/
H A Diolib.c615 __collector_thr_self (), hndl->fname, iter, deltato);
628 (unsigned long long) __collector_thr_self (),
644 __collector_thr_self (), hndl->fname, iter, deltato);
737 pckt->thr_id = __collector_thr_self ();
787 unsigned tid = (__collector_no_threads ? __collector_lwp_self () : __collector_thr_self ());
H A Dlibcol_util.h67 #define __collector_thr_self() (collector_thread_t)__collector_gettid() // not using pthread_self() macro
H A Dprofile.c279 pckt.thr_id = __collector_thr_self ();
H A Djprofile.c290 tid = __collector_thr_self ();
594 tid = __collector_thr_self ();
649 collector_thread_t tid = __collector_thr_self ();
H A Dcollector.c2417 __collector_no_threads ? 0 : __collector_thr_self ());
/netbsd-current/external/gpl3/binutils/dist/gprofng/libcollector/
H A Diolib.c613 (unsigned long) __collector_thr_self (), hndl->fname,
627 (unsigned long) __collector_thr_self (),
644 (unsigned long) __collector_thr_self (), hndl->fname,
735 pckt->thr_id = __collector_thr_self ();
786 : __collector_thr_self ();
H A Dlibcol_util.h67 #define __collector_thr_self() ((collector_thread_t) ((unsigned long) __collector_gettid())) macro
H A Dprofile.c286 pckt.thr_id = __collector_thr_self ();
H A Djprofile.c588 tid = __collector_thr_self ();
643 collector_thread_t tid = __collector_thr_self ();
H A Dcollector.c2412 (unsigned long) (__collector_no_threads ? 0 : __collector_thr_self ()));

Completed in 182 milliseconds