Home
last modified time | relevance | path

Searched defs:oldHandler (Results 1 – 4 of 4) sorted by relevance

/third_party/musl/libc-test/src/functionalext/supplement/signal/signal_gtest/
Dsignal_sysv_signal_test.cpp19 sighandler_t oldHandler = signal(SIGINT, SignalHandler); variable
/third_party/skia/tools/sk_app/unix/
DGLWindowContext_unix.cpp77 int (*oldHandler)(Display*, XErrorEvent*) = XSetErrorHandler(&ctxErrorHandler); in onInitializeContext() local
/third_party/skia/tools/gpu/gl/glx/
DCreatePlatformGLTestContext_glx.cpp317 int (*oldHandler)(Display*, XErrorEvent*) = XSetErrorHandler(&ctxErrorHandler); in CreateBestContext() local
/third_party/typescript/src/compiler/
Dchecker.ts21233 const oldHandler = outofbandVarianceMarkerHandler; constant