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

/openjdk7/hotspot/src/os/linux/vm/
H A Dos_linux.hpp240 static int sched_getcpu_syscall(void);
H A Dos_linux.cpp2846 int os::Linux::sched_getcpu_syscall(void) { function in class:os::Linux
2895 set_sched_getcpu(CAST_TO_FN_PTR(sched_getcpu_func_t, (void*)&sched_getcpu_syscall));

Completed in 2897 milliseconds