Home
last modified time | relevance | path

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

/bionic/libc/bionic/
Dpthread_setname_np.cpp60 if (t == pthread_self()) { in pthread_getname_np()
93 if (t == pthread_self()) { in pthread_setname_np()
Dpthread_self.cpp31 pthread_t pthread_self() { in pthread_self() function
Dpthread_join.cpp39 if (t == pthread_self()) { in pthread_join()
/bionic/tests/
Dpthread_test.cpp312 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 …]
Dsignal_test.cpp596 ASSERT_EQ(0, pthread_sigqueue(pthread_self(), SIGALRM, sigval)); in TEST()
Dstdlib_test.cpp443 …ASSERT_EQ(0, pthread_create(&t, nullptr, TestBug57421_child, reinterpret_cast<void*>(pthread_self(… in TestBug57421_main()
/bionic/libc/include/bits/
Dthreads_inlines.h153 return pthread_self(); in thrd_current()
/bionic/benchmarks/
Dpthread_benchmark.cpp23 /* Must not be static! */ pthread_t (*pthread_self_fp)() = pthread_self;
/bionic/tests/headers/posix/
Dpthread_h.c192 FUNCTION(pthread_self, pthread_t (*f)(void)); in pthread_h()
/bionic/libc/include/
Dpthread.h278 pthread_t pthread_self(void) __attribute_const__;
/bionic/libc/tools/
Dposix-2013.txt803 pthread_self
/bionic/docs/
Dstatus.md302 `pthread_detach(pthread_self());` from the new thread's start routine
/bionic/tools/versioner/platforms/
Dlibc.map.txt825 pthread_self;
/bionic/libc/
Dlibc.map.txt825 pthread_self;
DAndroid.bp1219 "bionic/pthread_self.cpp",
/bionic/benchmarks/linker_relocation/gen/
Dliblinker_reloc_bench_029.S2185 CALL(pthread_self)
Dliblinker_reloc_bench_012.S2152 CALL(pthread_self)
Dliblinker_reloc_bench_113.S2118 CALL(pthread_self)
Dliblinker_reloc_bench_111.S6830 CALL(pthread_self)
Dlinker_reloc_bench_main.S3413 CALL(pthread_self)
Dliblinker_reloc_bench_063.S11238 CALL(pthread_self)
Dliblinker_reloc_bench_000.S7505 CALL(pthread_self)
Dliblinker_reloc_bench_030.S18234 CALL(pthread_self)