Home
last modified time | relevance | path

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

/bionic/libc/bionic/
Dpthread_setname_np.cpp46 static int __open_task_comm_fd(pthread_t t, int flags, const char* caller) { in __open_task_comm_fd() function
65 int fd = __open_task_comm_fd(t, O_RDONLY, "pthread_getname_np"); in pthread_getname_np()
98 int fd = __open_task_comm_fd(t, O_WRONLY, "pthread_setname_np"); in pthread_setname_np()