문제

What is the preprocessor definition CPU_STATE_MAX and what is it used for? I couldn't find any descriptive/relevant google results or man pages.

I am on Mac OSX Snowleopard, if that makes any difference.

도움이 되었습니까?

해결책

See this--it corresponds to the number of CPU states defined in the machine.h header. These different states are then used to index different pieces of information about the CPU state, which can differ by CPU state--idle, 'nice', etc.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top