Changeset 37156 in vbox for trunk/src/VBox/Runtime
- Timestamp:
- May 19, 2011 1:11:14 PM (14 years ago)
- svn:sync-xref-src-repo-rev:
- 71836
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/r3/solaris/thread-affinity-solaris.cpp
r37154 r37156 41 41 #include <sys/procset.h> 42 42 #include <unistd.h> 43 #include <errno.h> 43 44 44 45 … … 54 55 { 55 56 RTCPUSET PresentSet; 56 int cCpusInSet = RTCpuSetCount( &pCpuSet);57 int cCpusInSet = RTCpuSetCount(pCpuSet); 57 58 if (cCpusInSet == 1) 58 59 {
Note:
See TracChangeset
for help on using the changeset viewer.