< prev index next >

src/os/linux/vm/os_linux.hpp

Print this page

        

@@ -168,10 +168,11 @@
   // GNU libc and libpthread version strings
   static const char *glibc_version()          { return _glibc_version; }
   static const char *libpthread_version()     { return _libpthread_version; }
 
   static void libpthread_init();
+  static void sched_getcpu_init();
   static bool libnuma_init();
   static void* libnuma_dlsym(void* handle, const char* name);
 
   // Return default guard size for the specified thread type
   static size_t default_guard_size(os::ThreadType thr_type);
< prev index next >