File: load.h

package info (click to toggle)
rtpengine 13.5.1.6-1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 13,680 kB
  • sloc: ansic: 86,786; perl: 59,543; python: 3,193; sh: 1,037; makefile: 687; asm: 211
file content (9 lines) | stat: -rw-r--r-- 162 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
#ifndef _LOAD_H_
#define _LOAD_H_

extern int load_average; // times 100
extern int cpu_usage; // times 100

enum thread_looper_action load_thread(void);

#endif