This is the mail archive of the
gcc-help@gcc.gnu.org
mailing list for the GCC project.
off topic: max pthread_rw_locks
- From: Gokhan Kisacikoglu <kisa at centropolisfx dot com>
- To: gcc-help at gcc dot gnu dot org
- Date: Mon, 30 Sep 2002 16:58:56 -0700
- Subject: off topic: max pthread_rw_locks
- Organization: Centropolis Effects, LLC
- Reply-to: kisa at centropolisfx dot com
Hi,
I know there are limits for the maximum pthreads and mutex locks I can
create. Is there any limit for the read/write locks?
Can somebody provide a way to retrieve that information on the system?
I am looking for the system limits for the following function calls:
pthread_rwlock_init, pthread_rwlock_destroy, pthread_rwlock_rdlock,
pthread_rwlock_tryrdlock, pthread_rwlock_unlock, pthread_rwlock_wrlock,
pthread_rwlock_trywrlock...
Thanks in advance,
Gokhan