OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:FindThread
(Results
1 - 10
of
10
) sorted by null
/system/extras/memory_replay/tests/
ThreadsTest.cpp
32
Thread* found_thread = threads.
FindThread
(900);
60
Thread* found_thread1 = threads.
FindThread
(900);
63
Thread* found_thread2 = threads.
FindThread
(901);
66
Thread* found_thread3 = threads.
FindThread
(902);
118
ASSERT_EQ(thread, threads.
FindThread
(900+i));
/system/extras/memory_replay/
Threads.h
32
Thread*
FindThread
(pid_t tid);
main.cpp
103
Thread* thread = threads.
FindThread
(tid);
Threads.cpp
96
Thread* Threads::
FindThread
(pid_t tid) {
/external/compiler-rt/lib/sanitizer_common/tests/
sanitizer_thread_registry_test.cc
98
// Test SetThreadName and
FindThread
.
101
EXPECT_EQ(7U, registry->
FindThread
(HasName, (void*)"seven"));
103
registry->
FindThread
(HasName, (void*)"none"));
104
EXPECT_EQ(0U, registry->
FindThread
(HasUid, (void*)get_uid(0)));
105
EXPECT_EQ(10U, registry->
FindThread
(HasUid, (void*)get_uid(10)));
107
registry->
FindThread
(HasUid, (void*)0x1234));
/external/compiler-rt/lib/sanitizer_common/
sanitizer_thread_registry.h
106
u32
FindThread
(FindThreadCallback cb, void *arg);
sanitizer_thread_registry.cc
168
u32 ThreadRegistry::
FindThread
(FindThreadCallback cb, void *arg) {
/external/compiler-rt/lib/lsan/
lsan_thread.cc
124
return thread_registry->
FindThread
(FindThreadByUid, (void*)uid);
/external/compiler-rt/lib/tsan/rtl/
tsan_rtl_thread.cc
298
int res = ctx->thread_registry->
FindThread
(FindThreadByUid, (void*)uid);
/art/runtime/openjdkjvmti/
ti_heap.cc
[
all
...]
Completed in 2864 milliseconds