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

1 2 3 45 6 7 8 91011>>

  /prebuilts/go/linux-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...]
pool_test.go 8 "sync"
18 p := &sync.Pool{New: func() interface{} { return make([]byte, 10) }}
34 p := &sync.Pool{New: func() interface{} { return make([]byte, 10) }}
  /external/deqp/framework/egl/wrapper/
eglwImplExt.inl 7 EGLint eglwClientWaitSyncKHR (EGLDisplay dpy, EGLSyncKHR sync, EGLint flags, EGLTimeKHR timeout)
12 return egl->clientWaitSyncKHR(dpy, sync, flags, timeout);
55 EGLBoolean eglwDestroySyncKHR (EGLDisplay dpy, EGLSyncKHR sync)
60 return egl->destroySyncKHR(dpy, sync);
71 EGLBoolean eglwGetSyncAttribKHR (EGLDisplay dpy, EGLSyncKHR sync, EGLint attribute, EGLint *value)
76 return egl->getSyncAttribKHR(dpy, sync, attribute, value);
95 EGLBoolean eglwSignalSyncKHR (EGLDisplay dpy, EGLSyncKHR sync, EGLenum mode)
100 return egl->signalSyncKHR(dpy, sync, mode);
119 EGLint eglwWaitSyncKHR (EGLDisplay dpy, EGLSyncKHR sync, EGLint flags)
124 return egl->waitSyncKHR(dpy, sync, flags)
    [all...]
  /prebuilts/go/darwin-x86/src/runtime/pprof/
runtime_test.go 15 sync := make(chan struct{})
25 sync <- struct{}{}
27 <-sync
39 sync <- struct{}{}
41 <-sync
53 sync <- struct{}{}
55 <-sync
70 sync := make(chan struct{})
76 sync <- struct{}{}
78 <-sync
    [all...]
  /prebuilts/go/linux-x86/src/runtime/pprof/
runtime_test.go 15 sync := make(chan struct{})
25 sync <- struct{}{}
27 <-sync
39 sync <- struct{}{}
41 <-sync
53 sync <- struct{}{}
55 <-sync
70 sync := make(chan struct{})
76 sync <- struct{}{}
78 <-sync
    [all...]
  /external/guava/guava/src/com/google/common/util/concurrent/
AbstractFuture.java 68 private final Sync<V> sync = new Sync<V>(); field in class:AbstractFuture
96 return sync.get(unit.toNanos(timeout));
116 return sync.get();
121 return sync.isDone();
126 return sync.isCancelled();
131 if (!sync.cancel(mayInterruptIfRunning)) {
160 return sync.wasInterrupted();
176 * {@link AbstractFuture.Sync#COMPLETED} and invoke the listeners if th
    [all...]
  /frameworks/base/media/jni/
android_media_SyncParams.cpp 60 sync.mSource = (AVSyncSource)env->GetIntField(params, fields.sync_source);
61 sync.mAudioAdjustMode = (AVSyncAudioAdjustMode)env->GetIntField(params, fields.audio_adjust_mode);
62 sync.mTolerance = env->GetFloatField(params, fields.tolerance);
77 env->SetIntField(params, fields.sync_source, (jint)sync.mSource);
78 env->SetIntField(params, fields.audio_adjust_mode, (jint)sync.mAudioAdjustMode);
79 env->SetFloatField(params, fields.tolerance, (jfloat)sync.mTolerance);
  /prebuilts/go/darwin-x86/misc/cgo/testsanitizers/src/
tsan6.go 22 "sync"
26 var wg sync.WaitGroup
27 var mu sync.Mutex
tsan7.go 19 "sync"
24 var wg sync.WaitGroup
25 var mu sync.Mutex
  /prebuilts/go/darwin-x86/src/runtime/race/testdata/
pool_test.go 8 "sync"
18 p := &sync.Pool{New: func() interface{} { return make([]byte, 10) }}
34 p := &sync.Pool{New: func() interface{} { return make([]byte, 10) }}
  /prebuilts/go/linux-x86/misc/cgo/testsanitizers/src/
tsan6.go 22 "sync"
26 var wg sync.WaitGroup
27 var mu sync.Mutex
tsan7.go 19 "sync"
24 var wg sync.WaitGroup
25 var mu sync.Mutex
  /external/icu/icu4j/main/classes/localespi/src/com/ibm/icu/impl/jdkadapter/
CalendarICU.java 40 sync(); method
46 sync(); method
64 // calendar fields. See private void sync().
70 sync(); method
77 sync(); method
96 sync(); method
104 sync(); method
187 sync(); method
198 sync(); method
213 sync(); method
219 sync(); method
225 sync(); method
270 sync(); method
274 private void sync() { method in class:CalendarICU
    [all...]
  /external/mesa3d/src/mesa/main/
syncobj.c 26 * Sync object management.
28 * Unlike textures and other objects that are shared between contexts, sync
30 * and delete behavior of sync objects is slightly different. References to
31 * sync objects are added:
45 * As with shader objects, sync object names become invalid as soon as
110 * whether the state of the sync object has changed.
125 * the state of the sync object changes or the timeout expires.
145 * Allocate/init the context state related to sync objects.
155 * Free the context state related to sync objects.
165 * Check if the given sync object is
    [all...]
  /external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/Events/
EventWithExceptionDebuggee.java 51 sync(); method
55 private void sync() { method in class:EventWithExceptionDebuggee
  /external/autotest/client/site_tests/platform_TLSDate/src/
test.conf 5 should-sync-hwclock no
  /external/libxcam/
autogen.sh 12 git submodule sync
  /external/parameter-framework/upstream/parameter/
SyncerSet.cpp 55 bool CSyncerSet::sync(CParameterBlackboard &parameterBlackboard, bool bBack, function in class:CSyncerSet
69 if (!pSyncer->sync(parameterBlackboard, bBack, strError)) {
  /hardware/intel/img/hwcomposer/merrifield/platforms/merrifield/
PlatfBufferManager.cpp 20 #include <sync/sync.h>
  /hardware/intel/img/hwcomposer/merrifield/platforms/merrifield_plus/
PlatfBufferManager.cpp 20 #include <sync/sync.h>
  /hardware/intel/img/hwcomposer/moorefield_hdmi/platforms/merrifield_plus/
PlatfBufferManager.cpp 20 #include <sync/sync.h>
  /hardware/qcom/display/msm8909/sdm/libs/hwc/
hwc_buffer_sync_handler.cpp 31 #include <sync/sync.h>
76 DLOGE("Sync merge error! fd1 %d fd2 %d", fd1, fd2);
  /hardware/qcom/display/msm8909w_3100/sdm/libs/hwc/
hwc_buffer_sync_handler.cpp 30 #include <sync/sync.h>
76 DLOGE("Sync merge error! fd1 %d fd2 %d", fd1, fd2);
  /hardware/qcom/display/msm8996/sdm/libs/hwc/
hwc_buffer_sync_handler.cpp 33 #include <sync/sync.h>
78 DLOGE("Sync merge error! fd1 %d fd2 %d", fd1, fd2);
  /hardware/qcom/display/msm8998/sdm/libs/hwc2/
hwc_buffer_sync_handler.cpp 32 #include <sync/sync.h>
77 DLOGE("Sync merge error! fd1 %d fd2 %d", fd1, fd2);

Completed in 624 milliseconds

1 2 3 45 6 7 8 91011>>