Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F157913778
D47779.id.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
319 B
Referenced Files
None
Subscribers
None
D47779.id.diff
View Options
diff --git a/sys/sys/condvar.h b/sys/sys/condvar.h
--- a/sys/sys/condvar.h
+++ b/sys/sys/condvar.h
@@ -79,6 +79,7 @@
#define cv_broadcast(cvp) cv_broadcastpri(cvp, 0)
#define cv_wmesg(cvp) ((cvp)->cv_description)
+#define cv_waiters(cvp) ((cvp)->cv_waiters)
#endif /* _KERNEL */
#endif /* _SYS_CONDVAR_H_ */
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Wed, May 27, 10:49 AM (6 h, 39 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
33554338
Default Alt Text
D47779.id.diff (319 B)
Attached To
Mode
D47779: condvar: Add cv_waiters() macro
Attached
Detach File
Event Timeline
Log In to Comment