Home
last modified time | relevance | path

Searched defs:pthread_id (Results 1 – 5 of 5) sorted by relevance

/external/cronet/stable/base/profiler/
Dstack_base_address_posix.cc47 uintptr_t GetThreadStackBaseAddressImpl(pthread_t pthread_id) { in GetThreadStackBaseAddressImpl()
75 pthread_t pthread_id) { in GetThreadStackBaseAddress()
Dsampling_profiler_thread_token.h29 pthread_t pthread_id; member
/external/cronet/tot/base/profiler/
Dstack_base_address_posix.cc47 uintptr_t GetThreadStackBaseAddressImpl(pthread_t pthread_id) { in GetThreadStackBaseAddressImpl()
75 pthread_t pthread_id) { in GetThreadStackBaseAddress()
Dsampling_profiler_thread_token.h29 pthread_t pthread_id; member
/external/compiler-rt/lib/sanitizer_common/tests/
Dsanitizer_linux_test.cc65 pthread_t pthread_id; in SetUp() local
109 void ThreadListerTest::SpawnTidReporter(pthread_t *pthread_id, in SpawnTidReporter()