| [ << ] | [ < ] | [ Up ] | [ > ] | [ >> ] | [Top] | [Contents] | [Index] | [ ? ] |
17.3 Posix Threads
This section describes two Posix-Like multi-threading Bigloo libraries.
The two libraries, pthread, and srfi-18 are all the same
but the mutex-state function that returns different results.
Because of these differences that might seem thin at first glance,
the pthread library is significantly faster than the srfi-18
library. For that reason, it is recommended to use the pthread
library instead of the srfi-18 library that is mostly supported
for backward compatibility.
As much as possible, the names exported by this library are compatible with the Fair Threads library (see Section Threads).
| 17.3.1 Using Posix Threads | ||
| 17.3.2 Threads | ||
| 17.3.3 Mutexes | ||
| 17.3.4 Condition Variables | ||
| 17.3.5 SRFI-18 |
This document was generated on March 31, 2014 using texi2html 5.0.
