[Search for users] [Overall Top Noters] [List of all Conferences] [Download this site]

Conference clt::cma

Title:DECthreads Conference
Moderator:PTHRED::MARYSTEON
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

1532.0. "pthread_attr_setscope for Ovms?" by CSC32::J_HENSON (Don't get even, get ahead!) Fri Apr 25 1997 16:44

My turn for a dumb question.

Is there a OVMS equivalent of pthread_attr_setscope?  If so, what is it?

Thanks,

Jerry
T.RTitleUserPersonal
Name
DateLines
1532.1Yep, it's there... :-)WTFN::SCALESDespair is appropriate and inevitable.Fri Apr 25 1997 17:3013
.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