Searched refs:thread_identity (Results 1 – 3 of 3) 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()292 uptr thread_identity = (uptr)pthread_self(); in ImitateTlsWrite() local295 if (thread_identity == main_thread_identity) { in ImitateTlsWrite()298 uptr thr_state_start = thread_identity; in ImitateTlsWrite()
77 ThreadState **thread_identity = (ThreadState **)pthread_self(); in cur_thread_location() local78 return ((uptr)thread_identity == main_thread_identity) ? nullptr in cur_thread_location()79 : thread_identity; in cur_thread_location()
79 ThreadState **thread_identity = (ThreadState **)pthread_self(); in cur_thread_location() local80 return ((uptr)thread_identity == main_thread_identity) ? nullptr in cur_thread_location()81 : thread_identity; in cur_thread_location()