Home
last modified time | relevance | path

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

/external/valgrind/helgrind/
Dhg_main.c662 static Thread* map_threads_maybe_lookup ( ThreadId coretid ) in map_threads_maybe_lookup() function
740 Thread *thr = map_threads_maybe_lookup(tid); in HG_()
1599 thr_p = map_threads_maybe_lookup( parent ); in evh__pre_thread_ll_create()
1600 thr_c = map_threads_maybe_lookup( child ); in evh__pre_thread_ll_create()
1678 thr_q = map_threads_maybe_lookup( quit_tid ); in evh__pre_thread_ll_exit()
1717 thr = map_threads_maybe_lookup( 0/*INVALID*/ ); in evh__atfork_child()
1723 thr = map_threads_maybe_lookup(i); in evh__atfork_child()
1781 thr_s = map_threads_maybe_lookup( stay_tid ); in evh__HG_PTHREAD_JOIN_POST()
2028 thr = map_threads_maybe_lookup( tid ); in evh__HG_PTHREAD_MUTEX_DESTROY_PRE()
2087 thr = map_threads_maybe_lookup( tid ); in evh__HG_PTHREAD_MUTEX_LOCK_PRE()
[all …]