HomeSort by relevance Sort by last modified time
    Searched full:comm_name (Results 1 - 1 of 1) sorted by null

  /bionic/libc/bionic/
pthread_setname_np.cpp 72 char comm_name[sizeof(TASK_COMM_FMT) + 8]; local
73 snprintf(comm_name, sizeof(comm_name), TASK_COMM_FMT, tid);
74 int fd = open(comm_name, O_WRONLY);

Completed in 646 milliseconds