Home
last modified time | relevance | path

Searched defs:timeout64 (Results 1 - 3 of 3) sorted by relevance

/foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/webgl/src/
H A Dwebgl2_rendering_context_impl.cpp464 GLuint64 timeout64 = (timeout == -1) ? GL_TIMEOUT_IGNORED : static_cast<GLuint64>(timeout); in ClientWaitSync() local
483 GLuint64 timeout64 = (timeout == -1) ? GL_TIMEOUT_IGNORED : static_cast<GLuint64>(timeout); in WaitSync() local
484 glWaitSync(reinterpret_cast<GLsync>(syncId), flags, timeout64); in WaitSync() local
/kernel/linux/linux-5.10/net/
H A Dsocket.c2696 struct timespec64 timeout64; in do_recvmmsg() local
/kernel/linux/linux-6.6/net/
H A Dsocket.c2878 struct timespec64 timeout64; in do_recvmmsg() local

Completed in 13 milliseconds