Do you want BuboFlash to help you learning these things? Or do you want to add or correct something? Click here to log in or create user.



Question
How to create a POSIX- per-process timer ?
Answer

SYNOPSIS top

 #include <signal.h> #include <time.h> int timer_create(clockid_t clockid, struct sigevent *sevp, timer_t *timerid); Link with -lrt. Feature Test Macro Requirements for glibc (see feature_test_macros(7)): timer_create(): _POSIX_C_SOURCE >= 199309L

Question
How to create a POSIX- per-process timer ?
Answer
?

Question
How to create a POSIX- per-process timer ?
Answer

SYNOPSIS top

 #include <signal.h> #include <time.h> int timer_create(clockid_t clockid, struct sigevent *sevp, timer_t *timerid); Link with -lrt. Feature Test Macro Requirements for glibc (see feature_test_macros(7)): timer_create(): _POSIX_C_SOURCE >= 199309L
If you want to change selection, open document below and click on "Move attachment"

timer_create(2) - Linux manual page
UE | ERRORS | VERSIONS | CONFORMING TO | NOTES | EXAMPLE | SEE ALSO | COLOPHON TIMER_CREATE(2) Linux Programmer's Manual TIMER_CREATE(2) NAME top timer_create - create a POSIX per-process timer <span>SYNOPSIS top #include <signal.h> #include <time.h> int timer_create(clockid_t clockid, struct sigevent *sevp, timer_t *timerid); Link with -lrt. Feature Test Macro Requirements for glibc (see feature_test_macros(7) ): timer_create(): _POSIX_C_SOURCE >= 199309L DESCRIPTION top timer_create() creates a new per-process interval timer. The ID of the new timer is returned in the buffer pointed to by timerid, which must be a non-null pointer. This

Summary

statusnot learnedmeasured difficulty37% [default]last interval [days]               
repetition number in this series0memorised on               scheduled repetition               
scheduled repetition interval               last repetition or drill

Details

No repetitions


Discussion

Do you want to join discussion? Click here to log in or create user.