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

/openjdk7/hotspot/src/os/solaris/vm/
H A Dos_solaris.hpp49 static int_fnP_thread_t_i _thr_setmutator; member in class:Solaris
229 static int thr_setmutator(thread_t tid, int enabled) { return _thr_setmutator(tid, enabled); }
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; member in class:os::Solaris

Completed in 678 milliseconds