Searched refs:pthread_id (Results 1 – 5 of 5) sorted by relevance
47 uintptr_t GetThreadStackBaseAddressImpl(pthread_t pthread_id) { in GetThreadStackBaseAddressImpl() argument52 int result = pthread_getattr_np(pthread_id, &attr); in GetThreadStackBaseAddressImpl()75 pthread_t pthread_id) { in GetThreadStackBaseAddress() argument100 return GetThreadStackBaseAddressImpl(pthread_id); in GetThreadStackBaseAddress()
30 pthread_t pthread_id);
28 pthread_t pthread_id; member
29 GetThreadStackBaseAddress(thread_token.id, thread_token.pthread_id); in Create()
65 pthread_t pthread_id; in SetUp() local68 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() argument113 ASSERT_EQ(0, pthread_create(pthread_id, NULL, in SpawnTidReporter()