Home
last modified time | relevance | path

Searched refs:pthread_self (Results 1 – 16 of 16) sorted by relevance

/bionic/libc/bionic/
Dpthread_self.cpp31 pthread_t pthread_self() { in pthread_self() function
Dpthread_setname_np.cpp57 if (t == pthread_self()) { in pthread_getname_np()
89 if (t == pthread_self()) { in pthread_setname_np()
Dpthread_join.cpp35 if (t == pthread_self()) { in pthread_join()
/bionic/tests/
Dpthread_test.cpp306 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 …]
Dstdlib_test.cpp269 …ASSERT_EQ(0, pthread_create(&t, NULL, TestBug57421_child, reinterpret_cast<void*>(pthread_self()))… in TestBug57421_main()
/bionic/benchmarks/
Dpthread_benchmark.cpp22 /* Must not be static! */ pthread_t (*pthread_self_fp)() = pthread_self;
/bionic/libc/include/
Dpthread.h227 pthread_t pthread_self(void) __attribute_const__;
/bionic/libc/tools/
Dposix-2013.txt803 pthread_self
/bionic/libc/
Dlibc.mips64.map742 pthread_self;
Dlibc.x86_64.map742 pthread_self;
Dlibc.arm64.map742 pthread_self;
Dlibc.mips.map797 pthread_self;
Dlibc.x86.map795 pthread_self;
Dlibc.arm.map799 pthread_self;
Dlibc.map.txt824 pthread_self;
DAndroid.bp1553 "bionic/pthread_self.cpp",