Home
last modified time | relevance | path

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

/external/v8/src/libsampler/
Dsampler.cc212 void* ThreadKey(pthread_t thread_id) { in ThreadKey() function
250 sampler_map_.LookupOrInsert(ThreadKey(thread_id), in AddSampler()
278 void* thread_key = ThreadKey(thread_id); in RemoveSampler()
302 sampler_map_.Lookup(ThreadKey(thread_id), ThreadHash(thread_id)); in DoSample()