Searched refs:pthread_self (Results 1 – 23 of 23) sorted by relevance
/bionic/libc/bionic/ |
D | pthread_setname_np.cpp | 60 if (t == pthread_self()) { in pthread_getname_np() 93 if (t == pthread_self()) { in pthread_setname_np()
|
D | pthread_self.cpp | 31 pthread_t pthread_self() { in pthread_self() function
|
D | pthread_join.cpp | 39 if (t == pthread_self()) { in pthread_join()
|
/bionic/tests/ |
D | pthread_test.cpp | 312 ASSERT_EQ(EDEADLK, pthread_join(pthread_self(), nullptr)); in TEST() 321 data.main_thread = pthread_self(); in main() 470 test_pthread_setname_np__pthread_getname_np(pthread_self()); in TEST() 528 ASSERT_EQ(0, pthread_kill(pthread_self(), 0)); in TEST() 532 ASSERT_EQ(EINVAL, pthread_kill(pthread_self(), -1)); in TEST() 540 ASSERT_EQ(0, pthread_kill(pthread_self(), SIGALRM)); in pthread_kill__in_signal_handler_helper() 546 ASSERT_EQ(0, pthread_kill(pthread_self(), SIGALRM)); in TEST() 725 pthread_getattr_np(pthread_self(), &attributes); in GetActualGuardSizeFn() 740 pthread_getattr_np(pthread_self(), &attributes); in GetActualStackSizeFn() 1721 ASSERT_EQ(0, pthread_getattr_np(pthread_self(), &attributes)); in TEST() [all …]
|
D | signal_test.cpp | 596 ASSERT_EQ(0, pthread_sigqueue(pthread_self(), SIGALRM, sigval)); in TEST()
|
D | stdlib_test.cpp | 443 …ASSERT_EQ(0, pthread_create(&t, nullptr, TestBug57421_child, reinterpret_cast<void*>(pthread_self(… in TestBug57421_main()
|
/bionic/libc/include/bits/ |
D | threads_inlines.h | 153 return pthread_self(); in thrd_current()
|
/bionic/benchmarks/ |
D | pthread_benchmark.cpp | 23 /* Must not be static! */ pthread_t (*pthread_self_fp)() = pthread_self;
|
/bionic/tests/headers/posix/ |
D | pthread_h.c | 192 FUNCTION(pthread_self, pthread_t (*f)(void)); in pthread_h()
|
/bionic/libc/include/ |
D | pthread.h | 278 pthread_t pthread_self(void) __attribute_const__;
|
/bionic/libc/tools/ |
D | posix-2013.txt | 803 pthread_self
|
/bionic/docs/ |
D | status.md | 302 `pthread_detach(pthread_self());` from the new thread's start routine
|
/bionic/tools/versioner/platforms/ |
D | libc.map.txt | 825 pthread_self;
|
/bionic/libc/ |
D | libc.map.txt | 825 pthread_self;
|
D | Android.bp | 1219 "bionic/pthread_self.cpp",
|
/bionic/benchmarks/linker_relocation/gen/ |
D | liblinker_reloc_bench_029.S | 2185 CALL(pthread_self)
|
D | liblinker_reloc_bench_012.S | 2152 CALL(pthread_self)
|
D | liblinker_reloc_bench_113.S | 2118 CALL(pthread_self)
|
D | liblinker_reloc_bench_111.S | 6830 CALL(pthread_self)
|
D | linker_reloc_bench_main.S | 3413 CALL(pthread_self)
|
D | liblinker_reloc_bench_063.S | 11238 CALL(pthread_self)
|
D | liblinker_reloc_bench_000.S | 7505 CALL(pthread_self)
|
D | liblinker_reloc_bench_030.S | 18234 CALL(pthread_self)
|