RTEMS
5.0.0
|
Pthread Get/Set ConcurrencyPer the Open Group specification, when user pthreads are mapped 1:1 onto kernel threads, the implementation simply tracks an internal variable whose initial value is 0. If it is set, subsequent calls to obtain the value return that previously set. More...
Functions | |
int | pthread_getconcurrency (void) |
int | pthread_setconcurrency (int new_level) |
Pthread Get/Set Concurrency
Per the Open Group specification, when user pthreads are mapped 1:1 onto kernel threads, the implementation simply tracks an internal variable whose initial value is 0. If it is set, subsequent calls to obtain the value return that previously set.