Home
last modified time | relevance | path

Searched refs:restorer (Results 1 - 13 of 13) sorted by relevance

/third_party/musl/arch/sh/
H A Dksigaction.h6 void *restorer; member
/third_party/musl/src/internal/
H A Dksigaction.h10 void (*restorer)(void); member
/third_party/musl/arch/x32/
H A Dksigaction.h6 void (*restorer)(void); member
/third_party/musl/arch/x86_64/
H A Dksigaction.h6 void (*restorer)(void); member
/third_party/musl/src/signal/
H A Dsigaction.c50 ksa.restorer = (sa->sa_flags & SA_SIGINFO) ? __restore_rt : __restore; in __libc_sigaction()
/third_party/musl/porting/linux/user/src/signal/
H A Dsigaction.c81 ksa.restorer = (sa->sa_flags & SA_SIGINFO) ? __restore_rt : __restore; in __libc_sigaction()
/third_party/musl/src/signal/linux/
H A Dsigaction.c83 ksa.restorer = (sa->sa_flags & SA_SIGINFO) ? __restore_rt : __restore; in __libc_sigaction()
/third_party/skia/tools/gpu/gl/mac/
H A DCreatePlatformGLTestContext_mac.cpp91 SkScopeExit restorer(context_restorer()); in MacGLTestContext()
/third_party/skia/tools/gpu/gl/win/
H A DCreatePlatformGLTestContext_win.cpp135 SkScopeExit restorer(context_restorer());
/third_party/skia/tools/gpu/gl/egl/
H A DCreatePlatformGLTestContext_egl.cpp170 SkScopeExit restorer(context_restorer()); in EGLGLTestContext()
/third_party/skia/tools/gpu/gl/glx/
H A DCreatePlatformGLTestContext_glx.cpp234 SkScopeExit restorer(context_restorer()); in GLXGLTestContext()
/third_party/skia/tools/gpu/gl/angle/
H A DGLTestContext_angle.cpp321 SkScopeExit restorer(context_restorer()); in ANGLEGLContext()
/third_party/skia/tools/gpu/gl/command_buffer/
H A DGLTestContext_command_buffer.cpp299 SkScopeExit restorer(context_restorer());

Completed in 5 milliseconds