Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F142487905
D45710.id140131.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
518 B
Referenced Files
None
Subscribers
None
D45710.id140131.diff
View Options
diff --git a/lib/libthr/thread/thr_rwlock.c b/lib/libthr/thread/thr_rwlock.c
--- a/lib/libthr/thread/thr_rwlock.c
+++ b/lib/libthr/thread/thr_rwlock.c
@@ -59,7 +59,7 @@
static int init_static(struct pthread *thread, pthread_rwlock_t *rwlock);
static int init_rwlock(pthread_rwlock_t *rwlock, pthread_rwlock_t *rwlock_out);
-static int __always_inline
+static __always_inline int
check_and_init_rwlock(pthread_rwlock_t *rwlock, pthread_rwlock_t *rwlock_out)
{
if (__predict_false(*rwlock == THR_PSHARED_PTR ||
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Wed, Jan 21, 9:09 AM (1 h, 41 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
27798587
Default Alt Text
D45710.id140131.diff (518 B)
Attached To
Mode
D45710: libthr: move __always_inline to canonical position
Attached
Detach File
Event Timeline
Log In to Comment