Home
last modified time | relevance | path

Searched refs:TIMER (Results 1 – 5 of 5) sorted by relevance

/titanic_44/usr/src/cmd/sendmail/src/
H A Dtimers.h22 #define TIMER struct _timer macro
24 TIMER
32 extern void pushtimer __P((TIMER *));
33 extern void poptimer __P((TIMER *));
34 extern char *strtimer __P((TIMER *));
H A Dsendmail.h846 TIMER ti_overall; /* the whole process */
/titanic_44/usr/src/lib/libc/port/rt/
H A Dsigev_thread.h46 typedef enum {TIMER = 1, MQ, AIO} subsystem_t; /* Calling sub-system */ enumerator
H A Dsigev_thread.c430 case TIMER: in free_sigev_handler()
487 if (caller == TIMER || caller == AIO) { in setup_sigev_handler()
511 case TIMER: in launch_spawner()
H A Dclock_timer.c96 tcdp = setup_sigev_handler(sigevp, TIMER); in timer_create()