OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:thread_to_join
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/media/filters/
video_renderer_impl.cc
105
base::PlatformThreadHandle
thread_to_join
= base::PlatformThreadHandle();
local
110
std::swap(thread_,
thread_to_join
);
113
if (!
thread_to_join
.is_null()) {
115
base::PlatformThread::Join(
thread_to_join
);
/external/valgrind/main/drd/
drd_clientreq.c
276
const DrdThreadId
thread_to_join
= DRD_(PtThreadIdToDrdThreadId)(arg[1]);
local
277
if (
thread_to_join
== DRD_INVALID_THREADID)
288
DRD_(thread_post_join)(drd_tid,
thread_to_join
);
Completed in 36 milliseconds