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

1 2 3 4 56 7 8 91011>>

  /prebuilts/go/darwin-x86/src/sync/atomic/
atomic_linux_arm_test.go 8 . "sync/atomic"
  /prebuilts/go/linux-x86/src/sync/atomic/
atomic_linux_arm_test.go 8 . "sync/atomic"
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/arc/
noargs_a7.d 13 e: 236f 003f sync
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/ppc/
e500.s 54 #sync and lwsync handling
55 sync
power4.s 76 sync
77 sync 0
79 sync 1
81 sync 2
  /external/deqp/framework/delibs/decpp/
deSpinBarrier.hpp 61 //! be calling sync() or removeThread() at the same time.
65 //! have entered sync().
66 void sync (WaitMode mode);
69 //! Can be called concurrently with sync() or removeThread().
deSpinBarrier.cpp 76 void SpinBarrier::sync (WaitMode requestedMode) function in class:de::SpinBarrier
147 // See sync() - use cached value
167 barrier.sync(mode);
168 barrier.sync(mode);
169 barrier.sync(mode);
195 m_barrier.sync(getWaitMode(rnd));
199 m_barrier.sync(getWaitMode(rnd));
205 m_barrier.sync(getWaitMode(rnd));
209 m_barrier.sync(getWaitMode(rnd));
262 barrier.sync(mode)
    [all...]
  /external/libcxx/test/std/input.output/iostream.format/output.streams/ostream.manip/
flush.pass.cpp 35 sync() function in class:testbuf
  /external/parameter-framework/upstream/parameter/
SimulatedBackSynchronizer.cpp 43 void CSimulatedBackSynchronizer::sync() function in class:CSimulatedBackSynchronizer
  /external/toybox/toys/other/
reboot.c 18 -n Don't sync before stopping the system
30 if (!(toys.optflags & FLAG_n)) sync();
  /frameworks/base/core/java/android/webkit/
WebSyncManager.java 41 * sync() forces sync manager to sync now
43 public void sync() { method in class:WebSyncManager
47 * resetSync() resets sync manager's timer
53 * startSync() requests sync manager to start sync
59 * stopSync() requests sync manager to stop sync. remove any SYNC_MESSAGE in
60 * the queue to break the sync loo
    [all...]
  /frameworks/rs/
spec.h 26 int sync; member in struct:__anon46771
  /hardware/libhardware/modules/input/evdev/
SwitchInputMapper.h 40 void sync(nsecs_t when);
  /prebuilts/go/darwin-x86/misc/cgo/testsanitizers/src/
tsan4.go 17 "sync"
21 var wg sync.WaitGroup
  /prebuilts/go/darwin-x86/src/cmd/go/internal/base/
signal.go 10 "sync"
26 var onceProcessSignals sync.Once
  /prebuilts/go/darwin-x86/test/fixedbugs/
issue9321.go 13 "sync"
17 var wg sync.WaitGroup
  /prebuilts/go/linux-x86/misc/cgo/testsanitizers/src/
tsan4.go 17 "sync"
21 var wg sync.WaitGroup
  /prebuilts/go/linux-x86/src/cmd/go/internal/base/
signal.go 10 "sync"
26 var onceProcessSignals sync.Once
  /prebuilts/go/linux-x86/test/fixedbugs/
issue9321.go 13 "sync"
17 var wg sync.WaitGroup
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/input.output/iostream.format/output.streams/ostream.manip/
flush.pass.cpp 35 sync() function in class:testbuf
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/
TimerTaskTest.java 30 private final Object sync = new Object(); field in class:TimerTaskTest.TimerTestTask
53 synchronized (sync) {
54 sync.notify();
184 synchronized (testTask.sync) {
186 testTask.sync.wait(500);
206 synchronized (testTask.sync) {
208 testTask.sync.wait(500);
  /prebuilts/go/darwin-x86/src/runtime/race/testdata/
rwmutex_test.go 8 "sync"
14 var mu1 sync.Mutex
15 var mu2 sync.RWMutex
36 var mu sync.RWMutex
57 var mu sync.RWMutex
95 var mu sync.RWMutex
132 var mu sync.RWMutex
sync_test.go 8 "sync"
17 var mu sync.Mutex
18 cond := sync.NewCond(&mu)
36 var mu sync.Mutex
37 cond := sync.NewCond(&mu)
189 var mutex sync.Mutex
200 var othermutex *sync.RWMutex
  /prebuilts/go/linux-x86/src/runtime/race/testdata/
rwmutex_test.go 8 "sync"
14 var mu1 sync.Mutex
15 var mu2 sync.RWMutex
36 var mu sync.RWMutex
57 var mu sync.RWMutex
95 var mu sync.RWMutex
132 var mu sync.RWMutex
sync_test.go 8 "sync"
17 var mu sync.Mutex
18 cond := sync.NewCond(&mu)
36 var mu sync.Mutex
37 cond := sync.NewCond(&mu)
189 var mutex sync.Mutex
200 var othermutex *sync.RWMutex

Completed in 505 milliseconds

1 2 3 4 56 7 8 91011>>