Home
last modified time | relevance | path

Searched +defs:val +defs:thread (Results 1 – 25 of 1112) sorted by relevance

12345678910>>...45

/aosp_15_r20/external/deqp/framework/delibs/dethread/
H A DdeThreadTest.c38 int32_t val = *((int32_t *)arg); in threadTestThr1() local
94 int32_t val = 123; in deThread_selfTest() local
96 deThread thread = deThread_create(threadTestThr1, &val, DE_NULL); in deThread_selfTest() local
107 deThread thread = deThread_create(threadTestThr2, DE_NULL, DE_NULL); in deThread_selfTest() local
120 deThread thread; in deThread_selfTest() local
141 deThread thread; in deThread_selfTest() local
158 deThread thread; in deThread_selfTest() local
277 deThread thread; in deMutex_selfTest() local
337 deThread thread; in deMutex_selfTest() local
378 uint32_t val; in producerThread() local
[all …]
/aosp_15_r20/external/elfutils/libdwfl/
H A Dframe_unwind.c48 __libdwfl_frame_reg_get (Dwfl_Frame *state, unsigned regno, Dwarf_Addr *val) in __libdwfl_frame_reg_get()
65 __libdwfl_frame_reg_set (Dwfl_Frame *state, unsigned regno, Dwarf_Addr val) in __libdwfl_frame_reg_set()
96 do_push (struct eval_stack *stack, Dwarf_Addr val) in do_push()
121 do_pop (struct eval_stack *stack, Dwarf_Addr *val) in do_pop()
503 Dwfl_Thread *thread = state->thread; in new_unwound() local
545 Dwfl_Thread *thread = state->thread; in handle_cfi() local
700 Dwfl_Thread *thread = state->thread; in readfunc() local
744 Dwfl_Thread *thread = state->thread; in __libdwfl_frame_unwind() local
/aosp_15_r20/art/openjdkjvmti/
H A Devents.cc133 EventMask& EventMasks::GetEventMask(art::Thread* thread) { in GetEventMask()
152 EventMask* EventMasks::GetEventMaskOrNull(art::Thread* thread) { in GetEventMaskOrNull()
169 void EventMasks::EnableEvent(ArtJvmTiEnv* env, art::Thread* thread, ArtJvmtiEvent event) { in EnableEvent()
179 void EventMasks::DisableEvent(ArtJvmTiEnv* env, art::Thread* thread, ArtJvmtiEvent event) { in DisableEvent()
599 void AddDelayedNonStandardExitEvent(const art::ShadowFrame* frame, bool is_object, jvalue val) in AddDelayedNonStandardExitEvent()
676 jvalue val; in MethodExited() local
723 jvalue val; in MethodExited() local
744 jvalue val; in MethodUnwind() local
837 jvalue val; in FieldWritten() local
872 jvalue val; in FieldWritten() local
[all …]
H A Dti_method.cc93 art::Thread* thread = art::Thread::Current(); in RegisterNativeMethod() local
820 jvalue* val) in GetLocalVariableClosure()
957 jthread thread, in GetLocalVariableGeneric()
961 jvalue* val) { in GetLocalVariableGeneric()
990 jvalue val) in SetLocalVariableClosure()
1132 jthread thread, in SetLocalVariableGeneric()
1136 jvalue val) { in SetLocalVariableGeneric()
1199 jthread thread, in GetLocalInstance()
1264 jthread thread, in SetLocalVariable()
1276 jthread thread, in GetLocalVariable()
/aosp_15_r20/art/test/ti-stress/
H A Dstress.cc122 ScopedThreadInfo(jvmtiEnv* jvmtienv, JNIEnv* env, jthread thread) in ScopedThreadInfo()
356 jthread thread, in doJvmtiMethodBind()
382 const char* val = jnienv->GetStringUTFChars(str, nullptr); in GetName() local
398 static std::string GetValOf(jvmtiEnv* env, JNIEnv* jnienv, std::string type, jvalue val) { in GetValOf()
436 jthread thread, in FieldAccessHook()
504 jthread thread, in FieldModificationHook()
530 jthread thread, in MethodExitHook()
533 jvalue val) { in MethodExitHook()
551 jthread thread, in MethodEntryHook()
564 jthread thread, in ClassPrepareHook()
[all …]
/aosp_15_r20/external/swiftshader/src/Vulkan/Debug/
H A DServer.cpp190 for(auto thread : lock.threads()) in Impl() local
219 auto thread = lock.get(Thread::ID(req.threadId)); in Impl() local
323 if(auto thread = lock.get(Thread::ID(req.threadId))) in Impl() local
331 for(auto thread : threads) in Impl() local
358 if(auto thread = lock.get(Thread::ID(req.threadId))) in Impl() local
380 auto thread = lock.get(Thread::ID(req.threadId)); in Impl() local
395 auto thread = lock.get(Thread::ID(req.threadId)); in Impl() local
410 auto thread = lock.get(Thread::ID(req.threadId)); in Impl() local
460 if(auto val = vars->get(req.expression)) in Impl() local
474 if(auto val = vars->get(withPercent)) in Impl() local
/aosp_15_r20/art/tools/ahat/etc/
H A Dhprofdump.py174 thread = readu4(hprof) variable
196 thread = readu4(hprof) variable
204 thread = readu4(hprof) variable
224 thread = readu4(hprof) ; length -= 4 variable
241 thread = readu4(hprof) ; length -= 4 variable
267 val = readval(ty, hprof) ; length -= valsize(ty) variable
275 val = readval(ty, hprof) ; length -= valsize(ty) variable
/aosp_15_r20/out/soong/.intermediates/packages/modules/Connectivity/thread/service/service-thread-pre-jarjar/android_common_apex30/javac/
Dservice-thread-pre-jarjar.jar ... android/server/ com/android/server/thread/ com/android/server/thread/ActiveOperationalDatasetReceiverWrapper
/aosp_15_r20/out/soong/.intermediates/packages/modules/Connectivity/thread/service/service-thread-pre-jarjar/android_common/javac/
Dservice-thread-pre-jarjar.jar ... android/server/ com/android/server/thread/ com/android/server/thread/ActiveOperationalDatasetReceiverWrapper
/aosp_15_r20/art/test/924-threads/
H A Dthreads.cc83 jthread thread = nullptr; in Java_art_Test924_getCurrentThread() local
92 JNIEnv* env, [[maybe_unused]] jclass Main_klass, jthread thread) { in Java_art_Test924_getThreadInfo()
140 JNIEnv* env, [[maybe_unused]] jclass Main_klass, jthread thread) { in Java_art_Test924_getThreadState()
170 JNIEnv* env, [[maybe_unused]] jclass Main_klass, jthread thread) { in Java_art_Test924_getTLS()
180 JNIEnv* env, [[maybe_unused]] jclass Main_klass, jthread thread, jlong val) { in Java_art_Test924_setTLS()
191 jthread thread, in ThreadEvent()
215 jthread thread) { in ThreadStart()
221 jthread thread) { in ThreadEnd()
/aosp_15_r20/external/trusty/lk/include/kernel/
Dthread.h91 typedef struct thread { struct
105 struct list_node thread_list_node; argument
110 enum thread_state state; argument
126 struct arch_thread arch; argument
129 thread_start_routine entry; argument
136 /* thread local storage */ argument
152 /* thread priority */ argument
300 uintptr_t val) in __thread_tls_set()
/aosp_15_r20/external/oj-libjdwp/src/share/classes/com/sun/tools/jdi/
H A DEventRequestManagerImpl.java158 public synchronized void setEnabled(boolean val) { in setEnabled()
261 public synchronized void addThreadFilter(ThreadReference thread) { in addThreadFilter()
542 ThreadReferenceImpl thread; field in EventRequestManagerImpl.StepRequestImpl
546 StepRequestImpl(ThreadReference thread, int size, int depth) { in StepRequestImpl()
609 public ThreadReference thread() { in thread() method in EventRequestManagerImpl.StepRequestImpl
725 int val; in EventRequestManagerImpl() local
756 public StepRequest createStepRequest(ThreadReference thread, in createStepRequest()
/aosp_15_r20/external/cronet/base/threading/
H A Dsimple_thread_unittest.cc22 SetIntRunner(int* ptr, int val) : ptr_(ptr), val_(val) { } in SetIntRunner()
139 DelegateSimpleThread thread(&runner, "int_setter"); in TEST() local
160 DelegateSimpleThread thread(&runner, "event_waiter"); in TEST() local
174 DelegateSimpleThread thread(&runner, "non_joinable", options); in TEST() local
194 std::unique_ptr<DelegateSimpleThread> thread( in TEST() local
/aosp_15_r20/external/libchrome/base/threading/
H A Dsimple_thread_unittest.cc21 SetIntRunner(int* ptr, int val) : ptr_(ptr), val_(val) { } in SetIntRunner()
131 DelegateSimpleThread thread(&runner, "int_setter"); in TEST() local
152 DelegateSimpleThread thread(&runner, "event_waiter"); in TEST() local
166 DelegateSimpleThread thread(&runner, "non_joinable", options); in TEST() local
186 std::unique_ptr<DelegateSimpleThread> thread( in TEST() local
/aosp_15_r20/external/igt-gpu-tools/tests/i915/
H A Dgem_mmap_wc.c106 int val = -1; in test_invalid_flags() local
165 volatile uint32_t val = 0; in test_read_write() local
190 volatile uint32_t val = 0; in test_read_write2() local
398 pthread_t thread; member
407 uint32_t val = 0; in thread_fault_concurrent() local
424 struct thread_fault_concurrent thread[64]; in test_fault_concurrent() local
H A Dgem_mmap_gtt.c177 volatile uint32_t val = 0; in test_read_write() local
201 volatile uint32_t val = 0; in test_read_write2() local
294 int val = 0; in mmap_gtt_version() local
388 int val = 1; /* by default, we assume GTT is coherent, hence the test */ in is_coherent() local
850 pthread_t thread; member
859 uint32_t val = 0; in thread_fault_concurrent() local
876 struct thread_fault_concurrent thread[64]; in test_fault_concurrent() local
/aosp_15_r20/frameworks/base/services/core/java/com/android/server/am/
H A DAppProfiler.java943 Pair<Long, String> val = watchUids.get(proc.uid); in recordPssSampleLPf() local
1007 Pair<Long, String> val = watchUids.get(proc.uid); in recordRssSampleLPf() local
1046 IApplicationThread thread = mProfile.getThread(); in run() local
1120 Pair<Long, String> val = mMemWatchProcesses.get(procName, uid); in handlePostDumpHeapNotification() local
1477 IApplicationThread thread; in scheduleTrimMemoryLSP() local
1504 IApplicationThread thread = profile.getThread(); in performAppGcLPf() local
2004 final IApplicationThread thread = proc.mProfile.getThread(); in stopProfilerLPf() local
2417 ProfilerInfo setupProfilerInfoLocked(@NonNull IApplicationThread thread, ProcessRecord app, in setupProfilerInfoLocked()
2544 Pair<Long, String> val = uids.valueAt(j); in dumpMemWatchProcessesLPf() local
2639 Pair<Long, String> val = uids.valueAt(j); in writeMemWatchProcessToProtoLPf() local
/aosp_15_r20/external/webp/src/utils/
H A Dthread_utils.c68 #define THREAD_RETURN(val) (unsigned int)((DWORD_PTR)val) argument
75 static int pthread_create(pthread_t* const thread, const void* attr, in pthread_create()
98 static int pthread_join(pthread_t thread, void** value_ptr) { in pthread_join()
199 # define THREAD_RETURN(val) val argument
/aosp_15_r20/frameworks/base/core/tests/coretests/src/android/database/
H A DDatabaseLockTest.java77 int val = mCounter.get(); in testLockFairness() local
95 Thread thread = new DatabaseFairnessThread(); in startDatabaseFairnessThread() local
152 Thread thread = new DatabaseLatencyThread(); in startDatabaseLatencyThread() local
/aosp_15_r20/external/lzma/CPP/7zip/UI/FileManager/
H A DProgressDialog2.cpp133 HRESULT CProgressSync::Set_NumFilesTotal(UInt64 val) in Set_NumFilesTotal()
143 void CProgressSync::Set_NumBytesTotal(UInt64 val) in Set_NumBytesTotal()
149 void CProgressSync::Set_NumFilesCur(UInt64 val) in Set_NumFilesCur()
155 HRESULT CProgressSync::Set_NumBytesCur(const UInt64 *val) in Set_NumBytesCur()
166 HRESULT CProgressSync::Set_NumBytesCur(UInt64 val) in Set_NumBytesCur()
599 #define UINT_TO_STR_2(val) { s[0] = (wchar_t)('0' + (val) / 10); s[1] = (wchar_t)('0' + (val) % 10)… argument
640 void CProgressDialog::ShowSize(unsigned id, UInt64 val, UInt64 &prev) in ShowSize()
659 static unsigned GetPower32(UInt32 val) in GetPower32()
671 static unsigned GetPower64(UInt64 val) in GetPower64()
961 INT_PTR CProgressDialog::Create(const UString &title, NWindows::CThread &thread, HWND wndParent) in Create()
[all …]
/aosp_15_r20/external/perfetto/src/trace_processor/importers/proto/
H A Dtrack_event_tokenizer.cc154 protos::pbzero::ThreadDescriptor::Decoder thread(track.thread()); in TokenizeTrackDescriptorPacket() local
289 protos::pbzero::ThreadDescriptor::Decoder thread(packet.thread_descriptor()); in TokenizeThreadDescriptorPacket() local
298 const protos::pbzero::ThreadDescriptor::Decoder& thread) { in TokenizeThreadDescriptor()
541 const auto& val = *opt_val; in TokenizeLegacySampleEvent() local
/aosp_15_r20/packages/modules/Bluetooth/system/gd/os/linux_generic/
Dthread_unittest.cc33 explicit SampleReactable(Thread* thread) in SampleReactable()
43 uint64_t val; in OnReadReady() local
59 Thread* thread = nullptr; member in bluetooth::os::__anond85201f50111::ThreadTest
/aosp_15_r20/art/runtime/
H A Dstack.cc58 StackVisitor::StackVisitor(Thread* thread, in StackVisitor()
64 StackVisitor::StackVisitor(Thread* thread, in StackVisitor()
252 uint32_t* val, in GetVReg()
311 uint32_t* val, in GetVRegFromOptimizedCode()
597 size_t StackVisitor::ComputeNumFrames(Thread* thread, StackWalkKind walk_kind) { in ComputeNumFrames()
656 void StackVisitor::DescribeStack(Thread* thread) { in DescribeStack()
/aosp_15_r20/external/leveldb/benchmarks/
H A Ddb_bench.cc446 Slice val = TrimSpace(Slice(sep + 1)); in PrintEnvironment() local
615 ThreadState* thread; member
622 ThreadState* thread = arg->thread; in ThreadBody() local
693 void Crc32c(ThreadState* thread) { in Crc32c()
712 void SnappyCompress(ThreadState* thread) { in SnappyCompress()
737 void SnappyUncompress(ThreadState* thread) { in SnappyUncompress()
781 void OpenBench(ThreadState* thread) { in OpenBench()
789 void WriteSeq(ThreadState* thread) { DoWrite(thread, true); } in WriteSeq()
791 void WriteRandom(ThreadState* thread) { DoWrite(thread, false); } in WriteRandom()
793 void DoWrite(ThreadState* thread, bool seq) { in DoWrite()
[all …]
/aosp_15_r20/external/ruy/ruy/profiler/
H A Dtest.cc33 for (auto& val : data) { in DoSomeMergeSort() local
140 std::thread thread([]() { in TEST() local
147 std::thread thread([]() { in TEST() local

12345678910>>...45