enum ov::ProcessorUseStatus

Overview

Definition of CPU_MAP_USED_FLAG column in CPU mapping table. More…

#include <system_conf.hpp>

enum ProcessorUseStatus
{
    CPU_BLOCKED = -100,
    NOT_USED    = -1,
    CPU_USED    = 1,
};

Detailed Documentation

Definition of CPU_MAP_USED_FLAG column in CPU mapping table.

Enum Values

CPU_BLOCKED

Processor is blocked to use.

NOT_USED

Processor is not bound to thread.

CPU_USED

CPU is in using.