Up: Run-Time Libraries [Contents][Index]
| Platform | Run-Time | Tasking | Exceptions |
|---|---|---|---|
| GNU/Linux | rts-native (default) | pthread library | ZCX |
| rts-sjlj | pthread library | SJLJ | |
| Windows | rts-native (default) | native Win32 threads | ZCX |
| rts-sjlj | native Win32 threads | SJLJ | |
| Mac OS | rts-native | pthread library | ZCX |