Home
last modified time | relevance | path

Searched defs:_timer (Results 1 – 3 of 3) sorted by relevance

/titanic_51/usr/src/lib/libshell/common/sh/
H A Dtimers.c30 typedef struct _timer struct
34 struct _timer *next; argument
35 void (*action)(void*);
36 void *handle;
/titanic_51/usr/src/contrib/ast/src/cmd/ksh93/sh/
H A Dtimers.c30 typedef struct _timer struct
34 struct _timer *next; argument
35 action_timer global() argument
36 handle_timer global() argument
/titanic_51/usr/src/boot/sys/sys/
H A Dsignal.h218 } _timer; member