Bugs item #1400422, was opened at 2006-01-09 16:15
Message generated for change (Comment added) made by ppessi
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=756076&aid=1400422&group_id=143636
Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: None
Group: None
>Status: Closed
>Resolution: Invalid
Priority: 5
Submitted By: Pekka Pessi (ppessi)
Assigned to: Nobody/Anonymous (nobody)
Summary: pthread_rwlock_trylock() fails in cygwin
Initial Comment:
Reference counting using rwlock does not work in cygwin
#define _XOPEN_SOURCE (500)
#include <pthread.h>
pthread_rwlock_t rw;
int main()
{
pthread_rwlock_init(&rw, NULL);
pthread_rwlock_rdlock(&rw);
pthread_rwlock_rdlock(&rw);
pthread_rwlock_unlock(&rw);
/* pthread_rwlock_trywrlock() should fail (not return
0) */
return pthread_rwlock_trywrlock(&rw) != 0 ? 0 : 1;
}
----------------------------------------------------------------------
>Comment By: Pekka Pessi (ppessi)
Date: 2006-03-08 18:56
Message:
Logged In: YES
user_id=52043
Not a bug.
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=756076&aid=1400422&group_id=143636
-------------------------------------------------------
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
_______________________________________________
Sofia-sip-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/sofia-sip-devel