/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/BinaryFormat/ |
H A D | Minidump.h | 219 struct Thread { struct 220 support::ulittle32_t ThreadId; argument 228 static_assert(sizeof(Thread) == 48); argument
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/BinaryFormat/ |
D | Minidump.h | 219 struct Thread { struct 220 support::ulittle32_t ThreadId; argument 228 static_assert(sizeof(Thread) == 48); argument
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/BinaryFormat/ |
D | Minidump.h | 219 struct Thread { struct 220 support::ulittle32_t ThreadId; argument 228 static_assert(sizeof(Thread) == 48); argument
|
/aosp_15_r20/build/soong/ui/tracer/ |
H A D | tracer.go | 37 type Thread uint64 type 45 Begin(name string, thread Thread) 46 End(thread Thread) 47 Complete(name string, thread Thread, begin, end uint64) 49 CountersAtTime(name string, thread Thread, time uint64, counters []Counter)
|
/aosp_15_r20/external/google-breakpad/src/tools/linux/md2core/ |
H A D | minidump-2-core.cc | 311 struct Thread { struct 312 pid_t tid; 314 mcontext_t mcontext; 316 user_regs_struct regs; 319 user_fpregs_struct fpregs; 322 user_fpxregs_struct fpxregs; 325 user_fpsimd_struct fpregs; 327 uintptr_t stack_addr; 328 const uint8_t* stack; 329 size_t stack_length;
|
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0/lib/rustlib/src/rust/library/std/src/sys/pal/sgx/ |
H A D | thread.rs | 10 pub struct Thread(task_queue::JoinHandle); struct 96 impl Thread { impl 98 pub unsafe fn new(_stack: usize, p: Box<dyn FnOnce() + Send>) -> io::Result<Thread> { in new()
|
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0.u1/lib/rustlib/src/rust/library/std/src/sys/pal/sgx/ |
H A D | thread.rs | 10 pub struct Thread(task_queue::JoinHandle); struct 96 impl Thread { implementation 98 pub unsafe fn new(_stack: usize, p: Box<dyn FnOnce() + Send>) -> io::Result<Thread> { in new()
|
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.80.1/lib/rustlib/src/rust/library/std/src/sys/pal/sgx/ |
H A D | thread.rs | 10 pub struct Thread(task_queue::JoinHandle); struct 96 impl Thread { impl 98 pub unsafe fn new(_stack: usize, p: Box<dyn FnOnce() + Send>) -> io::Result<Thread> { in new()
|
/aosp_15_r20/prebuilts/rust/linux-x86/1.80.1/lib/rustlib/src/rust/library/std/src/sys/pal/sgx/ |
H A D | thread.rs | 10 pub struct Thread(task_queue::JoinHandle); struct 96 impl Thread { implementation 98 pub unsafe fn new(_stack: usize, p: Box<dyn FnOnce() + Send>) -> io::Result<Thread> { in new()
|
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.81.0/lib/rustlib/src/rust/library/std/src/sys/pal/sgx/ |
H A D | thread.rs | 10 pub struct Thread(task_queue::JoinHandle); struct 96 impl Thread { implementation 98 pub unsafe fn new(_stack: usize, p: Box<dyn FnOnce() + Send>) -> io::Result<Thread> { in new()
|
/aosp_15_r20/external/starlark-go/starlarkjson/ |
H A D | json.go | 82 func encode(thread *starlark.Thread, b *starlark.Builtin, args starlark.Tuple, kwargs []starlark.Tu… 229 func indent(thread *starlark.Thread, b *starlark.Builtin, args starlark.Tuple, kwargs []starlark.Tu… 249 func decode(thread *starlark.Thread, b *starlark.Builtin, args starlark.Tuple, kwargs []starlark.Tu…
|
/aosp_15_r20/external/starlark-go/starlark/ |
H A D | bench_test.go | 104 func benchmarkRestartImpl(thread *starlark.Thread, b *starlark.Builtin, args starlark.Tuple, kwargs… 109 func benchmarkStartImpl(thread *starlark.Thread, b *starlark.Builtin, args starlark.Tuple, kwargs [… 114 func benchmarkStopImpl(thread *starlark.Thread, b *starlark.Builtin, args starlark.Tuple, kwargs []…
|
/aosp_15_r20/external/perfetto/src/trace_processor/importers/instruments/ |
H A D | row.h | 52 struct Thread { struct 65 ThreadId thread = kNullId; argument
|
/aosp_15_r20/development/samples/Vault/tests/src/com/example/android/vault/ |
H A D | EncryptedDocumentTest.java | 110 new Thread() { in testMetadataAndContents() method 135 new Thread() { in testMetadataAndContents() method 227 new Thread() { in testErrorAbortsWrite() method
|
/aosp_15_r20/external/perfetto/src/trace_processor/importers/art_method/ |
H A D | art_method_tokenizer.h | 55 struct Thread { struct 67 base::StatusOr<bool> ParseHeaderThreads(Iterator&); argument
|
/aosp_15_r20/art/runtime/gc/space/ |
H A D | zygote_space.cc | 92 mirror::Object* ZygoteSpace::Alloc(Thread*, size_t, size_t*, size_t*, size_t*) { in Alloc() argument 102 size_t ZygoteSpace::Free(Thread*, mirror::Object*) { in Free() argument 107 size_t ZygoteSpace::FreeList(Thread*, size_t, mirror::Object**) { in FreeList() argument
|
/aosp_15_r20/cts/tests/tests/media/drmframework/src/android/media/drmframework/cts/ |
H A D | MediaDrmMockTest.java | 684 new Thread() { in testEventNoSessionNoData() method 749 new Thread() { in testEventWithSessionAndData() method 835 new Thread() { in testExpirationUpdate() method 935 new Thread() { in testKeyStatusChange() method
|
/aosp_15_r20/packages/services/Telephony/testapps/GbaTestApp/src/com/android/phone/testapps/gbatestapp/ |
D | Settings.java | 107 new Thread(() -> { in updateCarrierConfig() method 183 new Thread(() -> { in updateServiceConfig() method 232 new Thread(() -> { in updateTestConfig() method
|
/aosp_15_r20/external/webrtc/rtc_base/ |
H A D | thread.cc | 342 Thread::Thread(SocketServer* ss) : Thread(ss, /*do_init=*/true) {} in Thread() function in rtc::Thread 344 Thread::Thread(std::unique_ptr<SocketServer> ss) in Thread() function in rtc::Thread 347 Thread::Thread(SocketServer* ss, bool do_init) in Thread() function in rtc::Thread 361 Thread::Thread(std::unique_ptr<SocketServer> ss, bool do_init) in Thread() function in rtc::Thread
|
/aosp_15_r20/external/pigweed/pw_thread_stl/public/pw_thread_stl/ |
H A D | thread_inline.h | 36 inline Thread::Thread() : native_type_() {} in Thread() function 38 inline Thread::Thread(const Options&, Function<void()>&& entry) { in Thread() function
|
/aosp_15_r20/system/extras/memory_replay/ |
H A D | Threads.h | 24 class Thread; variable 54 friend Thread; variable
|
/aosp_15_r20/external/cronet/third_party/re2/src/re2/ |
H A D | nfa.cc | 67 struct Thread { struct in re2::NFA 68 union { 72 const char** capture;
|
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/third_party/re2/re2/ |
D | nfa.cc | 68 struct Thread { struct in re2::NFA 69 union { 73 const char** capture;
|
/aosp_15_r20/external/starlark-go/repl/ |
H A D | repl.go | 37 func REPL(thread *starlark.Thread, globals starlark.StringDict) { 63 func rep(rl *readline.Instance, thread *starlark.Thread, globals starlark.StringDict) error {
|
/aosp_15_r20/external/regex-re2/re2/ |
H A D | nfa.cc | 67 struct Thread { struct in re2::NFA 68 union { 72 const char** capture;
|