/third_party/musl/src/unistd/ |
H A D | sync.c | 4 void sync(void) in sync() function
|
/third_party/node/deps/npm/node_modules/isexe/ |
H A D | index.js | |
H A D | mode.js | 12 function sync (path, options) { function
|
H A D | windows.js | 40 function sync (path, options) { function
|
/third_party/NuttX/fs/mount/ |
H A D | fs_sync.c | 54 void sync(void) in sync() function
|
/third_party/alsa-lib/test/ |
H A D | control.c | 46 snd_pcm_sync_id_t sync; in main() local
|
/third_party/mesa3d/src/vulkan/runtime/ |
H A D | vk_drm_syncobj.h | 49 vk_sync_as_drm_syncobj(struct vk_sync *sync) in vk_sync_as_drm_syncobj() argument
|
H A D | vk_sync_binary.h | 33 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 D | vk_sync_dummy.c | 27 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 D | vk_sync_timeline.h | 37 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 D | vk_sync_binary.c | 29 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 D | pvr_srv_sync.h | 55 static inline struct pvr_srv_sync *to_srv_sync(struct vk_sync *sync) in to_srv_sync() argument
|
/third_party/mesa3d/bin/ |
H A D | khronos-update.py | 20 def sync(self) -> None: member in Source
|
/third_party/mesa3d/src/egl/main/ |
H A D | eglsync.c | 42 _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 D | eglsync.h | 67 _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 D | sfn_debug.cpp | 37 int stderr_streambuf::sync() in sync() function in r600::stderr_streambuf
|
/third_party/mesa3d/src/mesa/main/ |
H A D | robustness.c | 34 _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 D | ContextLostTest.cpp | 61 GLsync sync = glFenceSync(GL_SYNC_GPU_COMMANDS_COMPLETE, 0); in TEST_P() local
|
/third_party/skia/src/gpu/gl/ |
H A D | GrGLAssembleWebGLInterfaceAutogen.cpp | 32 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 D | GrGLSemaphore.h | 34 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 D | Gpu.cpp | 55 void Gpu::checkForFinishedWork(SyncToCpu sync) { in checkForFinishedWork() argument
|
/third_party/ffmpeg/libavformat/ |
H A D | mlpdec.c | 34 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 D | ssp-debug.c | 109 struct ssp_aux_config_sync *sync; in ssp_print_internal() local [all...] |
/third_party/mesa3d/src/virtio/vulkan/ |
H A D | vn_renderer_util.c | 13 struct vn_renderer_sync *sync; in vn_renderer_submit_simple_sync() local
|
/third_party/libinput/tools/ |
H A D | libinput-analyze-touch-down-state.py | 59 def sync(self): member in Slot
|