HomeSort by relevance Sort by last modified time
    Searched defs:thread_state (Results 1 - 4 of 4) sorted by null

  /prebuilts/go/darwin-x86/src/runtime/cgo/
gcc_signal_darwin_armx.c 56 arm_unified_thread_state_t thread_state; local
69 ret = thread_get_state(thread, ARM_UNIFIED_THREAD_STATE, (thread_state_t)&thread_state, &state_count);
78 thread_state.ts_64.__x[1] = thread_state.ts_64.__lr;
79 thread_state.ts_64.__x[2] = thread_state.ts_64.__pc;
80 thread_state.ts_64.__pc = x_cgo_panicmem;
82 thread_state.ts_32.__r[1] = thread_state.ts_32.__lr;
83 thread_state.ts_32.__r[2] = thread_state.ts_32.__pc
    [all...]
  /prebuilts/go/linux-x86/src/runtime/cgo/
gcc_signal_darwin_armx.c 56 arm_unified_thread_state_t thread_state; local
69 ret = thread_get_state(thread, ARM_UNIFIED_THREAD_STATE, (thread_state_t)&thread_state, &state_count);
78 thread_state.ts_64.__x[1] = thread_state.ts_64.__lr;
79 thread_state.ts_64.__x[2] = thread_state.ts_64.__pc;
80 thread_state.ts_64.__pc = x_cgo_panicmem;
82 thread_state.ts_32.__r[1] = thread_state.ts_32.__lr;
83 thread_state.ts_32.__r[2] = thread_state.ts_32.__pc
    [all...]
  /external/webrtc/webrtc/modules/remote_bitrate_estimator/test/
bwe_test_logging.cc 222 ThreadState* thread_state = &thread_map_[rtc::CurrentThreadId()]; local
223 std::stack<State>* stack = &thread_state->stack;
225 new_state.MergePrevious(thread_state->global_state);
  /frameworks/base/core/jni/
android_util_Binder.cpp 254 IPCThreadState* thread_state = IPCThreadState::self(); local
255 const int32_t strict_policy_before = thread_state->getStrictModePolicy();
278 if (thread_state->getStrictModePolicy() != strict_policy_before) {
    [all...]

Completed in 213 milliseconds