Searched refs:thread_id_size (Results 1 - 3 of 3) sorted by relevance

/openjdk7/hotspot/src/share/vm/runtime/
H A DosThread.hpp114 static size_t thread_id_size() { return sizeof(thread_id_t); } function in class:OSThread
/openjdk7/hotspot/src/share/vm/c1/
H A Dc1_LIRGenerator.cpp2893 size_t thread_id_size = OSThread::thread_id_size(); local
2894 if (thread_id_size == (size_t) BytesPerLong) {
2898 } else if (thread_id_size == (size_t) BytesPerInt) {
/openjdk7/hotspot/src/share/vm/opto/
H A Dlibrary_call.cpp2906 size_t thread_id_size = OSThread::thread_id_size(); local
2907 if (thread_id_size == (size_t) BytesPerLong) {
2909 } else if (thread_id_size == (size_t) BytesPerInt) {

Completed in 73 milliseconds