Searched refs:_thread_ptr_offset (Results 1 - 2 of 2) sorted by relevance

/openjdk7/hotspot/src/os_cpu/windows_x86/vm/
H A DthreadLS_windows_x86.hpp32 static int _thread_ptr_offset; variable
45 static inline void set_thread_ptr_offset( int offset ) { _thread_ptr_offset = offset; }
47 static inline int get_thread_ptr_offset() { return _thread_ptr_offset; }
H A DthreadLS_windows_x86.cpp34 int ThreadLocalStorage::_thread_ptr_offset = 0; member in class:ThreadLocalStorage

Completed in 34 milliseconds