/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/libunwind_llvm/src/ |
UnwindRegistersSave.S | 17 # extern int unw_getcontext(unw_context_t* thread_state) 22 # + thread_state pointer + 58 # extern int unw_getcontext(unw_context_t* thread_state) 61 # thread_state pointer is in rdi 93 ; extern int unw_getcontext(unw_context_t* thread_state) 96 ; thread_state pointer is in r3 236 // extern int unw_getcontext(unw_context_t* thread_state) 239 // thread_state pointer is in x0 290 @ extern int unw_getcontext(unw_context_t* thread_state) 293 @ thread_state pointer is in r [all...] |
UnwindRegistersRestore.S | 22 # + thread_state pointer + 61 # On entry, thread_state pointer is in rdi 103 ; thread_state pointer is in r3 267 // thread_state pointer is in x0 321 @ thread_state pointer is in r0
|
/ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/src/Unwind/ |
UnwindRegistersSave.S | 17 # extern int unw_getcontext(unw_context_t* thread_state) 22 # + thread_state pointer + 58 # extern int unw_getcontext(unw_context_t* thread_state) 61 # thread_state pointer is in rdi 93 ; extern int unw_getcontext(unw_context_t* thread_state) 96 ; thread_state pointer is in r3 236 ; extern int unw_getcontext(unw_context_t* thread_state) 239 ; thread_state pointer is in x0 290 @ extern int unw_getcontext(unw_context_t* thread_state) 293 @ thread_state pointer is in r [all...] |
UnwindRegistersRestore.S | 22 # + thread_state pointer + 61 # On entry, thread_state pointer is in rdi 103 ; thread_state pointer is in r3 267 ; thread_state pointer is in x0 321 @ thread_state pointer is in r0
|
/art/test/597-deopt-new-string/ |
deopt.cc | 21 #include "thread_state.h"
|
/external/libcxx/test/std/thread/futures/futures.shared_future/ |
wait_until.pass.cpp | 27 std::atomic<WorkerThreadState> thread_state(WorkerThreadState::Uninitialized); 31 thread_state.store(state, std::memory_order_relaxed); 36 while (thread_state.load(std::memory_order_relaxed) != state);
|
/external/libcxx/test/std/thread/futures/futures.unique_future/ |
wait_until.pass.cpp | 27 std::atomic<WorkerThreadState> thread_state(WorkerThreadState::Uninitialized); 31 thread_state.store(state, std::memory_order_relaxed); 36 while (thread_state.load(std::memory_order_relaxed) != state);
|
/external/chromium-trace/catapult/third_party/gsutil/gslib/tests/ |
test_parallelism_framework.py | 76 def _ReturnOneValue(cls, args, thread_state=None): 80 def _ReturnProcAndThreadId(cls, args, thread_state=None): 84 def _SleepThenReturnProcAndThreadId(cls, args, thread_state=None): 89 return _ReturnProcAndThreadId(cls, args, thread_state=thread_state) 92 def _FailureFunc(cls, args, thread_state=None): 106 def _IncrementByLength(cls, args, thread_state=None): 117 def _ReApplyWithReplicatedArguments(cls, args, thread_state=None): 126 thread_state: Unused, required by function signature. 150 def _PerformNRecursiveCalls(cls, args, thread_state=None) [all...] |
/external/chromium-trace/catapult/third_party/gsutil/gslib/commands/ |
setmeta.py | 118 def _SetMetadataFuncWrapper(cls, name_expansion_result, thread_state=None): 119 cls.SetMetadataFunc(name_expansion_result, thread_state=thread_state) 202 def SetMetadataFunc(self, name_expansion_result, thread_state=None): 207 thread_state: gsutil Cloud API instance to use for the operation. 209 gsutil_api = GetCloudApiInstance(self, thread_state=thread_state)
|
rm.py | 164 def _RemoveFuncWrapper(cls, name_expansion_result, thread_state=None): 165 cls.RemoveFunc(name_expansion_result, thread_state=thread_state) 340 def RemoveFunc(self, name_expansion_result, thread_state=None): 341 gsutil_api = GetCloudApiInstance(self, thread_state=thread_state)
|
acl.py | 274 def _ApplyAclChangesWrapper(cls, url_or_expansion_result, thread_state=None): 275 cls.ApplyAclChanges(url_or_expansion_result, thread_state=thread_state) 400 def ApplyAclChanges(self, name_expansion_result, thread_state=None): 405 thread_state: If present, gsutil Cloud API instance to apply the changes. 407 if thread_state: 408 gsutil_api = thread_state
|
rsync.py | 445 def _ListUrlRootFunc(cls, args_tuple, thread_state=None): 458 thread_state: gsutil Cloud API instance to use. 460 gsutil_api = GetCloudApiInstance(cls, thread_state=thread_state) [all...] |
perfdiag.py | 273 def _DownloadObject(cls, args, thread_state=None): 279 thread_state: gsutil Cloud API instance to use for the operation. 281 cls.gsutil_api = GetCloudApiInstance(cls, thread_state) 289 def _DownloadSlice(cls, args, thread_state=None): 295 thread_state: gsutil Cloud API instance to use for the operation. 297 cls.gsutil_api = GetCloudApiInstance(cls, thread_state) 302 def _UploadObject(cls, args, thread_state=None): 308 thread_state: gsutil Cloud API instance to use for the operation. 310 cls.gsutil_api = GetCloudApiInstance(cls, thread_state) 317 def _UploadSlice(cls, args, thread_state=None) [all...] |
cp.py | 671 def _CopyFuncWrapper(cls, args, thread_state=None): 672 cls.CopyFunc(args, thread_state=thread_state) [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);
|
/external/v8/src/ |
v8threads.cc | 108 DCHECK(per_thread->thread_state() == lazily_archived_thread_state_); 127 if (per_thread == NULL || per_thread->thread_state() == NULL) { 132 ThreadState* state = per_thread->thread_state(); 320 return data != NULL && data->thread_state() != NULL;
|
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ |
winternl.h | 613 } THREAD_STATE; 644 THREAD_STATE State; [all...] |
/art/runtime/ |
monitor.h | 35 #include "thread_state.h"
|
Android.mk | 377 thread_state.h \
|
/external/chromium-trace/catapult/third_party/gsutil/gslib/ |
command.py | 121 def SetAclFuncWrapper(cls, name_expansion_result, thread_state=None): 122 return cls.SetAclFunc(name_expansion_result, thread_state=thread_state) 645 def SetAclFunc(self, name_expansion_result, thread_state=None): 650 thread_state: If present, use this gsutil Cloud API instance for the set. 652 if thread_state: 654 gsutil_api = thread_state [all...] |
copy_helper.py | 241 def _PerformParallelUploadFileToObject(cls, args, thread_state=None): 247 thread_state: gsutil Cloud API instance to use for the operation. 253 gsutil_api = GetCloudApiInstance(cls, thread_state=thread_state) [all...] |
util.py | 870 def GetCloudApiInstance(cls, thread_state=None): 879 thread_state: Per thread state from this thread containing a gsutil 885 return thread_state or cls.gsutil_api [all...] |
/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...] |