OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:translate_thread_
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/ppapi/native_client/src/trusted/plugin/
pnacl_translate_thread.cc
56
translate_thread_
.reset(new NaClThread);
57
if (
translate_thread_
== NULL) {
63
if (!NaClThreadCreateJoinable(
translate_thread_
.get(),
69
translate_thread_
.reset(NULL);
354
if (
translate_thread_
!= NULL)
355
NaClThreadJoin(
translate_thread_
.get());
pnacl_translate_thread.h
96
nacl::scoped_ptr<NaClThread>
translate_thread_
;
member in class:plugin::PnaclTranslateThread
pnacl_coordinator.cc
287
static_cast<void*>(this),
translate_thread_
.get()));
293
if (
translate_thread_
.get() != NULL) {
294
translate_thread_
->AbortSubprocesses();
363
const plugin::PnaclTimeStats& time_stats =
translate_thread_
->GetTimeStats();
815
translate_thread_
.reset(new PnaclTranslateThread());
816
if (
translate_thread_
== NULL) {
[
all
...]
pnacl_coordinator.h
278
nacl::scoped_ptr<PnaclTranslateThread>
translate_thread_
;
member in class:plugin::PnaclCoordinator
Completed in 36 milliseconds