HomeSort by relevance Sort by last modified time
    Searched defs:sync (Results 1 - 25 of 841) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /bionic/libc/arch-arm/syscalls/
sync.S 5 ENTRY(sync) function
16 END(sync)
  /bionic/libc/arch-arm64/syscalls/
sync.S 5 ENTRY(sync) function
14 END(sync)
  /bionic/libc/arch-mips/syscalls/
sync.S 5 ENTRY(sync) function
19 END(sync)
  /bionic/libc/arch-mips64/syscalls/
sync.S 5 ENTRY(sync) function
25 END(sync)
  /bionic/libc/arch-x86/syscalls/
sync.S 5 ENTRY(sync) function
29 END(sync)
  /bionic/libc/arch-x86_64/syscalls/
sync.S 5 ENTRY(sync) function
15 END(sync)
  /external/parameter-framework/upstream/parameter/
VirtualSyncer.cpp 42 bool CVirtualSyncer::sync(CParameterBlackboard &parameterBlackboard, bool bBack, string &strError) function in class:CVirtualSyncer
HardwareBackSynchronizer.cpp 51 void CHardwareBackSynchronizer::sync() function in class:CHardwareBackSynchronizer
54 _backSyncerSet.sync(*_pParameterBlackboard, true, NULL);
SimulatedBackSynchronizer.cpp 43 void CSimulatedBackSynchronizer::sync() function in class:CSimulatedBackSynchronizer
SyncerSet.cpp 55 bool CSyncerSet::sync(CParameterBlackboard &parameterBlackboard, bool bBack, function in class:CSyncerSet
69 if (!pSyncer->sync(parameterBlackboard, bBack, strError)) {
  /prebuilts/go/darwin-x86/src/sync/
once.go 5 package sync package
8 "sync/atomic"
export_test.go 5 package sync package
  /prebuilts/go/linux-x86/src/sync/
once.go 5 package sync package
8 "sync/atomic"
export_test.go 5 package sync package
  /external/e2fsprogs/include/mingw/
unistd.h 12 // no-oped sync
13 __inline void sync(void){}; function
  /external/libcxx/test/std/input.output/iostream.format/output.streams/ostream.manip/
flush.pass.cpp 35 sync() function in class:testbuf
  /external/libcxx/test/std/input.output/iostream.format/output.streams/ostream.unformatted/
flush.pass.cpp 34 sync() function in class:testbuf
  /external/libcxx/test/std/input.output/iostream.format/output.streams/ostream_sentry/
destruct.pass.cpp 32 int virtual sync() function in struct:testbuf1
construct.pass.cpp 30 int virtual sync() function in struct:testbuf1
  /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
  /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/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/input.output/iostream.format/output.streams/ostream_sentry/
destruct.pass.cpp 32 int virtual sync() function in struct:testbuf1
  /external/compiler-rt/test/lsan/TestCases/
use_registers.cc 16 int *sync = reinterpret_cast<int *>(arg); local
40 __sync_fetch_and_xor(sync, 1);
46 int sync = 0; local
48 int res = pthread_create(&thread_id, 0, registers_thread_func, &sync);
50 while (!__sync_fetch_and_xor(&sync, 0))
use_stacks_threaded.cc 16 int *sync = reinterpret_cast<int *>(arg); local
20 __sync_fetch_and_xor(sync, 1);
26 int sync = 0; local
28 int res = pthread_create(&thread_id, 0, stacks_thread_func, &sync);
30 while (!__sync_fetch_and_xor(&sync, 0))
  /external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
ShadowWebSyncManager.java 11 public void sync() { method in class:ShadowWebSyncManager

Completed in 512 milliseconds

1 2 3 4 5 6 7 8 91011>>