Home
last modified time | relevance | path

Searched refs:DNBThreadGetName (Results 1 – 3 of 3) sorted by relevance

/external/lldb/tools/debugserver/source/
DDNB.h111 const char * DNBThreadGetName (nub_process_t pid, nub_thread_t tid) DNB_EXPORT;
DDNB.cpp733 DNBThreadGetName (nub_process_t pid, nub_thread_t tid) in DNBThreadGetName() function
DRNBRemote.cpp2451 const char *thread_name = DNBThreadGetName (pid, tid); in SendStopReplyPacketForThread()