Concurrency Policy
Linux does not support process-scope threads because each Linux thread is a separate Unix process. Therefore, the concurrency policy attribute is not supported in the Linux implementation of the Threads Module. Attempts to get or set this attribute value results in exceptions.