comparison src/share/vm/runtime/osThread.hpp @ 4137:04b9a2566eec

Merge with hsx23/hotspot.
author Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
date Sat, 17 Dec 2011 21:40:27 +0100
parents f08d439fab8c
children 0105f367a14c
comparison
equal deleted inserted replaced
3737:9dc19b7d89a3 4137:04b9a2566eec
107 # include "osThread_solaris.hpp" 107 # include "osThread_solaris.hpp"
108 #endif 108 #endif
109 #ifdef TARGET_OS_FAMILY_windows 109 #ifdef TARGET_OS_FAMILY_windows
110 # include "osThread_windows.hpp" 110 # include "osThread_windows.hpp"
111 #endif 111 #endif
112 #ifdef TARGET_OS_FAMILY_bsd
113 # include "osThread_bsd.hpp"
114 #endif
112 115
113 }; 116 };
114 117
115 118
116 // Utility class for use with condition variables: 119 // Utility class for use with condition variables: