/prebuilts/rust/linux-x86/1.82.0/lib/rustlib/src/rust/library/std/src/thread/ |
D | scoped.rs | 27 scope: PhantomData<&'scope mut &'scope ()>, field 134 pub fn scope<'env, F, T>(f: F) -> T in scope() function 136 F: for<'scope> FnOnce(&'scope Scope<'scope, 'env>) -> T, in scope() 140 let scope = Scope { in scope() localVariable 194 pub fn spawn<F, T>(&'scope self, f: F) -> ScopedJoinHandle<'scope, T> in spawn() 196 F: FnOnce() -> T + Send + 'scope, in spawn() 197 T: Send + 'scope, in spawn() 251 pub fn spawn_scoped<'scope, 'env, F, T>( in spawn_scoped() 253 scope: &'scope Scope<'scope, 'env>, in spawn_scoped() argument 255 ) -> io::Result<ScopedJoinHandle<'scope, T>> in spawn_scoped() [all …]
|
D | mod.rs | 445 unsafe fn spawn_unchecked_<'scope, F, T>( in spawn_unchecked_() 449 ) -> io::Result<JoinInner<'scope, T>> in spawn_unchecked_() 1578 scope: Option<Arc<scoped::ScopeData>>, field
|
/prebuilts/rust/linux-musl-x86/1.83.0/lib/rustlib/src/rust/library/std/src/thread/ |
D | scoped.rs | 27 scope: PhantomData<&'scope mut &'scope ()>, field 134 pub fn scope<'env, F, T>(f: F) -> T in scope() function 136 F: for<'scope> FnOnce(&'scope Scope<'scope, 'env>) -> T, in scope() 140 let scope = Scope { in scope() localVariable 194 pub fn spawn<F, T>(&'scope self, f: F) -> ScopedJoinHandle<'scope, T> in spawn() 196 F: FnOnce() -> T + Send + 'scope, in spawn() 197 T: Send + 'scope, in spawn() 251 pub fn spawn_scoped<'scope, 'env, F, T>( in spawn_scoped() 253 scope: &'scope Scope<'scope, 'env>, in spawn_scoped() argument 255 ) -> io::Result<ScopedJoinHandle<'scope, T>> in spawn_scoped() [all …]
|
D | mod.rs | 450 unsafe fn spawn_unchecked_<'scope, F, T>( in spawn_unchecked_() 454 ) -> io::Result<JoinInner<'scope, T>> in spawn_unchecked_() 1582 scope: Option<Arc<scoped::ScopeData>>, field
|
/prebuilts/rust/linux-musl-x86/1.82.0/lib/rustlib/src/rust/library/std/src/thread/ |
D | scoped.rs | 27 scope: PhantomData<&'scope mut &'scope ()>, field 134 pub fn scope<'env, F, T>(f: F) -> T in scope() function 136 F: for<'scope> FnOnce(&'scope Scope<'scope, 'env>) -> T, in scope() 140 let scope = Scope { in scope() localVariable 194 pub fn spawn<F, T>(&'scope self, f: F) -> ScopedJoinHandle<'scope, T> in spawn() 196 F: FnOnce() -> T + Send + 'scope, in spawn() 197 T: Send + 'scope, in spawn() 251 pub fn spawn_scoped<'scope, 'env, F, T>( in spawn_scoped() 253 scope: &'scope Scope<'scope, 'env>, in spawn_scoped() argument 255 ) -> io::Result<ScopedJoinHandle<'scope, T>> in spawn_scoped() [all …]
|
D | mod.rs | 445 unsafe fn spawn_unchecked_<'scope, F, T>( in spawn_unchecked_() 449 ) -> io::Result<JoinInner<'scope, T>> in spawn_unchecked_() 1578 scope: Option<Arc<scoped::ScopeData>>, field
|
/prebuilts/rust/linux-x86/1.83.0/lib/rustlib/src/rust/library/std/src/thread/ |
D | scoped.rs | 27 scope: PhantomData<&'scope mut &'scope ()>, field 134 pub fn scope<'env, F, T>(f: F) -> T in scope() function 136 F: for<'scope> FnOnce(&'scope Scope<'scope, 'env>) -> T, in scope() 140 let scope = Scope { in scope() localVariable 194 pub fn spawn<F, T>(&'scope self, f: F) -> ScopedJoinHandle<'scope, T> in spawn() 196 F: FnOnce() -> T + Send + 'scope, in spawn() 197 T: Send + 'scope, in spawn() 251 pub fn spawn_scoped<'scope, 'env, F, T>( in spawn_scoped() 253 scope: &'scope Scope<'scope, 'env>, in spawn_scoped() argument 255 ) -> io::Result<ScopedJoinHandle<'scope, T>> in spawn_scoped() [all …]
|
D | mod.rs | 450 unsafe fn spawn_unchecked_<'scope, F, T>( in spawn_unchecked_() 454 ) -> io::Result<JoinInner<'scope, T>> in spawn_unchecked_() 1582 scope: Option<Arc<scoped::ScopeData>>, field
|
/prebuilts/go/linux-x86/test/fixedbugs/ |
D | bug066.go | 15 scope *Scope; member
|
D | issue43112.go | 36 scope *Scope member
|
/prebuilts/go/linux-x86/src/cmd/compile/internal/ssa/_gen/ |
D | rulegen.go | 351 scope *scope member 550 type scope struct { struct 551 outer *scope // can be nil, if this is the top-level scope 552 objects map[string]*object // indexed by each declared name 555 func (s *scope) Lookup(name string) *object {
|
/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/DebugInfo/LogicalView/Core/ |
D | LVRange.h | 42 LVScope *scope() const { return Scope; } in scope() function
|
/prebuilts/clang/host/linux-x86/clang-r547379/include/llvm/DebugInfo/LogicalView/Core/ |
D | LVRange.h | 42 LVScope *scope() const { return Scope; } in scope() function
|
/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/DebugInfo/LogicalView/Core/ |
D | LVRange.h | 42 LVScope *scope() const { return Scope; } in scope() function
|
/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/DebugInfo/LogicalView/Core/ |
D | LVRange.h | 42 LVScope *scope() const { return Scope; } in scope() function
|
/prebuilts/go/linux-x86/src/cmd/vendor/golang.org/x/tools/go/analysis/passes/testinggoroutine/ |
D | testinggoroutine.go | 173 scope ast.Node // Report t.Forbidden() if t is not declared within scope. member
|
/prebuilts/go/linux-x86/src/go/types/ |
D | package.go | 18 scope *Scope member
|
D | signature.go | 26 …scope *Scope // function scope for package-local and non-instantiated signatures; nil o… member
|
/prebuilts/go/linux-x86/src/cmd/compile/internal/types2/ |
D | package.go | 15 scope *Scope member
|
D | signature.go | 25 …scope *Scope // function scope for package-local and non-instantiated signatures; nil o… member
|
/prebuilts/go/linux-x86/src/net/ |
D | addrselect.go | 305 type scope uint8 type
|
/prebuilts/build-tools/sysroots/arm-unknown-linux-musleabihf/include/linux/ |
D | tipc.h | 79 signed char scope; member 109 __u32 scope; member
|
/prebuilts/runtime/mainline/runtime/sdk/android/arm/include/bionic/libc/kernel/uapi/linux/ |
D | tipc.h | 79 signed char scope; member 109 __u32 scope; member
|
/prebuilts/vndk/v32/arm/include/bionic/libc/kernel/uapi/linux/ |
D | tipc.h | 91 signed char scope; member 121 __u32 scope; member
|
/prebuilts/vndk/v33/arm/include/bionic/libc/kernel/uapi/linux/ |
D | tipc.h | 91 signed char scope; member 121 __u32 scope; member
|