Next: Internal Probes, Previous: Debugging Support, Up: Top [Contents][Index]
This chapter describes functions used for managing threads. The GNU C Library provides two threading implementations: ISO C threads and POSIX threads.
• ISO C Threads: | Threads based on the ISO C specification. | |
• POSIX Threads: | Threads based on the POSIX specification. |