| /third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_cond_destroy/speculative/ |
| H A D | 4-1.c | 28 static void *thread(void *tmp) in thread() function
|
| /third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_rwlock_init/ |
| H A D | 1-1.c | 59 pthread_t thread; in main() local [all...] |
| H A D | 2-1.c | 58 pthread_t thread; in main() local [all...] |
| /third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/sem_unlink/ |
| H A D | 7-1.c | 102 pthread_t thread; in main() local
|
| /third_party/musl/libc-test/src/functionalext/supplement/thread/ |
| H A D | pthread_getcpuclockid.c | 40 pthread_t thread; in pthread_getcpuclockid_0100() local
|
| H A D | pthread_setschedprio.c | 56 pthread_t thread; in pthread_setschedprio_0100() local 78 pthread_t thread; in pthread_setschedprio_0200() local [all...] |
| H A D | pthread_spin_trylock.c | 50 pthread_t thread; in pthread_spin_trylock_0100() local 80 pthread_t thread; in pthread_spin_trylock_0200() local
|
| H A D | pthread_spin_lock.c | 61 pthread_t thread; in pthread_spin_lock_0200() local
|
| H A D | pthread_spin_unlock.c | 41 pthread_t thread; in pthread_spin_unlock_0100() local
|
| /third_party/skia/third_party/externals/swiftshader/third_party/marl/include/marl/ |
| H A D | blockingcall.h | 37 auto thread = std::thread( in call() local 62 auto thread = std::thread( in call() local
|
| /arkcompiler/ets_runtime/ecmascript/ |
| H A D | template_string.cpp | 22 JSHandle<JSTaggedValue> TemplateString::GetTemplateObject(JSThread *thread, JSHandle<JSTaggedValue> templateLiteral) in GetTemplateObject() argument [all...] |
| H A D | js_set.cpp | 20 void JSSet::Add(JSThread *thread, const JSHandle<JSSet> &set, const JSHandle<JSTaggedValue> &value) in Add() argument 32 bool JSSet::Delete(const JSThread *thread, const JSHandle<JSSet> &set, const JSHandle<JSTaggedValue> &value) in Delete() argument 43 void JSSet::Clear(const JSThread *thread, cons argument 51 Has(const JSThread *thread, JSTaggedValue value) const Has() argument [all...] |
| /arkcompiler/ets_runtime/ecmascript/tests/ |
| H A D | js_api_stack_iterator_test.cpp | 28 static JSHandle<JSAPIStack> CreateJSApiStack(JSThread *thread) in CreateJSApiStack() argument [all...] |
| H A D | js_array_iterator_test.cpp | 78 SetCommon(JSThread *thread) SetCommon() argument [all...] |
| H A D | js_arguments_test.cpp | 29 static JSFunction *JSObjectTestCreate(JSThread *thread) in JSObjectTestCreate() argument [all...] |
| H A D | weak_ref_old_gc_test.cpp | 29 static JSObject *JSObjectTestCreate(JSThread *thread) in JSObjectTestCreate() argument 41 static TaggedArray *ArrayTestCreate(JSThread *thread) in ArrayTestCreate() argument [all...] |
| /arkcompiler/ets_runtime/test/fuzztest/builtinsarraybuffergetvaluefrombufferforbigint_fuzzer/ |
| H A D | builtinsarraybuffergetvaluefrombufferforbigint_fuzzer.cpp | 38 JSThread *thread = vm->GetJSThread(); in BuiltinsArrayBufferGetValueFromBufferForBigIntFuzzTest() local
|
| /arkcompiler/ets_runtime/test/fuzztest/builtinsarraybuffergetvaluefrombufferforfloat_fuzzer/ |
| H A D | builtinsarraybuffergetvaluefrombufferforfloat_fuzzer.cpp | 41 JSThread *thread = vm->GetJSThread(); in BuiltinsArrayBufferGetValueFromBufferForFloatFuzzTest() local
|
| /arkcompiler/ets_runtime/test/fuzztest/functionrefinherit_fuzzer/ |
| H A D | functionrefinherit_fuzzer.cpp | 39 JSThread *thread = vm->GetJSThread(); in FunctionRefInheritFuzzTest() local
|
| /arkcompiler/ets_runtime/test/fuzztest/getformatfunction_fuzzer/ |
| H A D | getformatfunction_fuzzer.cpp | 39 auto thread = vm->GetAssociatedJSThread(); in NumberGetFormatFunctionFuzzerTest() local
|
| /arkcompiler/ets_runtime/test/fuzztest/publicapicollatorrefget_fuzzer/ |
| H A D | publicapicollatorrefget_fuzzer.cpp | 39 JSThread *thread = vm->GetJSThread(); in GetCompareFunctionFuzzTest() local
|
| /arkcompiler/ets_runtime/test/fuzztest/weakmapref_fuzzer/ |
| H A D | weakmapref_fuzzer.cpp | 45 JSThread *thread = vm->GetJSThread(); in WeakMapRefFuzzTest() local
|
| /arkcompiler/ets_runtime/ecmascript/module/ |
| H A D | js_dynamic_import.cpp | 31 JSTaggedValue DynamicImport::ExecuteNativeOrJsonModule(JSThread *thread, const CString &specifierString, in ExecuteNativeOrJsonModule() argument [all...] |
| H A D | js_module_deregister.h | 37 static inline void ProcessModuleReference(JSThread *thread, const JSHandle<JSTaggedValue> &nameSpVal) in ProcessModuleReference() argument
|
| /arkcompiler/ets_runtime/ecmascript/serializer/ |
| H A D | base_serializer.h | 29 explicit BaseSerializer(JSThread *thread) : thread_(thread), vm_(thread->GetEcmaVM()) in BaseSerializer() argument
|