mirror of
https://github.com/thepigeongenerator/cpusetcores.git
synced 2025-12-18 14:35:45 +01:00
rename get/set -core to -cpu
This commit is contained in:
@@ -2,5 +2,5 @@
|
||||
#include <stdbool.h>
|
||||
#include <stdint.h>
|
||||
|
||||
bool getcore(uint32_t); // gets the state of core (id)
|
||||
void setcore(uint32_t, bool); // sets the state of core (id)
|
||||
bool getcpu(uint32_t); // gets the state of core (id)
|
||||
void setcpu(uint32_t, bool); // sets the state of core (id)
|
||||
|
||||
Reference in New Issue
Block a user