Searched refs:thread_identity (Results 1 – 1 of 1) sorted by relevance
85 uptr thread_identity = (uptr)pthread_self(); in cur_thread_location() local86 if (thread_identity == main_thread_identity) in cur_thread_location()88 return (ThreadState **)MemToShadow(thread_identity); in cur_thread_location()288 uptr thread_identity = (uptr)pthread_self(); in ImitateTlsWrite() local289 if (thread_identity == main_thread_identity) { in ImitateTlsWrite()292 uptr thr_state_start = thread_identity; in ImitateTlsWrite()