OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:threadname
(Results
1 - 5
of
5
) sorted by null
/external/valgrind/memcheck/tests/
threadname.stderr.exp
2
at 0x........: bad_things (
threadname
.c:21)
3
by 0x........: main (
threadname
.c:82)
6
by 0x........: bad_things (
threadname
.c:20)
7
by 0x........: main (
threadname
.c:82)
11
at 0x........: bad_things (
threadname
.c:21)
12
by 0x........: child_fn_0 (
threadname
.c:67)
16
by 0x........: bad_things (
threadname
.c:20)
17
by 0x........: child_fn_0 (
threadname
.c:67)
22
at 0x........: bad_things (
threadname
.c:21)
23
by 0x........: child_fn_1 (
threadname
.c:51
[
all
...]
threadname.c
27
const char*
threadname
= "012345678901234";
local
30
pthread_setname_np(pthread_self(),
threadname
);
local
32
pthread_setname_np(
threadname
);
42
const char*
threadname
= "try1";
local
46
pthread_setname_np(pthread_self(),
threadname
);
local
48
pthread_setname_np(
threadname
);
threadname_xml.stderr.exp
22
<exe>./
threadname
</exe>
42
<file>
threadname
.c</file>
50
<file>
threadname
.c</file>
69
<file>
threadname
.c</file>
77
<file>
threadname
.c</file>
94
<file>
threadname
.c</file>
102
<file>
threadname
.c</file>
121
<file>
threadname
.c</file>
129
<file>
threadname
.c</file>
138
<
threadname
>try1</threadname
[
all
...]
/system/core/debuggerd/
backtrace.cpp
74
char*
threadname
= NULL;
local
79
threadname
= fgets(threadnamebuf, sizeof(threadnamebuf), fp);
81
if (
threadname
) {
82
size_t len = strlen(
threadname
);
83
if (len &&
threadname
[len - 1] == '\n') {
84
threadname
[len - 1] = '\0';
89
_LOG(log, logtype::BACKTRACE, "\n\"%s\" sysTid=%d\n",
threadname
?
threadname
: "<unknown>", tid);
tombstone.cpp
204
char*
threadname
= nullptr;
local
209
threadname
= fgets(threadnamebuf, sizeof(threadnamebuf), fp);
211
if (
threadname
) {
212
size_t len = strlen(
threadname
);
213
if (len &&
threadname
[len - 1] == '\n') {
214
threadname
[len - 1] = '\0';
220
if (
threadname
!= nullptr && !strncmp(
threadname
, logd, sizeof(logd) - 1)
221
&& (!
threadname
[sizeof(logd) - 1] || (
threadname
[sizeof(logd) - 1] == '.')))
[
all
...]
Completed in 69 milliseconds