OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:thread_object
(Results
1 - 4
of
4
) sorted by null
/external/webrtc/src/system_wrappers/source/
cpu_win.h
51
static bool Process(void*
thread_object
);
cpu_win.cc
180
bool CpuWindows::Process(void*
thread_object
)
182
return reinterpret_cast<CpuWindows*>(
thread_object
)->ProcessImpl();
/external/webrtc/src/modules/audio_processing/test/
unit_test.cc
260
bool DeadlockProc(void*
thread_object
) {
261
ThreadData* thread_data = static_cast<ThreadData*>(
thread_object
);
[
all
...]
/art/runtime/
debugger.cc
1582
mirror::Object*
thread_object
= gRegistry->Get<mirror::Object*>(thread_id);
local
1595
mirror::Object*
thread_object
= gRegistry->Get<mirror::Object*>(thread_id);
local
[
all
...]
Completed in 2948 milliseconds