Searched defs:RW_LOCK_WRITER_COUNT_BASE (Results 1 - 2 of 2) sorted by relevance

/vbox/src/VBox/Additions/haiku/SharedFolders/
H A Dlock.h80 #define RW_LOCK_WRITER_COUNT_BASE 0x10000 macro
183 if (oldCount >= RW_LOCK_WRITER_COUNT_BASE)
198 if (oldCount >= RW_LOCK_WRITER_COUNT_BASE)
212 if (oldCount >= RW_LOCK_WRITER_COUNT_BASE)
/vbox/src/VBox/Additions/haiku/include/
H A Dlock.h83 #define RW_LOCK_WRITER_COUNT_BASE 0x10000 macro
186 if (oldCount >= RW_LOCK_WRITER_COUNT_BASE)
201 if (oldCount >= RW_LOCK_WRITER_COUNT_BASE)
215 if (oldCount >= RW_LOCK_WRITER_COUNT_BASE)

Completed in 43 milliseconds