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

  /bionic/libc/bionic/
pthread_setname_np.cpp 68 char comm_name[sizeof(TASK_COMM_FMT) + 8]; local
69 snprintf(comm_name, sizeof(comm_name), TASK_COMM_FMT, tid);
70 int fd = open(comm_name, O_WRONLY);
  /external/lldb/source/Plugins/Process/gdb-remote/
GDBRemoteCommunication.h 41 GDBRemoteCommunication(const char *comm_name,
GDBRemoteCommunication.cpp 132 GDBRemoteCommunication::GDBRemoteCommunication(const char *comm_name,
135 Communication(comm_name),
  /external/lldb/source/Plugins/Process/MacOSX-Kernel/
CommunicationKDP.h 98 CommunicationKDP (const char *comm_name);
CommunicationKDP.cpp 41 CommunicationKDP::CommunicationKDP (const char *comm_name) :
42 Communication(comm_name),
    [all...]

Completed in 107 milliseconds