[Info-vax] Compile error (Pthread on VMS)?
Craig A. Berry
craigberry at mac.com.invalid
Fri Feb 22 23:31:34 EST 2013
In article <kg2lh9$s8n$1 at dont-email.me>,
Stephen Hoffman <seaohveh at hoffmanlabs.invalid> wrote:
> Given its status, the sys$sigprc call might not work all that well,
> either.
I can't see how it would work at all for this as it sends a signal to
another process, not to another thread in the same process, which is
what pthread_kill does.
Note that pthread_cancel does exist on VMS and might be an alternative:
$ help posix pthread pthread_cancel
POSIX_Threads
PTHREAD_routines
pthread_cancel
Allows a thread to request a thread to terminate execution.
Additional information available:
C_Binding Arguments Description Return_Values
Associated_Routines
POSIX_Threads PTHREAD_routines pthread_cancel Subtopic?
More information about the Info-vax
mailing list