Lines Matching refs:SYS
72 extern int SYS$CLREF(int efn);
73 extern int SYS$SETIMR(unsigned int efn, struct timeval6 *timeout, void *ast,
75 extern int SYS$WFLOR(unsigned int efn, unsigned int mask);
76 extern int SYS$CANTIM(unsigned int request_id, unsigned int mode);
909 rc = SYS$CLREF(timer_efn);
910 rc = SYS$SETIMR(timer_efn, &timeout, NULL, timer_id, 0);
915 rc = SYS$WFLOR(__glutConnectionFD, wait_mask);
916 if (timer_efn != 0 && SYS$CLREF(timer_efn) == SS$_WASCLR) {
917 rc = SYS$CANTIM(timer_id, PSL$C_USER);
920 above. Can any of the SYS$ routines above fail? */