Searched refs:pid_to_str (Results 1 – 1 of 1) sorted by relevance
55 static char* pid_to_str(char* buf, size_t len, pid_t pid) { in pid_to_str() function106 char* pid_str = pid_to_str(pid_buf, sizeof(pid_buf), pid_); in ListThreads()