Changeset 88949 in vbox for trunk/src/VBox/Runtime/r0drv/netbsd
- Timestamp:
- May 8, 2021 11:02:05 PM (4 years ago)
- svn:sync-xref-src-repo-rev:
- 144284
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/r0drv/netbsd/sleepqueue-r0drv-netbsd.h
r83614 r88949 170 170 DECLINLINE(void) rtR0SemBsdWaitDoIt(PRTR0SEMBSDSLEEP pWait) 171 171 { 172 #if __NetBSD_Prereq__(9,99,57) 173 #define sleepq_enqueue(sq, wchan, wmesg, sobj) \ 174 sleepq_enqueue((sq), (wchan), (wmesg), (sobj), true) 175 #endif 176 172 177 sleepq_enter(pWait->sq, curlwp, pWait->sq_lock); 173 178 sleepq_enqueue(pWait->sq, pWait->wchan, "VBoxIS", &vbox_syncobj);
Note:
See TracChangeset
for help on using the changeset viewer.