Multi-threaded Programming
Table of Contents
Index
Chapter 5: Library Routines for Multi-threading
5.1 Type Definitions and Call Prototypes
5.2 Routines by Category
5.2.1 Thread-control Routines
5.2.1.1 RETURN-CODE Values For Thread-control Routines
5.2.2 Synchronization Routines
5.2.2.1 Events
5.2.2.2 Monitors
5.2.2.3 Mutexes
5.2.2.4 Semaphores
5.2.2.5 RETURN-CODE Values For Synchronization Routines
5.2.3 Routines for Handling Thread-specific Data
5.2.3.1 Allocating Thread-local Data From the Dynamic Heap
5.2.3.2 Accessing Thread-local Data From an Initialized Thread-storage Handle
5.2.3.3 Using the Thread-specific Data Handling Routines
5.2.3.4 RETURN-CODE Values For Thread-specific Data Handling Routines
5.2.4 Routines for Handling Thread Memory
5.3 Description of Routines
5.3.1 Key
5.3.2 List of Routines