This is the mail archive of the gcc-help@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

off topic: max pthread_rw_locks


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]