Title: | DECthreads Conference |
Moderator: | PTHRED::MARYS TE ON |
Created: | Mon May 14 1990 |
Last Modified: | Fri Jun 06 1997 |
Last Successful Update: | Fri Jun 06 1997 |
Number of topics: | 1553 |
Total number of notes: | 9541 |
My turn for a dumb question. Is there a OVMS equivalent of pthread_attr_setscope? If so, what is it? Thanks, Jerry
T.R | Title | User | Personal Name | Date | Lines |
---|---|---|---|---|---|
1532.1 | Yep, it's there... :-) | WTFN::SCALES | Despair is appropriate and inevitable. | Fri Apr 25 1997 17:30 | 13 |
.0> Is there a OVMS equivalent of pthread_attr_setscope? If so, what is it? Yes, it's called pthread_attr_setscope(). :-) OpenVMS supports process contention scope, which is also the default. Nevertheless, you may set it explicitly, if you like. Since OpenVMS "kernel threads" are not intended for direct use by applications -- you can only create very few of them in each process -- we do not support system contention scope on OpenVMS. (Why would you want it??) Webb |