HomeSort by relevance Sort by last modified time
    Searched refs:thread_name_len (Results 1 - 2 of 2) sorted by null

  /bionic/libc/bionic/
pthread_setname_np.cpp 49 size_t thread_name_len = strlen(thread_name); local
50 if (thread_name_len >= MAX_TASK_COMM_LEN) {
74 ssize_t n = TEMP_FAILURE_RETRY(write(fd, thread_name, thread_name_len));
79 } else if (n != static_cast<ssize_t>(thread_name_len)) {
  /external/lldb/tools/debugserver/source/
RNBRemote.cpp 2454 size_t thread_name_len = strlen(thread_name); local
    [all...]

Completed in 51 milliseconds