OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SetCurrentThread
(Results
1 - 17
of
17
) sorted by null
/external/chromium_org/third_party/libjingle/source/talk/examples/peerconnection/client/
main.cc
39
talk_base::ThreadManager::Instance()->
SetCurrentThread
(&w32_thread);
/external/compiler-rt/lib/lsan/
lsan.cc
53
SetCurrentThread
(tid);
lsan_thread.h
48
void
SetCurrentThread
(u32 tid);
lsan_thread.cc
47
void
SetCurrentThread
(u32 tid) {
lsan_interceptors.cc
213
SetCurrentThread
(tid);
/external/chromium_org/third_party/libjingle/source/talk/base/
thread.cc
96
void ThreadManager::
SetCurrentThread
(Thread *thread) {
118
void ThreadManager::
SetCurrentThread
(Thread *thread) {
337
ThreadManager::Instance()->
SetCurrentThread
(init->thread);
537
thread_manager->
SetCurrentThread
(this);
543
ThreadManager::Instance()->
SetCurrentThread
(NULL);
555
ThreadManager::Instance()->
SetCurrentThread
(this);
562
ThreadManager::Instance()->
SetCurrentThread
(NULL);
thread.h
58
void
SetCurrentThread
(Thread* thread);
/external/compiler-rt/lib/asan/
asan_thread.h
123
void
SetCurrentThread
(AsanThread *t);
asan_thread.cc
225
SetCurrentThread
(tctx->thread);
234
void
SetCurrentThread
(AsanThread *t) {
237
Report("
SetCurrentThread
: %p for thread %p\n",
asan_mac.cc
304
SetCurrentThread
(t);
asan_rtl.cc
554
SetCurrentThread
(main_thread);
asan_interceptors.cc
142
SetCurrentThread
(t);
/art/compiler/llvm/
runtime_support_llvm_func_list.h
24
V(
SetCurrentThread
, art_portable_set_current_thread_from_code) \
runtime_support_builder.cc
78
Function* func = GetRuntimeSupportFunction(runtime_support::
SetCurrentThread
);
/external/chromium_org/third_party/libjingle/source/talk/examples/chat/
chat_main.cc
139
talk_base::ThreadManager::Instance()->
SetCurrentThread
(&w32_thread);
/external/chromium_org/jingle/glue/
thread_wrapper.cc
71
talk_base::ThreadManager::Instance()->
SetCurrentThread
(NULL);
/external/chromium_org/third_party/libjingle/source/talk/examples/call/
call_main.cc
447
talk_base::ThreadManager::Instance()->
SetCurrentThread
(&w32_thread);
Completed in 248 milliseconds