Searched refs:target_thread (Results 1 - 2 of 2) sorted by relevance

/netbsd-current/external/gpl3/binutils/dist/gprofng/libcollector/
H A Dsynctrace.c733 pthread_t target_thread, void **status)
737 return real_func (target_thread, status);
740 int ret = real_func(target_thread, status);
754 spacket.objp = (Vaddr_type) target_thread;
764 int dcl_f (pthread_t target_thread, void **status) \
768 return gprofng_pthread_join (__real_pthread_join, target_thread, status); \
732 gprofng_pthread_join(int(real_func) (pthread_t, void **), pthread_t target_thread, void **status) argument
/netbsd-current/external/gpl3/binutils.old/dist/gprofng/libcollector/
H A Dsynctrace.c951 pthread_join (pthread_t target_thread, void **status) argument
957 return CALL_REAL (pthread_join)(target_thread, status);
960 int ret = CALL_REAL (pthread_join)(target_thread, status);
974 spacket.objp = (Vaddr_type) target_thread;

Completed in 185 milliseconds