Home
last modified time | relevance | path

Searched defs:scope (Results 1 – 25 of 126) sorted by relevance

123456

/prebuilts/rust/linux-x86/1.82.0/lib/rustlib/src/rust/library/std/src/thread/
Dscoped.rs27 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 …]
Dmod.rs445 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/
Dscoped.rs27 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 …]
Dmod.rs450 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/
Dscoped.rs27 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 …]
Dmod.rs445 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/
Dscoped.rs27 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 …]
Dmod.rs450 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/
Dbug066.go15 scope *Scope; member
Dissue43112.go36 scope *Scope member
/prebuilts/go/linux-x86/src/cmd/compile/internal/ssa/_gen/
Drulegen.go351 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/
DLVRange.h42 LVScope *scope() const { return Scope; } in scope() function
/prebuilts/clang/host/linux-x86/clang-r547379/include/llvm/DebugInfo/LogicalView/Core/
DLVRange.h42 LVScope *scope() const { return Scope; } in scope() function
/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/DebugInfo/LogicalView/Core/
DLVRange.h42 LVScope *scope() const { return Scope; } in scope() function
/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/DebugInfo/LogicalView/Core/
DLVRange.h42 LVScope *scope() const { return Scope; } in scope() function
/prebuilts/go/linux-x86/src/cmd/vendor/golang.org/x/tools/go/analysis/passes/testinggoroutine/
Dtestinggoroutine.go173 scope ast.Node // Report t.Forbidden() if t is not declared within scope. member
/prebuilts/go/linux-x86/src/go/types/
Dpackage.go18 scope *Scope member
Dsignature.go26scope *Scope // function scope for package-local and non-instantiated signatures; nil o… member
/prebuilts/go/linux-x86/src/cmd/compile/internal/types2/
Dpackage.go15 scope *Scope member
Dsignature.go25scope *Scope // function scope for package-local and non-instantiated signatures; nil o… member
/prebuilts/go/linux-x86/src/net/
Daddrselect.go305 type scope uint8 type
/prebuilts/build-tools/sysroots/arm-unknown-linux-musleabihf/include/linux/
Dtipc.h79 signed char scope; member
109 __u32 scope; member
/prebuilts/runtime/mainline/runtime/sdk/android/arm/include/bionic/libc/kernel/uapi/linux/
Dtipc.h79 signed char scope; member
109 __u32 scope; member
/prebuilts/vndk/v32/arm/include/bionic/libc/kernel/uapi/linux/
Dtipc.h91 signed char scope; member
121 __u32 scope; member
/prebuilts/vndk/v33/arm/include/bionic/libc/kernel/uapi/linux/
Dtipc.h91 signed char scope; member
121 __u32 scope; member

123456