hotspot/src/os_cpu/windows_x86/vm/threadLS_windows_x86.cpp
void ThreadLocalStorage::pd_set_thread(Thread* thread) {
{- -------------------------------------------
(1) os::thread_local_storage_at_put() で TLS に値をセットする.
---------------------------------------- -}
os::thread_local_storage_at_put(ThreadLocalStorage::thread_index(), thread);
}
This document is available under the GNU GENERAL PUBLIC LICENSE Version 2.