Description
Threading support can be added to PlayStation 2 homebrew software through an embedded POSIX-style pthread implementation. Developers use it when PS2 programs need thread abstractions inside the ps2dev toolchain.
It is a target threading library, not a process manager. Concurrency behavior must be tested carefully on the intended PS2 runtime or emulator.