OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:child_thread
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/content/gpu/
gpu_main.cc
308
GpuChildThread*
child_thread
= new GpuChildThread(watchdog_thread.get(),
local
315
child_thread
->Init(start_time);
317
gpu_process.set_main_thread(
child_thread
);
327
child_thread
->StopWatchdog();
/external/stressapptest/src/
worker.cc
2294
NetworkSlaveThread&
child_thread
= child_workers_[i]->thread;
local
[
all
...]
/art/runtime/
thread.cc
250
Thread*
child_thread
= new Thread(is_daemon);
local
252
child_thread
->jpeer_ = env->NewGlobalRef(java_peer);
258
reinterpret_cast<jint>(
child_thread
));
265
int pthread_create_result = pthread_create(&new_pthread, &attr, Thread::CreateCallback,
child_thread
);
275
env->DeleteGlobalRef(
child_thread
->jpeer_);
276
child_thread
->jpeer_ = NULL;
277
delete
child_thread
;
278
child_thread
= NULL;
[
all
...]
Completed in 244 milliseconds