There're two (incompatible) ways to write multi-threaded programs under
authorAndy Polyakov <appro@openssl.org>
Fri, 25 Feb 2000 15:44:03 +0000 (15:44 +0000)
committerAndy Polyakov <appro@openssl.org>
Fri, 25 Feb 2000 15:44:03 +0000 (15:44 +0000)
IRIX, one is to call sproc(2) when every thread does get own pid and
POSIX threads when all the threads share same pid.


No differences found