equal
deleted
inserted
replaced
38 #include "runtime/biasedLocking.hpp" |
38 #include "runtime/biasedLocking.hpp" |
39 #include "runtime/sharedRuntime.hpp" |
39 #include "runtime/sharedRuntime.hpp" |
40 #ifdef TARGET_OS_FAMILY_linux |
40 #ifdef TARGET_OS_FAMILY_linux |
41 # include "thread_linux.inline.hpp" |
41 # include "thread_linux.inline.hpp" |
42 #endif |
42 #endif |
|
43 #ifdef TARGET_OS_FAMILY_bsd |
|
44 # include "thread_bsd.inline.hpp" |
|
45 #endif |
43 |
46 |
44 // This file is intentionally empty |
47 // This file is intentionally empty |