Re: pthread_rwlock behaviour
Roland McGrath <[email protected]>
| Newsgroups | gmane.comp.lib.phil |
|---|---|
| Message-ID | <[email protected]> |
> pthread_rwlock_unlock(&lock); > pthread_rwlock_unlock(&lock); Undefined behavior. This program has always been buggy and it is sheer luck if it ever worked for you before.