HomeSort by relevance Sort by last modified time
    Searched refs:StopThread (Results 1 - 23 of 23) sorted by null

  /art/test/ti-agent/
threads_helper.cc 37 JvmtiErrorToException(env, jvmti_env, jvmti_env->StopThread(thr, exception));
  /external/libmojo/base/android/
java_handler_thread.h 39 void StopThread(JNIEnv* env,
java_handler_thread.cc 68 void JavaHandlerThread::StopThread(JNIEnv* env,
  /external/stressapptest/src/
logger.h 110 void StopThread();
logger.cc 65 void Logger::StopThread() {
sat.cc     [all...]
  /external/webrtc/webrtc/system_wrappers/source/
data_log_no_op.cc 85 void DataLogImpl::StopThread() {
data_log.cc 329 StopThread();
429 void DataLogImpl::StopThread() {
  /external/webrtc/webrtc/system_wrappers/include/
data_log_impl.h 138 void StopThread();
  /art/openjdkjvmti/
ti_thread.h 97 static jvmtiError StopThread(jvmtiEnv* env, jthread thr, jobject exception);
OpenjdkJvmTi.cc 178 static jvmtiError StopThread(jvmtiEnv* env, jthread thread, jobject exception) {
181 return ThreadUtil::StopThread(env, thread, exception);
    [all...]
ti_thread.cc     [all...]
  /external/webrtc/webrtc/modules/video_render/mac/
video_render_agl.h 100 int StopThread();
video_render_nsopengl.h 118 int StopThread();
video_render_nsopengl.mm 862 int VideoRenderNSOpenGL::StopThread()
video_render_agl.cc 856 int VideoRenderAGL::StopThread()
    [all...]
  /art/openjdkjvmti/include/
jvmti.h 1031 jvmtiError (JNICALL *StopThread) (jvmtiEnv* env,
    [all...]
  /external/oj-libjdwp/src/share/javavm/export/
jvmti.h 1031 jvmtiError (JNICALL *StopThread) (jvmtiEnv* env,
    [all...]
  /prebuilts/jdk/jdk8/darwin-x86/include/
jvmti.h 1031 jvmtiError (JNICALL *StopThread) (jvmtiEnv* env,
    [all...]
  /prebuilts/jdk/jdk8/linux-x86/include/
jvmti.h 1031 jvmtiError (JNICALL *StopThread) (jvmtiEnv* env,
    [all...]
  /prebuilts/jdk/jdk9/darwin-x86/include/
jvmti.h     [all...]
  /prebuilts/jdk/jdk9/linux-x86/include/
jvmti.h     [all...]
  /external/oj-libjdwp/src/share/back/
threadControl.c     [all...]

Completed in 286 milliseconds