Searched defs:thread_local_storage_at (Results 1 - 4 of 4) sorted by relevance

/openjdk7/hotspot/src/os/bsd/vm/
H A Dos_bsd.inline.hpp46 inline void* os::thread_local_storage_at(int index) { function in class:os
/openjdk7/hotspot/src/os/linux/vm/
H A Dos_linux.inline.hpp58 inline void* os::thread_local_storage_at(int index) { function in class:os
/openjdk7/hotspot/src/os/solaris/vm/
H A Dos_solaris.cpp1666 void* os::thread_local_storage_at(int index) { function in class:os
/openjdk7/hotspot/src/os/windows/vm/
H A Dos_windows.cpp3715 assert(thread_local_storage_at(index) == value, "Just checking");
3719 void* os::thread_local_storage_at(int index) { function in class:os

Completed in 4253 milliseconds