Searched refs:comm_name (Results 1 - 1 of 1) sorted by relevance

/bionic/libc/bionic/
H A Dpthread_setname_np.cpp66 char comm_name[sizeof(TASK_COMM_FMT) + 8]; local
67 snprintf(comm_name, sizeof(comm_name), TASK_COMM_FMT, tid);
68 int fd = open(comm_name, O_CLOEXEC | O_WRONLY);

Completed in 106 milliseconds