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

/openjdk7/hotspot/src/share/vm/utilities/
H A DglobalDefinitions_gcc.hpp214 typedef int (*int_fnP_thread_t_i)(thread_t, int); typedef
H A DglobalDefinitions_sparcWorks.hpp228 typedef int (*int_fnP_thread_t_i)(thread_t, int); typedef
/openjdk7/hotspot/src/os/solaris/vm/
H A Dos_solaris.hpp49 static int_fnP_thread_t_i _thr_setmutator;
230 static void set_thr_setmutator(int_fnP_thread_t_i func) { _thr_setmutator = func; }
H A Dos_solaris.cpp5017 int_fnP_thread_t_i os::Solaris::_thr_setmutator;
5145 os::Solaris::set_thr_setmutator(CAST_TO_FN_PTR(int_fnP_thread_t_i, func));

Completed in 54 milliseconds