OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:tids
(Results
1 - 7
of
7
) sorted by null
/external/chromium_org/tools/grit/grit/format/
rc_header.py
48
tids
= GetIds(root)
63
if tid in
tids
and tid not in seen:
65
yield rc_header_format.format(textual_id=tid,numeric_id=
tids
[tid])
74
if tid in
tids
and tid not in seen:
76
yield rc_header_format.format(textual_id=tid,numeric_id=
tids
[tid])
100
tids
= {} # Maps textual id to numeric id
129
if tid in
tids
:
146
offset_id =
tids
[offset_text]
151
parent_id =
tids
[parent_text]
201
tids
[tid] = i
[
all
...]
resource_map.py
109
tids
= rc_header.GetIds(root)
118
if tid in
tids
and key not in seen:
/bionic/tests/
stack_protector_test.cpp
44
std::set<pid_t>
tids
;
member in struct:stack_protector_checker
54
ASSERT_TRUE(
tids
.find(tid) ==
tids
.end());
60
tids
.insert(tid);
83
ASSERT_EQ(thread_count, checker.
tids
.size());
/external/chromium_org/base/
linux_util.cc
146
std::vector<pid_t>
tids
;
local
153
tids
.push_back(tid_ul);
159
i =
tids
.begin(); i !=
tids
.end(); ++i) {
/external/compiler-rt/lib/sanitizer_common/tests/
sanitizer_thread_registry_test.cc
187
std::vector<int>
tids
;
local
189
tids
.push_back(
192
args->registry->StartThread(
tids
[i], 0, (void*)args->shard);
194
args->registry->FinishThread(
tids
[i]);
196
args->registry->JoinThread(
tids
[i], (void*)args->shard);
/external/valgrind/main/callgrind/
callgrind_control.in
368
@
tids
= ();
391
push(@
tids
, $ctid);
448
foreach $tid (@
tids
) {
461
foreach $tid (@
tids
) {
/external/lldb/examples/python/
gdbremote.py
637
tids
= packet.split_hex(';', 'big')
638
for i, tid in enumerate(
tids
):
[
all
...]
Completed in 160 milliseconds