OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:g_thread_name
(Results
1 - 2
of
2
) sorted by null
/external/lldb/source/Plugins/Process/FreeBSD/
ProcessMonitor.cpp
830
static const char *
g_thread_name
= "lldb.process.freebsd.operation";
local
836
Host::ThreadCreate(
g_thread_name
, LaunchOpThread, args, &error);
1034
static const char *
g_thread_name
= "lldb.process.freebsd.operation";
local
1040
Host::ThreadCreate(
g_thread_name
, AttachOpThread, args, &error);
[
all
...]
/external/lldb/source/Plugins/Process/Linux/
ProcessMonitor.cpp
1060
static const char *
g_thread_name
= "lldb.process.linux.operation";
local
1066
Host::ThreadCreate(
g_thread_name
, LaunchOpThread, args, &error);
1265
static const char *
g_thread_name
= "lldb.process.linux.operation";
local
[
all
...]
Completed in 675 milliseconds