Searched refs:__collector_lwp_self (Results 1 - 8 of 8) sorted by relevance

/netbsd-current/external/gpl3/binutils.old/dist/gprofng/libcollector/
H A Dlibcol_util.h66 #define __collector_lwp_self() (collector_thread_t)__collector_gettid() // not using pthread_self() macro
H A Dprofile.c278 pckt.lwp_id = __collector_lwp_self ();
H A Diolib.c735 pckt->lwp_id = __collector_lwp_self ();
787 unsigned tid = (__collector_no_threads ? __collector_lwp_self () : __collector_thr_self ());
H A Dcollector.c2416 (unsigned int) __collector_lwp_self (),
/netbsd-current/external/gpl3/binutils/dist/gprofng/libcollector/
H A Dlibcol_util.h66 #define __collector_lwp_self() ((collector_thread_t) ((unsigned long) __collector_gettid())) macro
H A Dprofile.c285 pckt.lwp_id = __collector_lwp_self ();
H A Diolib.c733 pckt->lwp_id = __collector_lwp_self ();
785 collector_thread_t tid = __collector_no_threads ? __collector_lwp_self ()
H A Dcollector.c2411 (long) getpid (), (unsigned long) __collector_lwp_self (),

Completed in 192 milliseconds