Museum

Home

Lab Overview

Retrotechnology Articles

Online Manuals

⇒ timer_delete(2) — DG/UX 5.4R2.01

Media Vault

Software Library

Restoration Projects

Artifacts Sought



timer_delete(2)              DG/UX 5.4 Rel. 2.01             timer_delete(2)


NAME
       timer_delete - delete a per-process timer

SYNOPSIS
       #include <signal.h>
       #include <time.h>

       int timerdelete (timerid)
            timert   timerid;

DESCRIPTION
       Use timerdelete(2) to delete the timer timerid previously created
       by timercreate(2). If timerid is enabled, it will be disabled, then
       deleted. Any pending signals sent by the timer are not affected by
       the deletion.

   Note
        * This routine is based on POSIX realtime extension document P1003.4
          draft 12. It is therefore subject to change.

        * Compilation of a source file using this routine requires that
          feature macro _POSIX4_DRAFT_SOURCE be defined.  This feature macro
          is not enabled by any other feature macro, nor does it enable any
          other feature macro.

        * The compiled routine must be linked to library librte.a.

RETURN VALUE
       If successful, timerdelete returns 0. If unsuccessful, the routine
       returns -1 and sets ERRNO to:

        EINVAL The value of timerid is not valid.

SEE ALSO
       clockgetres(2), timercreate(2), timersettime(2), timergettime(2),
       timergetoverrun(2).





















Licensed material--property of copyright holder(s)                         1


Typewritten Software • bear@typewritten.org • Edmonds, WA 98026