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
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