Marius Vollmer <[EMAIL PROTECTED]> writes:

> Is there a way to return an exit code with pthread_exit()?

Doesn't pthread allow that directly?

  Function: void pthread_exit (void *RETVAL)

Of course you have to pthread_join() to get the value.

-- 
Rob Browning
rlb @defaultvalue.org and @debian.org; previously @cs.utexas.edu
GPG starting 2002-11-03 = 14DD 432F AE39 534D B592  F9A0 25C8 D377 8C7E 73A4


_______________________________________________
Guile-devel mailing list
Guile-devel@gnu.org
http://lists.gnu.org/mailman/listinfo/guile-devel

Reply via email to