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

/openjdk7/hotspot/src/os/bsd/vm/
H A Dos_bsd.hpp248 static void set_sched_getcpu(sched_getcpu_func_t func) { _sched_getcpu = func; } function in class:Bsd
H A Dos_bsd.cpp3038 set_sched_getcpu(CAST_TO_FN_PTR(sched_getcpu_func_t,
/openjdk7/hotspot/src/os/linux/vm/
H A Dos_linux.hpp233 static void set_sched_getcpu(sched_getcpu_func_t func) { _sched_getcpu = func; } function in class:Linux
H A Dos_linux.cpp2890 set_sched_getcpu(CAST_TO_FN_PTR(sched_getcpu_func_t,
2895 set_sched_getcpu(CAST_TO_FN_PTR(sched_getcpu_func_t, (void*)&sched_getcpu_syscall));

Completed in 66 milliseconds