Home
last modified time | relevance | path

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

/dports/devel/valgrind-lts/valgrind-dragonfly-dragonfly/helgrind/
H A Dhg_main.c5017 static WordFM* map_pthread_t_to_Thread = NULL; /* pthread_t -> Thread* */ variable
5020 if (UNLIKELY(map_pthread_t_to_Thread == NULL)) { in map_pthread_t_to_Thread_INIT()
5021 map_pthread_t_to_Thread = VG_(newFM)( HG_(zalloc), "hg.mpttT.1", in map_pthread_t_to_Thread_INIT()
5321 VG_(addToFM)( map_pthread_t_to_Thread, (UWord)args[1], (UWord)my_thr ); in hg_handle_client_request()
5353 found = VG_(lookupFM)( map_pthread_t_to_Thread, in hg_handle_client_request()
/dports/devel/valgrind/valgrind-dragonfly-dragonfly/helgrind/
H A Dhg_main.c5017 static WordFM* map_pthread_t_to_Thread = NULL; /* pthread_t -> Thread* */ variable
5020 if (UNLIKELY(map_pthread_t_to_Thread == NULL)) { in map_pthread_t_to_Thread_INIT()
5021 map_pthread_t_to_Thread = VG_(newFM)( HG_(zalloc), "hg.mpttT.1", in map_pthread_t_to_Thread_INIT()
5321 VG_(addToFM)( map_pthread_t_to_Thread, (UWord)args[1], (UWord)my_thr ); in hg_handle_client_request()
5353 found = VG_(lookupFM)( map_pthread_t_to_Thread, in hg_handle_client_request()