OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:_sig_func_ptr
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/native_client_sdk/src/libraries/nacl_io/
ossignal.h
13
typedef
_sig_func_ptr
sighandler_t;
/external/chromium_org/native_client_sdk/src/libraries/third_party/newlib-extras/sys/
signal.h
87
typedef void (*
_sig_func_ptr
)(int);
typedef
95
_sig_func_ptr
_handler; /* SIG_DFL, SIG_IGN, or pointer to a function */
112
typedef void (*
_sig_func_ptr
)(int);
typedef
116
_sig_func_ptr
sa_handler;
Completed in 626 milliseconds