Home
last modified time | relevance | path

Searched defs:Thread (Results 1 – 25 of 132) sorted by relevance

123456

/aosp12/build/make/tools/rbcrun/
H A Dhost.go62 func loader(thread *starlark.Thread, module string) (starlark.StringDict, error) {
115 func fileExists(_ *starlark.Thread, b *starlark.Builtin, args starlark.Tuple,
128 func regexMatch(_ *starlark.Thread, b *starlark.Builtin, args starlark.Tuple,
146 func wildcard(_ *starlark.Thread, b *starlark.Builtin, args starlark.Tuple,
177 func shell(_ *starlark.Thread, b *starlark.Builtin, args starlark.Tuple,
/aosp12/system/extras/memory_replay/
H A DThreads.h24 class Thread; variable
54 friend Thread; variable
H A DThread.cpp21 Thread::Thread() { in Thread() function in Thread
/aosp12/build/soong/ui/tracer/
H A Dtracer.go37 type Thread uint64 type
191 func (t *tracerImpl) defineThread(thread Thread, name string) {
218 func (t *tracerImpl) Begin(name string, thread Thread) {
229 func (t *tracerImpl) End(thread Thread) {
240 func (t *tracerImpl) Complete(name string, thread Thread, begin, end uint64) {
/aosp12/art/runtime/
H A Dthread_list.h42 class Thread; variable
239 friend class Thread; variable
H A Dsignal_catcher.h27 class Thread; variable
H A Dobject_lock.h26 class Thread; variable
H A Dmonitor_linux.cc21 void Monitor::LogContentionEvent(Thread*, uint32_t, uint32_t, ArtMethod*, uint32_t) { in LogContentionEvent() argument
/aosp12/art/runtime/gc/space/
H A Dzygote_space.cc94 mirror::Object* ZygoteSpace::Alloc(Thread*, size_t, size_t*, size_t*, size_t*) { in Alloc() argument
104 size_t ZygoteSpace::Free(Thread*, mirror::Object*) { in Free() argument
109 size_t ZygoteSpace::FreeList(Thread*, size_t, mirror::Object**) { in FreeList() argument
H A Dbump_pointer_space.h72 size_t Free(Thread*, mirror::Object*) override { in Free() argument
76 size_t FreeList(Thread*, size_t, mirror::Object**) override { in FreeList() argument
H A Dzygote_space.h61 size_t RevokeThreadLocalBuffers(art::Thread*) override { in RevokeThreadLocalBuffers()
/aosp12/art/runtime/interpreter/
H A Dinterpreter_mterp_impl.h29 class Thread; variable
H A Dlock_count_data.h31 class Thread; variable
H A Dinterpreter.h33 class Thread; variable
/aosp12/build/soong/ui/metrics/
H A Devent.go140 func (t *EventTracer) Begin(name, desc string, _ tracer.Thread) {
146 func (t *EventTracer) End(tracer.Thread) soong_metrics_proto.PerfInfo {
/aosp12/art/test/123-compiler-regressions-mt/src/
H A DMain.java31 new Thread() { in b17689750TestVolatile() method
45 new Thread() { in b17689750TestMonitor() method
/aosp12/art/runtime/jit/
H A Ddebugger_interface.h32 class Thread; variable
/aosp12/art/compiler/utils/
H A Ddedupe_set.h28 class Thread; variable
/aosp12/art/runtime/interpreter/mterp/
H A Dmterp.h33 class Thread; variable
/aosp12/art/openjdkjvmti/
H A Dti_class_loader.h49 class Thread; variable
H A Dti_heap.h27 class Thread; variable
/aosp12/art/runtime/gc/
H A Dscoped_gc_critical_section.h26 class Thread; variable
H A Dallocation_listener.h36 class Thread; variable
/aosp12/art/compiler/jit/
H A Djit_compiler.h30 class Thread; variable
/aosp12/art/runtime/verifier/
H A Dclass_verifier.h38 class Thread; variable

123456