Home
last modified time | relevance | path

Searched defs:sync (Results 1 - 25 of 174) sorted by relevance

1234567

/third_party/musl/src/unistd/
H A Dsync.c4 void sync(void) in sync() function
/third_party/node/deps/npm/node_modules/isexe/
H A Dindex.js
H A Dmode.js12 function sync (path, options) { function
H A Dwindows.js40 function sync (path, options) { function
/third_party/NuttX/fs/mount/
H A Dfs_sync.c54 void sync(void) in sync() function
/third_party/alsa-lib/test/
H A Dcontrol.c46 snd_pcm_sync_id_t sync; in main() local
/third_party/mesa3d/src/vulkan/runtime/
H A Dvk_drm_syncobj.h49 vk_sync_as_drm_syncobj(struct vk_sync *sync) in vk_sync_as_drm_syncobj() argument
H A Dvk_sync_binary.h33 struct vk_sync_type sync; member
49 struct vk_sync sync; member
67 vk_sync_as_binary(struct vk_sync *sync) in vk_sync_as_binary() argument
H A Dvk_sync_dummy.c27 vk_sync_dummy_init(struct vk_device *device, struct vk_sync *sync, uint64_t initial_value) vk_sync_dummy_init() argument
35 vk_sync_dummy_finish(struct vk_device *device, struct vk_sync *sync) vk_sync_dummy_finish() argument
H A Dvk_sync_timeline.h37 struct vk_sync_type sync; member
56 struct vk_sync sync; member
79 struct vk_sync sync; member
121 vk_sync_as_timeline(struct vk_sync *sync) in vk_sync_as_timeline() argument
[all...]
H A Dvk_sync_binary.c29 to_vk_sync_binary(struct vk_sync *sync) in to_vk_sync_binary() argument
37 vk_sync_binary_init(struct vk_device *device, struct vk_sync *sync, uint64_t initial_value) vk_sync_binary_init() argument
56 vk_sync_binary_finish(struct vk_device *device, struct vk_sync *sync) vk_sync_binary_finish() argument
65 vk_sync_binary_reset(struct vk_device *device, struct vk_sync *sync) vk_sync_binary_reset() argument
76 vk_sync_binary_signal(struct vk_device *device, struct vk_sync *sync, uint64_t value) vk_sync_binary_signal() argument
[all...]
/third_party/mesa3d/src/imagination/vulkan/winsys/pvrsrvkm/
H A Dpvr_srv_sync.h55 static inline struct pvr_srv_sync *to_srv_sync(struct vk_sync *sync) in to_srv_sync() argument
/third_party/mesa3d/bin/
H A Dkhronos-update.py20 def sync(self) -> None: member in Source
/third_party/mesa3d/src/egl/main/
H A Deglsync.c42 _eglParseSyncAttribList(_EGLSync *sync, const EGLAttrib *attrib_list) in _eglParseSyncAttribList() argument
86 _eglInitSync(_EGLSync *sync, _EGLDisplay *disp, EGLenum type, in _eglInitSync() argument
123 _eglGetSyncAttrib(_EGLDisplay *disp, _EGLSync *sync, EGLint attribute, EGLAttrib *value) _eglGetSyncAttrib() argument
[all...]
H A Deglsync.h67 _eglGetSync(_EGLSync *sync) in _eglGetSync() argument
79 _eglPutSync(_EGLSync *sync) in _eglPutSync() argument
90 _eglLinkSync(_EGLSync *sync) _eglLinkSync() argument
101 _eglUnlinkSync(_EGLSync *sync) _eglUnlinkSync() argument
114 _EGLSync *sync = (_EGLSync *) handle; _eglLookupSync() local
125 _eglGetSyncHandle(_EGLSync *sync) _eglGetSyncHandle() argument
[all...]
/third_party/mesa3d/src/gallium/drivers/r600/sfn/
H A Dsfn_debug.cpp37 int stderr_streambuf::sync() in sync() function in r600::stderr_streambuf
/third_party/mesa3d/src/mesa/main/
H A Drobustness.c34 _context_lost_GetSynciv(GLsync sync, GLenum pname, GLsizei bufSize, in _context_lost_GetSynciv() argument
/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/
H A DContextLostTest.cpp61 GLsync sync = glFenceSync(GL_SYNC_GPU_COMMANDS_COMPLETE, 0); in TEST_P() local
/third_party/skia/src/gpu/gl/
H A DGrGLAssembleWebGLInterfaceAutogen.cpp32 void emscripten_glWaitSync(GLsync sync, GLbitfield flags, GLuint64 timeout) { in emscripten_glWaitSync() argument
39 GLenum emscripten_glClientWaitSync(GLsync sync, GLbitfield flags, GLuint64 timeout) { in emscripten_glClientWaitSync() argument
H A DGrGLSemaphore.h34 GrGLsync sync() const { return fSync; } in sync() function in GrGLSemaphore
35 void setSync(const GrGLsync& sync) { fSync = sync; } in setSync() argument
23 MakeWrapped(GrGLGpu* gpu, GrGLsync sync, GrWrapOwnership ownership) MakeWrapped() argument
/third_party/skia/experimental/graphite/src/
H A DGpu.cpp55 void Gpu::checkForFinishedWork(SyncToCpu sync) { in checkForFinishedWork() argument
/third_party/ffmpeg/libavformat/
H A Dmlpdec.c34 static int av_always_inline mlp_thd_probe(const AVProbeData *p, uint32_t sync) in mlp_thd_probe() argument
/third_party/alsa-utils/topology/nhlt/intel/ssp/
H A Dssp-debug.c109 struct ssp_aux_config_sync *sync; in ssp_print_internal() local
[all...]
/third_party/mesa3d/src/virtio/vulkan/
H A Dvn_renderer_util.c13 struct vn_renderer_sync *sync; in vn_renderer_submit_simple_sync() local
/third_party/libinput/tools/
H A Dlibinput-analyze-touch-down-state.py59 def sync(self): member in Slot

Completed in 8 milliseconds

1234567