OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:child_thread
(Results
26 - 50
of
50
) sorted by null
1
2
/external/chromium_org/content/ppapi_plugin/
ppapi_thread.h
17
#include "content/child/
child_thread
.h"
ppapi_webkitplatformsupport_impl.cc
13
#include "content/child/
child_thread
.h"
/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
...]
/external/chromium_org/content/child/
webmessageportchannel_impl.cc
10
#include "content/child/
child_thread
.h"
websocket_bridge.cc
14
#include "content/child/
child_thread
.h"
child_thread.cc
5
#include "content/child/
child_thread
.h"
site_isolation_policy.cc
14
#include "content/child/
child_thread
.h"
/external/chromium_org/content/common/gpu/
gpu_channel_manager.cc
9
#include "content/child/
child_thread
.h"
/external/chromium_org/content/renderer/media/
renderer_gpu_video_accelerator_factories.cc
11
#include "content/child/
child_thread
.h"
rtc_video_decoder.cc
15
#include "content/child/
child_thread
.h"
/external/chromium_org/content/renderer/
render_process_impl.cc
21
#include "content/child/
child_thread
.h"
render_thread_impl.h
19
#include "content/child/
child_thread
.h"
render_view_impl.cc
37
#include "content/child/
child_thread
.h"
[
all
...]
/external/chromium_org/content/child/fileapi/
file_system_dispatcher.cc
11
#include "content/child/
child_thread
.h"
webfilesystem_impl.cc
14
#include "content/child/
child_thread
.h"
/external/chromium_org/content/child/npapi/
plugin_url_fetcher.cc
8
#include "content/child/
child_thread
.h"
/external/chromium_org/content/
content_child.target.darwin-arm.mk
41
content/child/
child_thread
.cc \
content_child.target.darwin-mips.mk
41
content/child/
child_thread
.cc \
content_child.target.darwin-x86.mk
41
content/child/
child_thread
.cc \
content_child.target.linux-arm.mk
41
content/child/
child_thread
.cc \
content_child.target.linux-mips.mk
41
content/child/
child_thread
.cc \
content_child.target.linux-x86.mk
41
content/child/
child_thread
.cc \
/external/stressapptest/src/
worker.cc
2294
NetworkSlaveThread&
child_thread
= child_workers_[i]->thread;
local
[
all
...]
/external/chromium_org/content/common/gpu/media/
vaapi_video_decode_accelerator.cc
12
#include "content/child/
child_thread
.h"
/external/chromium-trace/trace-viewer/test_data/
tcmalloc_multi_renderer.json
[
all
...]
Completed in 1111 milliseconds
1
2