Searched refs:map_pthread_t_to_Thread (Results 1 – 1 of 1) sorted by relevance
4876 static WordFM* map_pthread_t_to_Thread = NULL; /* pthread_t -> Thread* */ variable4879 if (UNLIKELY(map_pthread_t_to_Thread == NULL)) { in map_pthread_t_to_Thread_INIT()4880 map_pthread_t_to_Thread = VG_(newFM)( HG_(zalloc), "hg.mpttT.1", in map_pthread_t_to_Thread_INIT()5111 VG_(addToFM)( map_pthread_t_to_Thread, (UWord)args[1], (UWord)my_thr ); in hg_handle_client_request()5143 found = VG_(lookupFM)( map_pthread_t_to_Thread, in hg_handle_client_request()