thr_setconcurrency

Sets the current level of concurrency.

Library:LibC
Classification:UNIX International
Service:Threads

Syntax

  #include <thread.h>
   
  int thr_setconcurrency (
     int   new_level);
  

Parameters

new_level

(IN) Specifies the number of threads you want to run concurrently.

Return Values

Returns ENOTSUP.

Remarks

On NetWare, the thr_setconcurrency function is not supported.