Home
last modified time | relevance | path

Searched refs:pthread_setname_np (Results 1 – 13 of 13) sorted by relevance

/bionic/libc/bionic/
Dpthread_setname_np.cpp86 int pthread_setname_np(pthread_t t, const char* thread_name) { in pthread_setname_np() function
Dposix_timers.cpp178 pthread_setname_np(timer->callback_thread, name); in timer_create()
Dmalloc_heapprofd.cpp396 } else if (pthread_setname_np(thread_id, "heapprofdinit") != 0) { in MallocInitHeapprofdHook()
/bionic/libc/include/
Dpthread.h284 int pthread_setname_np(pthread_t __pthread, const char* __name);
/bionic/tests/
Dpthread_test.cpp452 ASSERT_EQ(0, pthread_setname_np(t, "short")); in test_pthread_setname_np__pthread_getname_np()
458 ASSERT_EQ(0, pthread_setname_np(t, "123456789012345")); in test_pthread_setname_np__pthread_getname_np()
462 ASSERT_EQ(ERANGE, pthread_setname_np(t, "1234567890123456")); in test_pthread_setname_np__pthread_getname_np()
501 EXPECT_DEATH(pthread_setname_np(dead_thread, "short 3"), in TEST_F()
507 EXPECT_EQ(ENOENT, pthread_setname_np(null_thread, "short 3")); in TEST_F()
/bionic/tools/versioner/platforms/
Dlibc.map.txt826 pthread_setname_np;
/bionic/libc/
Dlibc.map.txt826 pthread_setname_np;
DAndroid.bp1220 "bionic/pthread_setname_np.cpp",
/bionic/benchmarks/linker_relocation/gen/
Dliblinker_reloc_bench_012.S2153 CALL(pthread_setname_np)
Dliblinker_reloc_bench_016.S2284 CALL(pthread_setname_np)
Dliblinker_reloc_bench_022.S9608 CALL(pthread_setname_np)
Dliblinker_reloc_bench_000.S7506 CALL(pthread_setname_np)
Dliblinker_reloc_bench_030.S18366 CALL(pthread_setname_np)