HomeSort by relevance Sort by last modified time
    Searched refs:sync (Results 76 - 100 of 2467) sorted by null

1 2 34 5 6 7 8 91011>>

  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/arc/
noargs_hs.s 12 sync
nps400-2.d 15 18: 3e6f 703f sync\.rd
16 1c: 3e6f 707f sync\.wr
  /external/compiler-rt/lib/tsan/tests/unit/
tsan_clock_test.cc 78 SyncClock sync; local
79 thr1.ReleaseStore(&cache, &sync);
81 thr2.acquire(&cache, &sync);
82 thr2.acquire(&cache, &sync);
84 sync.Reset(&cache);
155 SyncClock sync; local
156 vector.release(&cache, &sync);
157 ASSERT_EQ(sync.size(), 11U);
158 ASSERT_EQ(sync.get(0), 0ULL);
159 ASSERT_EQ(sync.get(1), 0ULL)
170 SyncClock sync; local
185 SyncClock sync; local
203 SyncClock sync; local
    [all...]
  /prebuilts/go/darwin-x86/src/runtime/
race_amd64.s 201 // Atomic operations for sync/atomic package.
204 TEXT sync?atomic·LoadInt32(SB), NOSPLIT, $0-0
209 TEXT sync?atomic·LoadInt64(SB), NOSPLIT, $0-0
214 TEXT sync?atomic·LoadUint32(SB), NOSPLIT, $0-0
215 JMP sync?atomic·LoadInt32(SB)
217 TEXT sync?atomic·LoadUint64(SB), NOSPLIT, $0-0
218 JMP sync?atomic·LoadInt64(SB)
220 TEXT sync?atomic·LoadUintptr(SB), NOSPLIT, $0-0
221 JMP sync?atomic·LoadInt64(SB)
223 TEXT sync?atomic·LoadPointer(SB), NOSPLIT, $0-
    [all...]
  /prebuilts/go/linux-x86/src/runtime/
race_amd64.s 201 // Atomic operations for sync/atomic package.
204 TEXT sync?atomic·LoadInt32(SB), NOSPLIT, $0-0
209 TEXT sync?atomic·LoadInt64(SB), NOSPLIT, $0-0
214 TEXT sync?atomic·LoadUint32(SB), NOSPLIT, $0-0
215 JMP sync?atomic·LoadInt32(SB)
217 TEXT sync?atomic·LoadUint64(SB), NOSPLIT, $0-0
218 JMP sync?atomic·LoadInt64(SB)
220 TEXT sync?atomic·LoadUintptr(SB), NOSPLIT, $0-0
221 JMP sync?atomic·LoadInt64(SB)
223 TEXT sync?atomic·LoadPointer(SB), NOSPLIT, $0-
    [all...]
  /external/libcxx/test/std/input.output/iostream.format/output.streams/ostream.unformatted/
flush.pass.cpp 34 sync() function in class:testbuf
  /external/llvm/test/MC/Mips/mips1/
invalid-mips32.s 9 sync 0 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU feature not currently enabled
10 sync 1 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU feature not currently enabled
  /external/llvm/test/MC/Mips/mips3/
invalid-mips32.s 9 sync 0 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU feature not currently enabled
10 sync 1 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU feature not currently enabled
  /external/llvm/test/MC/Mips/mips4/
invalid-mips32.s 9 sync 0 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU feature not currently enabled
10 sync 1 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU feature not currently enabled
  /external/llvm/test/MC/Mips/mips5/
invalid-mips32.s 9 sync 0 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU feature not currently enabled
10 sync 1 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU feature not currently enabled
  /external/mesa3d/src/mesa/drivers/dri/i915/
intel_syncobj.c 35 * application is using many sync objects, it will emit small batchbuffers
156 * so given that the sync object has already flushed the batchbuffer, any
165 struct intel_gl_sync_object *sync; local
167 sync = calloc(1, sizeof(*sync));
168 if (!sync)
171 return &sync->Base;
177 struct intel_gl_sync_object *sync = (struct intel_gl_sync_object *)s; local
179 intel_fence_finish(&sync->fence);
180 free(sync);
188 struct intel_gl_sync_object *sync = (struct intel_gl_sync_object *)s; local
198 struct intel_gl_sync_object *sync = (struct intel_gl_sync_object *)s; local
209 struct intel_gl_sync_object *sync = (struct intel_gl_sync_object *)s; local
217 struct intel_gl_sync_object *sync = (struct intel_gl_sync_object *)s; local
    [all...]
  /external/parameter-framework/upstream/parameter/
BackSynchronizer.h 52 virtual void sync() = 0;
SyncerSet.h 50 /** Sync the blackboard
57 bool sync(CParameterBlackboard &parameterBlackboard, bool bBack, core::Results *errors) const;
VirtualSyncer.cpp 42 bool CVirtualSyncer::sync(CParameterBlackboard &parameterBlackboard, bool bBack, string &strError) function in class:CVirtualSyncer
  /external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
ShadowWebSyncManager.java 11 public void sync() { method in class:ShadowWebSyncManager
  /prebuilts/go/darwin-x86/src/crypto/x509/
root.go 7 import "sync"
10 once sync.Once
  /prebuilts/go/darwin-x86/src/runtime/pprof/internal/profile/
profile_test.go 47 # 0x45e850 sync.(*Mutex).Unlock+0x80 /go/src/sync/mutex.go:126
48 # 0x45f763 sync.(*RWMutex).Unlock+0x83 /go/src/sync/rwmutex.go:125
52 # 0x45e850 sync.(*Mutex).Unlock+0x80 /go/src/sync/mutex.go:126
53 # 0x45f763 sync.(*RWMutex).Unlock+0x83 /go/src/sync/rwmutex.go:125
  /prebuilts/go/darwin-x86/src/runtime/testdata/testprog/
panicrace.go 9 "sync"
17 var wg sync.WaitGroup
  /prebuilts/go/darwin-x86/test/fixedbugs/
bug474.go 11 import "sync"
16 once sync.Once
  /prebuilts/go/linux-x86/src/crypto/x509/
root.go 7 import "sync"
10 once sync.Once
  /prebuilts/go/linux-x86/src/runtime/pprof/internal/profile/
profile_test.go 47 # 0x45e850 sync.(*Mutex).Unlock+0x80 /go/src/sync/mutex.go:126
48 # 0x45f763 sync.(*RWMutex).Unlock+0x83 /go/src/sync/rwmutex.go:125
52 # 0x45e850 sync.(*Mutex).Unlock+0x80 /go/src/sync/mutex.go:126
53 # 0x45f763 sync.(*RWMutex).Unlock+0x83 /go/src/sync/rwmutex.go:125
  /prebuilts/go/linux-x86/src/runtime/testdata/testprog/
panicrace.go 9 "sync"
17 var wg sync.WaitGroup
  /prebuilts/go/linux-x86/test/fixedbugs/
bug474.go 11 import "sync"
16 once sync.Once
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/input.output/iostream.format/output.streams/ostream.unformatted/
flush.pass.cpp 34 sync() function in class:testbuf
  /prebuilts/go/darwin-x86/src/runtime/race/testdata/
waitgroup_test.go 9 "sync"
17 var wg sync.WaitGroup
33 var wg sync.WaitGroup
49 var wg sync.WaitGroup
63 var wg sync.WaitGroup
90 var wg sync.WaitGroup
112 var wg sync.WaitGroup
133 var wg sync.WaitGroup
149 var wg sync.WaitGroup
170 var wg sync.WaitGrou
    [all...]

Completed in 1174 milliseconds

1 2 34 5 6 7 8 91011>>