OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:FindThreadByUid
(Results
1 - 2
of
2
) sorted by null
/external/compiler-rt/lib/lsan/
lsan_thread.cc
109
static bool
FindThreadByUid
(ThreadContextBase *tctx, void *arg) {
118
return thread_registry->FindThread(
FindThreadByUid
, (void*)uid);
/external/compiler-rt/lib/tsan/rtl/
tsan_rtl_thread.cc
257
static bool
FindThreadByUid
(ThreadContextBase *tctx, void *arg) {
269
int res = ctx->thread_registry->FindThread(
FindThreadByUid
, (void*)uid);
Completed in 56 milliseconds