Changeset 43437 in vbox
- Timestamp:
- Sep 26, 2012 11:11:23 AM (12 years ago)
- svn:sync-xref-src-repo-rev:
- 80945
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/r0drv/freebsd/sleepqueue-r0drv-freebsd.h
r43434 r43437 199 199 fSleepqFlags |= SLEEPQ_INTERRUPTIBLE; 200 200 201 sleepq_add(pWait->pvWaitChan, NULL, " IPRT Semaphore", fSleepqFlags, 0);201 sleepq_add(pWait->pvWaitChan, NULL, "VBoxIS", fSleepqFlags, 0); 202 202 203 203 if (!pWait->fIndefinite)
Note:
See TracChangeset
for help on using the changeset viewer.