Home
last modified time | relevance | path

Searched defs:handler_t (Results 1 – 5 of 5) sorted by relevance

/external/bison/lib/
Dsigaction.c76 typedef void (*handler_t) (int signal); typedef
Dsigprocmask.c63 typedef void (*handler_t) (int); typedef
/external/oprofile/daemon/
Dopd_trans.h60 typedef void (*handler_t)(struct transient *); typedef
/external/clang/test/CXX/dcl.dcl/dcl.spec/dcl.typedef/
Dp2-0x.cpp133 using handler_t = void (*)(int); typedef
/external/clang/test/SemaCXX/
Dalias-template.cpp114 template<typename T> using handler_t = void (*)(T); typedef