Changeset 22073 in vbox for trunk/src/VBox/Runtime/r0drv/solaris/vbi/thread-r0drv-solaris.c
- Timestamp:
- Aug 7, 2009 3:26:56 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/r0drv/solaris/vbi/thread-r0drv-solaris.c
-
Property svn:keywords
changed from
Id
toAuthor Date Id Revision
r21595 r22073 34 34 *******************************************************************************/ 35 35 #include "the-solaris-kernel.h" 36 #include "internal/iprt.h" 37 #include <iprt/thread.h> 36 38 37 #include <iprt/thread.h>38 39 #include <iprt/asm.h> 39 40 #include <iprt/assert.h> 40 41 #include <iprt/err.h> 42 41 43 42 44 … … 51 53 clock_t cTicks; 52 54 unsigned long timeout; 55 RT_ASSERT_PREEMPTIBLE(); 53 56 54 57 if (!cMillies) … … 96 99 RTDECL(bool) RTThreadYield(void) 97 100 { 101 RT_ASSERT_PREEMPTIBLE(); 98 102 return vbi_yield(); 99 103 } -
Property svn:keywords
changed from
Note:
See TracChangeset
for help on using the changeset viewer.