Up: Run-Time Libraries [Contents][Index]
| Platform | Run-Time | Tasking | Exceptions | 
|---|---|---|---|
| ppc-aix | rts-native (default) | native AIX threads | ZCX | 
| rts-sjlj | native AIX threads | SJLJ | |
| sparc-solaris | rts-native (default) | native Solaris threads library | ZCX | 
| rts-pthread | pthread library | ZCX | |
| rts-sjlj | native Solaris threads library | SJLJ | |
| sparc64-solaris | rts-native (default) | native Solaris threads library | ZCX | 
| x86-linux | rts-native (default) | pthread library | ZCX | 
| rts-sjlj | pthread library | SJLJ | |
| x86-lynx | rts-native (default) | native LynxOS threads | SJLJ | 
| x86-solaris | rts-native (default) | native Solaris threads library | ZCX | 
| rts-sjlj | native Solaris threads library | SJLJ | |
| x86-windows | rts-native (default) | native Win32 threads | ZCX | 
| rts-sjlj | native Win32 threads | SJLJ | |
| x86_64-linux | rts-native (default) | pthread library | ZCX | 
| rts-sjlj | pthread library | SJLJ |