Zrythm
a highly automated and intuitive digital audio workstation
Loading...
Searching...
No Matches
cpu_windows.h
Go to the documentation of this file.
1
/*
2
* SPDX-FileCopyrightText: © 2020 Alexandros Theodotou <alex@zrythm.org>
3
*
4
* SPDX-License-Identifier: LicenseRef-ZrythmLicense
5
*/
6
13
#ifndef __UTILS_CPU_WINDOWS_H__
14
#define __UTILS_CPU_WINDOWS_H__
15
16
#ifdef _WIN32
17
18
# ifdef __cplusplus
19
extern
"C"
{
20
# endif
21
28
int
29
cpu_windows_get_usage (
int
pid);
30
31
# ifdef __cplusplus
32
}
33
# endif
34
35
#endif
// _WIN32
36
37
#endif
utils
cpu_windows.h
Generated by
1.11.0