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

/external/v8/src/libsampler/
H A Dsampler.cc190 void* ThreadKey(pthread_t thread_id) { function in namespace:v8::sampler::__anon23355
228 sampler_map_.LookupOrInsert(ThreadKey(thread_id),
256 void* thread_key = ThreadKey(thread_id);
280 sampler_map_.Lookup(ThreadKey(thread_id), ThreadHash(thread_id));

Completed in 722 milliseconds