Searched refs:pthread_self (Results 1 – 16 of 16) sorted by relevance
/bionic/libc/bionic/ |
D | pthread_self.cpp | 31 pthread_t pthread_self() { in pthread_self() function
|
D | pthread_setname_np.cpp | 57 if (t == pthread_self()) { in pthread_getname_np() 89 if (t == pthread_self()) { in pthread_setname_np()
|
D | pthread_join.cpp | 35 if (t == pthread_self()) { in pthread_join()
|
/bionic/tests/ |
D | pthread_test.cpp | 306 ASSERT_EQ(EDEADLK, pthread_join(pthread_self(), NULL)); in TEST() 315 data.main_thread = pthread_self(); in main() 420 test_pthread_setname_np__pthread_getname_np(pthread_self()); in TEST() 476 ASSERT_EQ(0, pthread_kill(pthread_self(), 0)); in TEST() 480 ASSERT_EQ(EINVAL, pthread_kill(pthread_self(), -1)); in TEST() 488 ASSERT_EQ(0, pthread_kill(pthread_self(), SIGALRM)); in pthread_kill__in_signal_handler_helper() 494 ASSERT_EQ(0, pthread_kill(pthread_self(), SIGALRM)); in TEST() 635 pthread_getattr_np(pthread_self(), &attributes); in GetActualGuardSizeFn() 650 pthread_getattr_np(pthread_self(), &attributes); in GetActualStackSizeFn() 1323 ASSERT_EQ(0, pthread_getattr_np(pthread_self(), &attributes)); in TEST() [all …]
|
D | stdlib_test.cpp | 269 …ASSERT_EQ(0, pthread_create(&t, NULL, TestBug57421_child, reinterpret_cast<void*>(pthread_self()))… in TestBug57421_main()
|
/bionic/benchmarks/ |
D | pthread_benchmark.cpp | 22 /* Must not be static! */ pthread_t (*pthread_self_fp)() = pthread_self;
|
/bionic/libc/include/ |
D | pthread.h | 227 pthread_t pthread_self(void) __attribute_const__;
|
/bionic/libc/tools/ |
D | posix-2013.txt | 803 pthread_self
|
/bionic/libc/ |
D | libc.mips64.map | 742 pthread_self;
|
D | libc.x86_64.map | 742 pthread_self;
|
D | libc.arm64.map | 742 pthread_self;
|
D | libc.mips.map | 797 pthread_self;
|
D | libc.x86.map | 795 pthread_self;
|
D | libc.arm.map | 799 pthread_self;
|
D | libc.map.txt | 824 pthread_self;
|
D | Android.bp | 1553 "bionic/pthread_self.cpp",
|