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

/openjdk7/hotspot/src/os/bsd/vm/
H A Dos_bsd.cpp1302 void os::thread_local_storage_at_put(int index, void* value) { function in class:os
/openjdk7/hotspot/src/os/linux/vm/
H A Dos_linux.cpp1111 void os::thread_local_storage_at_put(int index, void* value) { function in class:os
/openjdk7/hotspot/src/os/solaris/vm/
H A Dos_solaris.cpp299 os::thread_local_storage_at_put(ThreadLocalStorage::thread_index(), thread);
1649 void os::thread_local_storage_at_put(int index, void* value) { function in class:os
1655 fatal(err_msg("os::thread_local_storage_at_put: thr_setspecific failed "
/openjdk7/hotspot/src/os/windows/vm/
H A Dos_windows.cpp3713 void os::thread_local_storage_at_put(int index, void* value) { function in class:os

Completed in 105 milliseconds