Tells the compiler to use the pthread library for multithreading support. This is a deprecated option that may be removed in a future release.
Linux: | -pthread |
Windows: | None |
None
ON |
The compiler uses the pthread library for multithreading support. |
Tells the compiler to use pthread library for multithreading support.
This option only applies to host compilation. When offloading is enabled, it does not impact device-specific compilation.
Linux: -reentrancy threaded
Windows: /reentrancy:threaded