Click here to Skip to main content
15,867,568 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
hi,,
i am trying to make a small timer utility

i based on timer_create

there are three types of callbacks using the timer_create api:
SIGEV_SIGNAL
SIGEV_THREAD
SIGEV_THREAD_ID

when i create single time all works
when i create more then one time from (SIGEV_SIGNAL+SIGEV_THREAD_ID)
or more then one from SIGEV_THREAD in a single application it works;

but when i try to mix SIGEV_THREAD with another type of timer ( SIGEV_SIGNAL or SIGEV_THREAD_ID)
it does not work.

any know why ?
Posted

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900