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

1 2 3 4 5 6 7 8 91011>>

  /external/toybox/toys/lsb/
sync.c 0 /* sync.c - Write all pending data to disk.
5 * http://refspecs.linuxfoundation.org/LSB_4.1.0/LSB-Core-generic/LSB-Core-generic/sync.html
7 USE_SYNC(NEWTOY(sync, NULL, TOYFLAG_BIN))
9 config SYNC
10 bool "sync"
13 usage: sync
22 sync();
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/mips/
mips32-sync.s 4 sync
5 sync 0
6 sync 1
7 sync 2
8 sync 30
9 sync 31
mips32r2-sync.s 1 # Source file to test assembly of MIPS32r2 sync instructions.
5 sync
6 sync 2
8 sync 8
13 sync 0x18
14 sync 0
15 sync 2
16 sync 4
17 sync 8
18 sync 0x1
    [all...]
mips32-sync.d 2 #name: MIPS32 sync instructions
8 0+0000 <foo> 0000000f[ ]*sync
9 0+0004 <foo\+0x4> 0000000f[ ]*sync
10 0+0008 <foo\+0x8> 0000004f[ ]*sync 0x1
11 0+000c <foo\+0xc> 0000008f[ ]*sync 0x2
12 0+0010 <foo\+0x10> 0000078f[ ]*sync 0x1e
13 0+0014 <foo\+0x14> 000007cf[ ]*sync 0x1f
sync.d 2 #name: sync instructions
8 0+0000 <foo> 0000000f[ ]*sync
9 0+0004 <foo\+0x4> 0000040f[ ]*sync.p
10 0+0008 <foo\+0x8> 0000000f[ ]*sync
micromips@mips32r2-sync.d 2 #name: MIPS32r2 sync instructions
4 #source: mips32r2-sync.s
6 # Check MIPS32r2 sync instructions assembly and disassembly (microMIPS).
11 [0-9a-f]+ <[^>]*> 0000 6b7c sync
12 [0-9a-f]+ <[^>]*> 0002 6b7c sync 0x2
14 [0-9a-f]+ <[^>]*> 0008 6b7c sync 0x8
19 [0-9a-f]+ <[^>]*> 0018 6b7c sync 0x18
20 [0-9a-f]+ <[^>]*> 0000 6b7c sync
21 [0-9a-f]+ <[^>]*> 0002 6b7c sync 0x2
23 [0-9a-f]+ <[^>]*> 0008 6b7c sync 0x
    [all...]
mips32r2-sync.d 2 #name: MIPS32r2 sync instructions
4 #source: mips32r2-sync.s
6 # Check MIPS32r2 sync instructions assembly and disassembly
11 [0-9a-f]+ <[^>]*> 0000000f sync
12 [0-9a-f]+ <[^>]*> 0000008f sync 0x2
14 [0-9a-f]+ <[^>]*> 0000020f sync 0x8
19 [0-9a-f]+ <[^>]*> 0000060f sync 0x18
20 [0-9a-f]+ <[^>]*> 0000000f sync
21 [0-9a-f]+ <[^>]*> 0000008f sync 0x2
23 [0-9a-f]+ <[^>]*> 0000020f sync 0x
    [all...]
sync.s 4 sync
5 sync.p
6 sync.l
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/mmix/
sync-op.d 7 0: fc6e6406 sync 7234566
8 4: fc000000 sync 0
9 8: fc000001 sync 1
10 c: fc000000 sync 0
11 10: fc000001 sync 1
12 14: fc7c2242 sync 8135234
sync-op-r.d 3 # source: sync-op.s
9 0: fc6e6406 sync 7234566
10 4: fc000000 sync 0
11 8: fc000001 sync 1
12 c: fc000000 sync 0
13 10: fc000001 sync 1
14 14: fc7c2242 sync 8135234
  /device/google/contexthub/firmware/os/algos/
time_sync.c 21 void time_sync_reset(time_sync_t *sync) {
22 sync->n = 0;
23 sync->i = 0;
24 sync->estimate_valid = false;
26 sync->hold_count = 0;
29 bool time_sync_init(time_sync_t *sync) {
30 time_sync_reset(sync);
35 void time_sync_truncate(time_sync_t *sync, size_t window_size) {
37 sync->n = (window_size < sync->n) ? window_size : sync->n
    [all...]
ap_hub_sync.c 38 void apHubSyncReset(struct ApHubSync* sync) {
39 sync->state = 0;
41 osLog(LOG_DEBUG, "ApHub sync reset");
45 void apHubSyncAddDelta(struct ApHubSync* sync, uint64_t apTime, uint64_t hubTime) {
50 if (apTime > sync->lastTs + SYNC_EXPIRATION || sync->lastTs == 0) {
51 apHubSyncReset(sync);
54 sync->lastTs = apTime;
56 if (sync->state == NOT_INITED) {
58 sync->windowMax = delta
    [all...]
  /art/test/071-dexfile-map-clean/
run 23 # In addition, make sure we call 'sync'
31 ./default-run "$@" --no-dex2oat --sync
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/nios2/
sync.s 1 # Source file used to test the sync instructions
3 sync
sync-r2.d 2 #name: NIOS2 R2 sync
4 #source: sync.s
9 0+0000 <[^>]*> d8000020 sync
sync.d 2 #name: NIOS2 sync
7 0+0000 <[^>]*> 0001b03a sync
  /external/mesa3d/src/egl/main/
eglsync.h 44 /* A sync is a display resource */
56 _eglInitSync(_EGLSync *sync, _EGLDisplay *dpy, EGLenum type,
61 _eglGetSyncAttrib(_EGLDriver *drv, _EGLDisplay *dpy, _EGLSync *sync,
66 * Increment reference count for the sync.
69 _eglGetSync(_EGLSync *sync)
71 if (sync)
72 _eglGetResource(&sync->Resource);
73 return sync;
78 * Decrement reference count for the sync.
81 _eglPutSync(_EGLSync *sync)
116 _EGLSync *sync = (_EGLSync *) handle; local
    [all...]
eglsync.c 39 * Parse the list of sync attributes and return the proper error code.
42 _eglParseSyncAttribList(_EGLSync *sync, const EGLAttrib *attrib_list)
56 if (sync->Type == EGL_SYNC_CL_EVENT_KHR) {
57 sync->CLEvent = val;
63 if (sync->Type == EGL_SYNC_NATIVE_FENCE_ANDROID) {
65 sync->SyncFd = val;
76 _eglLog(_EGL_DEBUG, "bad sync attribute 0x%" PRIxPTR, attr);
86 _eglInitSync(_EGLSync *sync, _EGLDisplay *dpy, EGLenum type,
91 _eglInitResource(&sync->Resource, sizeof(*sync), dpy)
    [all...]
  /libcore/jsr166-tests/src/test/java/jsr166/
AbstractQueuedLongSynchronizerTest.java 112 final Mutex sync; field in class:AbstractQueuedLongSynchronizerTest.InterruptibleSyncRunnable
113 InterruptibleSyncRunnable(Mutex sync) { this.sync = sync; }
115 sync.acquireInterruptibly();
124 final Mutex sync; field in class:AbstractQueuedLongSynchronizerTest.InterruptedSyncRunnable
125 InterruptedSyncRunnable(Mutex sync) { this.sync = sync; }
127 sync.acquireInterruptibly()
277 Mutex sync = new Mutex(); local
285 Mutex sync = new Mutex(); local
296 Mutex sync = new Mutex(); local
307 final Mutex sync = new Mutex(); local
328 final Mutex sync = new Mutex(); local
339 final Mutex sync = new Mutex(); local
367 final Mutex sync = new Mutex(); local
388 final Mutex sync = new Mutex(); local
410 final Mutex sync = new Mutex(); local
438 final Mutex sync = new Mutex(); local
466 final Mutex sync = new Mutex(); local
514 final Mutex sync = new Mutex(); local
530 final Mutex sync = new Mutex(); local
545 final Mutex sync = new Mutex(); local
563 final Mutex sync = new Mutex(); local
590 final Mutex sync = new Mutex(); local
610 final Mutex sync = new Mutex(); local
621 final Mutex sync = new Mutex(); local
    [all...]
AbstractQueuedSynchronizerTest.java 116 final Mutex sync; field in class:AbstractQueuedSynchronizerTest.InterruptibleSyncRunnable
117 InterruptibleSyncRunnable(Mutex sync) { this.sync = sync; }
119 sync.acquireInterruptibly();
128 final Mutex sync; field in class:AbstractQueuedSynchronizerTest.InterruptedSyncRunnable
129 InterruptedSyncRunnable(Mutex sync) { this.sync = sync; }
131 sync.acquireInterruptibly()
280 Mutex sync = new Mutex(); local
288 Mutex sync = new Mutex(); local
299 Mutex sync = new Mutex(); local
310 final Mutex sync = new Mutex(); local
331 final Mutex sync = new Mutex(); local
342 final Mutex sync = new Mutex(); local
370 final Mutex sync = new Mutex(); local
391 final Mutex sync = new Mutex(); local
413 final Mutex sync = new Mutex(); local
441 final Mutex sync = new Mutex(); local
469 final Mutex sync = new Mutex(); local
517 final Mutex sync = new Mutex(); local
533 final Mutex sync = new Mutex(); local
548 final Mutex sync = new Mutex(); local
566 final Mutex sync = new Mutex(); local
593 final Mutex sync = new Mutex(); local
613 final Mutex sync = new Mutex(); local
624 final Mutex sync = new Mutex(); local
    [all...]
  /external/compiler-rt/test/lsan/TestCases/
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))
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))
  /prebuilts/go/darwin-x86/src/cmd/vet/testdata/
copylock.go 4 "sync"
5 "sync/atomic"
12 var x *sync.Mutex
14 var y sync.Mutex
17 var z = sync.Mutex{}
18 w := sync.Mutex{}
20 w = sync.Mutex{}
21 q := struct{ L sync.Mutex }{
22 L: sync.Mutex{},
28 once: sync.Once{}
    [all...]
  /prebuilts/go/linux-x86/src/cmd/vet/testdata/
copylock.go 4 "sync"
5 "sync/atomic"
12 var x *sync.Mutex
14 var y sync.Mutex
17 var z = sync.Mutex{}
18 w := sync.Mutex{}
20 w = sync.Mutex{}
21 q := struct{ L sync.Mutex }{
22 L: sync.Mutex{},
28 once: sync.Once{}
    [all...]
  /libcore/ojluni/src/main/java/java/util/concurrent/
Semaphore.java 165 private final Sync sync; field in class:Semaphore
172 abstract static class Sync extends AbstractQueuedSynchronizer {
175 Sync(int permits) {
227 static final class NonfairSync extends Sync {
242 static final class FairSync extends Sync {
271 sync = new NonfairSync(permits);
286 sync = fair ? new FairSync(permits) : new NonfairSync(permits);
318 sync.acquireSharedInterruptibly(1);
341 sync.acquireShared(1)
    [all...]

Completed in 491 milliseconds

1 2 3 4 5 6 7 8 91011>>