CX Framework
Cross-platform C utility framework
Loading...
Searching...
No Matches
Threading

Modules

 Event
 
 Mutex
 
 Reader-Writer Lock
 
 Core Multithreading
 

Detailed Description

Cross-platform threading, synchronization primitives, and atomic operations.

The CX threading system provides a lightweight abstraction over OS threading APIs with support for Windows, UNIX/POSIX, and WebAssembly platforms. It includes:

Threads use reference counting for memory management. Always release threads with thrRelease() when done.