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

  /device/google/cuttlefish_common/guest/hals/sensors/
vsoc_sensors.h 30 THREAD_STOP,
vsoc_sensors.cpp 139 msg.message_type = THREAD_STOP;
328 if (msg.message_type == THREAD_STOP) {
  /device/google/cuttlefish_common/guest/hals/camera/
EmulatedCameraDevice.h 478 THREAD_STOP
EmulatedCameraDevice.cpp 338 const ControlMessage msg = THREAD_STOP;
360 ALOGE("%s: Unable to send THREAD_STOP message: %d -> %s", __FUNCTION__,
406 /* THREAD_STOP is the only message expected here. */
407 if (msg == THREAD_STOP) {
408 ALOGV("%s: THREAD_STOP message is received", __FUNCTION__);
  /external/ltp/testcases/realtime/stress/pi-tests/
testpi-3.c 74 #define THREAD_STOP 1
307 thr->flags += THREAD_STOP;
  /external/python/cpython2/Lib/plat-sunos5/
IN.py 844 def THREAD_STOP(tp): return \
STROPTS.py 841 def THREAD_STOP(tp): return \
    [all...]

Completed in 375 milliseconds