File: CpuAffinity.h

package info (click to toggle)
squid3 3.4.8-6
  • links: PTS
  • area: main
  • in suites: jessie-kfreebsd
  • size: 31,084 kB
  • sloc: cpp: 165,325; ansic: 21,998; sh: 12,166; makefile: 5,964; perl: 2,153; sql: 322; awk: 118
file content (16 lines) | stat: -rw-r--r-- 342 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
/*
 */

#ifndef SQUID_CPU_AFFINITY_H
#define SQUID_CPU_AFFINITY_H

/// set CPU affinity for this process on startup
void CpuAffinityInit();

/// reconfigure CPU affinity for this process
void CpuAffinityReconfigure();

/// check CPU affinity configuration and print warnings if needed
void CpuAffinityCheck();

#endif // SQUID_CPU_AFFINITY_H