Home
last modified time | relevance | path

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

/bionic/libc/include/
Dpthread.h273 int pthread_setname_np(pthread_t thid, const char *thname);
/bionic/libc/bionic/
Dpthread-timers.c525 pthread_setname_np(pthread_self(), name); in timer_thread_start()
Dpthread.c2244 int pthread_setname_np(pthread_t thid, const char *thname) in pthread_setname_np() function