HomeSort by relevance Sort by last modified time
    Searched full:altscope (Results 1 - 10 of 10) sorted by null

  /prebuilts/go/darwin-x86/src/go/ast/
resolve.go 29 func (p *pkgBuilder) declare(scope, altScope *Scope, obj *Object) {
31 if alt == nil && altScope != nil {
32 // see if there is a conflicting declaration in altScope
33 alt = altScope.Lookup(obj.Name)
  /prebuilts/go/linux-x86/src/go/ast/
resolve.go 29 func (p *pkgBuilder) declare(scope, altScope *Scope, obj *Object) {
31 if alt == nil && altScope != nil {
32 // see if there is a conflicting declaration in altScope
33 alt = altScope.Lookup(obj.Name)
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/testfrmw/
threads_scenarii.c 54 int altscope; member in struct:__scenario
95 .altscope = sco, \
339 if (scenarii[i].altscope != 0) {
  /external/ltp/testcases/open_posix_testsuite/stress/threads/pthread_create/
threads_scenarii.c 35 int altscope; /* 0 => default contension scope; 1 => alternative contension scope */ member in struct:__scenario
52 .altscope=sco, \
294 if (scenarii[i].altscope != 0) {
  /external/ltp/testcases/open_posix_testsuite/stress/threads/pthread_exit/
threads_scenarii.c 35 int altscope; /* 0 => default contension scope; 1 => alternative contension scope */ member in struct:__scenario
52 .altscope=sco, \
294 if (scenarii[i].altscope != 0) {
  /external/ltp/testcases/open_posix_testsuite/stress/threads/pthread_self/
threads_scenarii.c 35 int altscope; /* 0 => default contension scope; 1 => alternative contension scope */ member in struct:__scenario
52 .altscope=sco, \
361 if (scenarii[i].altscope != 0) {
  /prebuilts/go/darwin-x86/pkg/darwin_amd64/go/
ast.a     [all...]
  /prebuilts/go/linux-x86/pkg/linux_amd64/go/
ast.a     [all...]
  /prebuilts/go/darwin-x86/pkg/darwin_amd64_race/go/
ast.a     [all...]
  /prebuilts/go/linux-x86/pkg/linux_amd64_race/go/
ast.a     [all...]

Completed in 360 milliseconds