/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0.u1/lib/rustlib/src/rust/library/std/src/sys/pal/unix/ |
H A D | thread.rs | 40 pub struct Thread { struct 46 unsafe impl Send for Thread {} implementation 47 unsafe impl Sync for Thread {} implementation 49 impl Thread { implementation 51 pub unsafe fn new(stack: usize, p: Box<dyn FnOnce()>) -> io::Result<Thread> { in new() 289 impl Drop for Thread { implementation
|
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.81.0/lib/rustlib/src/rust/library/std/src/sys/pal/unix/ |
H A D | thread.rs | 40 pub struct Thread { struct 46 unsafe impl Send for Thread {} argument 47 unsafe impl Sync for Thread {} implementation 49 impl Thread { impl 51 pub unsafe fn new(stack: usize, p: Box<dyn FnOnce()>) -> io::Result<Thread> { in new() 289 impl Drop for Thread { implementation
|
/aosp_15_r20/prebuilts/rust/linux-x86/1.80.1/lib/rustlib/src/rust/library/std/src/sys/pal/unix/ |
H A D | thread.rs | 40 pub struct Thread { struct 46 unsafe impl Send for Thread {} argument 47 unsafe impl Sync for Thread {} implementation 49 impl Thread { implementation 51 pub unsafe fn new(stack: usize, p: Box<dyn FnOnce()>) -> io::Result<Thread> { in new() 289 impl Drop for Thread { implementation
|
/aosp_15_r20/build/make/tools/rbcrun/ |
H A D | host.go | 124 func loader(thread *starlark.Thread, module string) (starlark.StringDict, error) { 209 func wildcard(_ *starlark.Thread, b *starlark.Builtin, args starlark.Tuple, 244 func find(_ *starlark.Thread, b *starlark.Builtin, args starlark.Tuple, 284 func shell(thread *starlark.Thread, b *starlark.Builtin, args starlark.Tuple, 319 func log(thread *starlark.Thread, fn *starlark.Builtin, args starlark.Tuple, kwargs []starlark.Tupl…
|
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.80.1/lib/rustlib/src/rust/library/std/src/sys/pal/unsupported/ |
H A D | thread.rs | 7 pub struct Thread(!); struct 11 impl Thread { impl 13 pub unsafe fn new(_stack: usize, _p: Box<dyn FnOnce()>) -> io::Result<Thread> { in new()
|
/aosp_15_r20/prebuilts/rust/linux-x86/1.80.1/lib/rustlib/src/rust/library/std/src/sys/pal/unsupported/ |
H A D | thread.rs | 7 pub struct Thread(!); struct 11 impl Thread { implementation 13 pub unsafe fn new(_stack: usize, _p: Box<dyn FnOnce()>) -> io::Result<Thread> { in new()
|
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0/lib/rustlib/src/rust/library/std/src/sys/pal/unsupported/ |
H A D | thread.rs | 7 pub struct Thread(!); struct 11 impl Thread { implementation 13 pub unsafe fn new(_stack: usize, _p: Box<dyn FnOnce()>) -> 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/unsupported/ |
H A D | thread.rs | 7 pub struct Thread(!); struct 11 impl Thread { impl 13 pub unsafe fn new(_stack: usize, _p: Box<dyn FnOnce()>) -> 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/unsupported/ |
H A D | thread.rs | 7 pub struct Thread(!); struct 11 impl Thread { impl 13 pub unsafe fn new(_stack: usize, _p: Box<dyn FnOnce()>) -> 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/uefi/ |
H A D | thread.rs | 8 pub struct Thread(!); struct 12 impl Thread { implementation 14 pub unsafe fn new(_stack: usize, _p: Box<dyn FnOnce()>) -> io::Result<Thread> { in new()
|
/aosp_15_r20/prebuilts/rust/linux-x86/1.80.1/lib/rustlib/src/rust/library/std/src/sys/pal/uefi/ |
H A D | thread.rs | 8 pub struct Thread(!); struct 12 impl Thread { implementation 14 pub unsafe fn new(_stack: usize, _p: Box<dyn FnOnce()>) -> io::Result<Thread> { in new()
|
/aosp_15_r20/external/swiftshader/src/Vulkan/Debug/ |
H A D | EventListener.hpp | 36 virtual void onThreadStarted(ID<Thread>) {} in onThreadStarted() 40 virtual void onThreadStepped(ID<Thread>) {} in onThreadStepped() 44 virtual void onLineBreakpointHit(ID<Thread>) {} in onLineBreakpointHit() 48 virtual void onFunctionBreakpointHit(ID<Thread>) {} in onFunctionBreakpointHit()
|
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.80.1/lib/rustlib/src/rust/library/std/src/sys/pal/uefi/ |
H A D | thread.rs | 8 pub struct Thread(!); struct 12 impl Thread { implementation 14 pub unsafe fn new(_stack: usize, _p: Box<dyn FnOnce()>) -> 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/uefi/ |
H A D | thread.rs | 8 pub struct Thread(!); struct 12 impl Thread { implementation 14 pub unsafe fn new(_stack: usize, _p: Box<dyn FnOnce()>) -> io::Result<Thread> { in new()
|
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0/lib/rustlib/src/rust/library/std/src/sys/pal/uefi/ |
H A D | thread.rs | 8 pub struct Thread(!); struct 12 impl Thread { implementation 14 pub unsafe fn new(_stack: usize, _p: Box<dyn FnOnce()>) -> 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/wasm/atomics/ |
H A D | thread.rs | 7 pub struct Thread(!); struct 11 impl Thread { impl 13 pub unsafe fn new(_stack: usize, _p: Box<dyn FnOnce()>) -> 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/wasm/atomics/ |
H A D | thread.rs | 7 pub struct Thread(!); struct 11 impl Thread { impl 13 pub unsafe fn new(_stack: usize, _p: Box<dyn FnOnce()>) -> io::Result<Thread> { in new()
|
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0/lib/rustlib/src/rust/library/std/src/sys/pal/wasm/atomics/ |
H A D | thread.rs | 7 pub struct Thread(!); struct 11 impl Thread { impl 13 pub unsafe fn new(_stack: usize, _p: Box<dyn FnOnce()>) -> 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/wasm/atomics/ |
H A D | thread.rs | 7 pub struct Thread(!); struct 11 impl Thread { implementation 13 pub unsafe fn new(_stack: usize, _p: Box<dyn FnOnce()>) -> io::Result<Thread> { in new()
|
/aosp_15_r20/prebuilts/rust/linux-x86/1.80.1/lib/rustlib/src/rust/library/std/src/sys/pal/wasm/atomics/ |
H A D | thread.rs | 7 pub struct Thread(!); struct 11 impl Thread { impl 13 pub unsafe fn new(_stack: usize, _p: Box<dyn FnOnce()>) -> io::Result<Thread> { in new()
|
/aosp_15_r20/external/compiler-rt/lib/tsan/dd/ |
H A D | dd_rtl.h | 27 struct Thread { struct 28 DDPhysicalThread *dd_pt; argument 29 DDLogicalThread *dd_lt; argument 35 Thread *thr; argument
|
/aosp_15_r20/external/webrtc/sdk/objc/api/peerconnection/ |
H A D | RTCVideoSource.mm | 51 - (instancetype)initWithFactory:(RTC_OBJC_TYPE(RTCPeerConnectionFactory) *)factory 60 - (instancetype)initWithFactory:(RTC_OBJC_TYPE(RTCPeerConnectionFactory) *)factory
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.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-r536225/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-r522817/include/llvm/BinaryFormat/ |
D | Minidump.h | 219 struct Thread { struct 220 support::ulittle32_t ThreadId; argument 228 static_assert(sizeof(Thread) == 48); argument
|