Searched refs:_thread_type (Results 1 - 4 of 4) sorted by relevance

/openjdk7/hotspot/src/os/linux/vm/
H A DosThread_linux.hpp31 int _thread_type; variable
36 return _thread_type;
39 _thread_type = type;
/openjdk7/hotspot/src/os/bsd/vm/
H A DosThread_bsd.hpp29 int _thread_type; variable
34 return _thread_type;
37 _thread_type = type;
/openjdk7/hotspot/src/share/vm/shark/
H A DsharkContext.hpp124 const llvm::PointerType* _thread_type; member in class:SharkContext
152 return _thread_type;
H A DsharkContext.cpp73 _thread_type = PointerType::getUnqual(

Completed in 43 milliseconds