Home
last modified time | relevance | path

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

/external/cronet/base/profiler/
Dstack_base_address_posix.cc47 uintptr_t GetThreadStackBaseAddressImpl(pthread_t pthread_id) { in GetThreadStackBaseAddressImpl() argument
52 int result = pthread_getattr_np(pthread_id, &attr); in GetThreadStackBaseAddressImpl()
75 pthread_t pthread_id) { in GetThreadStackBaseAddress() argument
100 return GetThreadStackBaseAddressImpl(pthread_id); in GetThreadStackBaseAddress()
Dstack_base_address_posix.h30 pthread_t pthread_id);
Dsampling_profiler_thread_token.h28 pthread_t pthread_id; member
Dthread_delegate_posix.cc29 GetThreadStackBaseAddress(thread_token.id, thread_token.pthread_id); in Create()
/external/compiler-rt/lib/sanitizer_common/tests/
Dsanitizer_linux_test.cc65 pthread_t pthread_id; in SetUp() local
68 SpawnTidReporter(&pthread_id, &tid); in SetUp()
69 pthread_ids_.push_back(pthread_id); in SetUp()
83 void SpawnTidReporter(pthread_t *pthread_id, pid_t *tid);
109 void ThreadListerTest::SpawnTidReporter(pthread_t *pthread_id, in SpawnTidReporter() argument
113 ASSERT_EQ(0, pthread_create(pthread_id, NULL, in SpawnTidReporter()