All of lore.kernel.org
 help / color / mirror / Atom feed
* [LTP] Question about priority of pthread rwlock on linux
@ 2011-12-09 10:01 Kang Kai
  2011-12-09 13:15 ` Cyril Hrubis
  0 siblings, 1 reply; 3+ messages in thread
From: Kang Kai @ 2011-12-09 10:01 UTC (permalink / raw)
  To: ltp-list


[-- Attachment #1.1: Type: text/plain, Size: 1173 bytes --]

Hello everyone,

I am working on Yocto( a kind of  embedded linux) to make POSIX test 
cases pass. It uses kernel 3.0 and eglibc 2.3.

There are 3 failed test cases about pthread rwlock:
pthread_rwlock_rdlock/2-1 pthread_rwlock_rdlock/2-2  
pthread_rwlock_unlock/3-1

In pthread_rwlock_rdlock/2-1,  main thread*read lock* a rwlock,  child 
thread1 *write lock* the rwlock with a medium priority, so it should be 
blocked. child thread2 try to *read lock *the rwlock with low priority, 
the case says child thread2 should block too. But in Yocto linux child 
thread2 doesn't block and then read lock the rwlock, that make test case 
fail.

In eglibc nptl implementation, rwlock has a element "__flags" to 
identify prefer write lock or read lock, default is to prefer read lock. 
If change __flags to prefer write lock, the test case will pass.

My questions are:
1 What is the test case base on? I checked the  POSIX.1-2008 but didn't 
find description priority about the pthread rwlock? Could anyone give me 
a source that make me to understand it better?
2 Which C library or platform can make this case pass? So that I can 
compare it with eglibc.

Thanks a lot!
Kai




[-- Attachment #1.2: Type: text/html, Size: 1588 bytes --]

[-- Attachment #2: Type: text/plain, Size: 384 bytes --]

------------------------------------------------------------------------------
Cloud Services Checklist: Pricing and Packaging Optimization
This white paper is intended to serve as a reference, checklist and point of 
discussion for anyone considering optimizing the pricing and packaging model 
of a cloud services business. Read Now!
http://www.accelacomm.com/jaw/sfnl/114/51491232/

[-- Attachment #3: Type: text/plain, Size: 155 bytes --]

_______________________________________________
Ltp-list mailing list
Ltp-list@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/ltp-list

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2011-12-14 11:40 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-12-09 10:01 [LTP] Question about priority of pthread rwlock on linux Kang Kai
2011-12-09 13:15 ` Cyril Hrubis
     [not found]   ` <CAGH67wT1TwR89P+rQpo4gC7Qx0iRFkJbzxVA=PSu0QiC+uDE4g@mail.gmail.com>
2011-12-14 11:49     ` Cyril Hrubis

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.