Home
last modified time | relevance | path

Searched refs:StopThread (Results 1 – 12 of 12) sorted by relevance

/external/webrtc/webrtc/system_wrappers/source/
Ddata_log_no_op.cc85 void DataLogImpl::StopThread() { in StopThread() function in webrtc::DataLogImpl
Ddata_log.cc329 StopThread(); in ~DataLogImpl()
429 void DataLogImpl::StopThread() { in StopThread() function in webrtc::DataLogImpl
/external/stressapptest/src/
Dlogger.h110 void StopThread();
Dlogger.cc65 void Logger::StopThread() { in StopThread() function in Logger
Dsat.cc1991 Logger::GlobalLogger()->StopThread(); in Cleanup()
2083 Logger::GlobalLogger()->StopThread(); in logstop()
/external/webrtc/webrtc/system_wrappers/include/
Ddata_log_impl.h138 void StopThread();
/external/webrtc/webrtc/modules/video_render/mac/
Dvideo_render_nsopengl.h118 int StopThread();
Dvideo_render_agl.h100 int StopThread();
Dvideo_render_agl.cc856 int VideoRenderAGL::StopThread() in StopThread() function in webrtc::VideoRenderAGL
Dvideo_render_nsopengl.mm862 int VideoRenderNSOpenGL::StopThread()
/external/oj-libjdwp/src/share/javavm/export/
Djvmti.h1031 jvmtiError (JNICALL *StopThread) (jvmtiEnv* env,
1834 jvmtiError StopThread(jthread thread, in StopThread() function
1836 return functions->StopThread(this, thread, exception); in StopThread()
/external/oj-libjdwp/src/share/back/
DthreadControl.c2126 JVMTI_FUNC_PTR(gdata->jvmti,StopThread) in doPendingTasks()
2339 error = JVMTI_FUNC_PTR(gdata->jvmti,StopThread) in threadControl_stop()