Home
last modified time | relevance | path

Searched defs:Thread (Results 101 – 125 of 1378) sorted by relevance

12345678910>>...56

/aosp_15_r20/external/guava/android/guava-testlib/src/com/google/common/util/concurrent/testing/
H A DAbstractListenableFutureTest.java117 new Thread( in testCanceledFutureThrowsCancellation() method
145 new Thread( in testListenersNotifiedOnError() method
/aosp_15_r20/external/guava/guava-testlib/src/com/google/common/util/concurrent/testing/
H A DAbstractListenableFutureTest.java117 new Thread( in testCanceledFutureThrowsCancellation() method
145 new Thread( in testListenersNotifiedOnError() method
/aosp_15_r20/art/runtime/
H A Dthread_list.h44 class Thread; variable
314 friend class Thread; variable
/aosp_15_r20/external/starlark-go/starlarkstruct/
H A Dstruct_test.go35 func load(thread *starlark.Thread, module string) (starlark.StringDict, error) {
43 func gensym(thread *starlark.Thread, _ *starlark.Builtin, args starlark.Tuple, kwargs []starlark.Tu…
/aosp_15_r20/prebuilts/rust/linux-x86/1.80.1/lib/rustlib/src/rust/library/std/src/sys/pal/wasi/
H A Dthread.rs71 impl Thread { implementation
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0/lib/rustlib/src/rust/library/std/src/sys/pal/wasi/
H A Dthread.rs71 impl Thread { impl
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0.u1/lib/rustlib/src/rust/library/std/src/sys/pal/wasi/
H A Dthread.rs71 impl Thread { implementation
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.80.1/lib/rustlib/src/rust/library/std/src/sys/pal/wasi/
H A Dthread.rs71 impl Thread { impl
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.81.0/lib/rustlib/src/rust/library/std/src/sys/pal/wasi/
H A Dthread.rs71 impl Thread { implementation
/aosp_15_r20/art/runtime/gc/space/
H A Dbump_pointer_space.h74 size_t Free(Thread*, mirror::Object*) override { in Free() argument
78 size_t FreeList(Thread*, size_t, mirror::Object**) override { in FreeList() argument
/aosp_15_r20/art/test/123-compiler-regressions-mt/src/
H A DMain.java31 new Thread() { in b17689750TestVolatile() method
45 new Thread() { in b17689750TestMonitor() method
/aosp_15_r20/external/grpc-grpc/src/core/lib/gprpp/
H A Dthd.h91 Thread() : state_(FAKE), impl_(nullptr) {} in Thread() function
115 Thread(Thread&& other) noexcept in Thread() function
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/src/core/lib/gprpp/
Dthd.h83 Thread() : state_(FAKE), impl_(nullptr) {} in Thread() function
107 Thread(Thread&& other) noexcept in Thread() function
/aosp_15_r20/external/compiler-rt/lib/esan/
H A Desan_sideline_linux.cpp47 SidelineThread *Thread = TheThread; in handleSidelineSignal() local
65 SidelineThread *Thread = static_cast<SidelineThread*>(Arg); in runSideline() local
/aosp_15_r20/prebuilts/go/linux-x86/src/debug/macho/
Dmacho.go195 Thread struct { struct
196 Cmd LoadCmd
197 Len uint32
198 Type uint32
199 Data []uint32
/aosp_15_r20/external/gemmlowp/test/
H A Dtest_blocking_counter.cc26 class Thread { class
28 Thread(BlockingCounter* blocking_counter, int number_of_times_to_decrement) in Thread() function in gemmlowp::Thread
/aosp_15_r20/packages/services/Car/tests/carservice_unit_test/src/com/android/car/oem/
DCarOemProxyServiceHelperTest.java184 new Thread(() -> { in testCircularCallSingleCaller() method
226 new Thread(() -> { in testCircularCallMultipleCaller() method
/aosp_15_r20/external/ruy/ruy/
H A Dthread_pool.cc35 class Thread { class
37 explicit Thread(BlockingCounter* count_busy_threads, Duration spin_duration) in Thread() function in ruy::Thread
/aosp_15_r20/frameworks/base/media/java/android/media/
H A DAsyncPlayer.java80 private final class Thread extends java.lang.Thread { class in AsyncPlayer
81 Thread() { in Thread() method in AsyncPlayer.Thread
/aosp_15_r20/external/swiftshader/third_party/marl/src/
H A Dthread.cpp310 Thread::Thread(Affinity&& affinity, Func&& func) { in Thread() function in marl::Thread
423 Thread::Thread(Affinity&& affinity, Func&& func) in Thread() function in marl::Thread
460 Thread::Thread(Thread&& rhs) : impl(rhs.impl) { in Thread() function in marl::Thread
/aosp_15_r20/packages/modules/Permission/tests/cts/permission/src/android/permission/cts/
DRevokeSelfPermissionTest.java252 new Thread(() -> { in keepAppInForeground() method
273 new Thread(() -> { in placeAppInBackground() method
/aosp_15_r20/external/coreboot/src/vendorcode/intel/edk2/edk2-stable202302/MdePkg/Include/Protocol/
H A DMpService.h101 UINT32 Thread; member
131 UINT32 Thread; member
/aosp_15_r20/external/coreboot/src/vendorcode/intel/edk2/edk2-stable202111/MdePkg/Include/Protocol/
H A DMpService.h101 UINT32 Thread; member
131 UINT32 Thread; member
/aosp_15_r20/external/coreboot/src/vendorcode/intel/edk2/edk2-stable202005/MdePkg/Include/Protocol/
H A DMpService.h101 UINT32 Thread; member
131 UINT32 Thread; member
/aosp_15_r20/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
H A DActivityTaskSupervisorTests.java108 new Thread(() -> { in testReportWaitingActivityLaunched() method
141 new Thread(() -> { in testReportWaitingActivityLaunched() method

12345678910>>...56