mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-18 18:14:38 +02:00
8181319: Make os::Linux::sched_getcpu() available even when UseNUMA is false
Reviewed-by: dholmes, rehn
This commit is contained in:
parent
3e24f6d955
commit
ce57b75eef
2 changed files with 15 additions and 11 deletions
|
@ -170,6 +170,7 @@ class Linux {
|
|||
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);
|
||||
// libnuma v2 (libnuma_1.2) symbols
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue