Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

SIGEV_THREAD support for timer notification

Status
Not open for further replies.

Guest_imported

New member
Jan 1, 1970
0
Is the SIGEV_THREAD option for a notification method within the sigevent
structure supported under Solaris 2.6? I find the #define in the siginfo.h
header file, but my call to timer_create always returns an "invalid argument"
when the supplied sigevent structure contains SIGEV_THREAD in the sigev_notify
field. I can change this to SIGEV_NONE and it runs without error.
Note: this is a run-time error.

Thanks in advance,

Greg
 
Hi,
I have exactly the same problem as you had. Do you already know how to solve this? I'm sitting on this for 2-3 days already...
Thanks in advance,
Itai.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top