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 _WOE32
17
18# ifdef __cplusplus
19extern "C" {
20# endif
21
28int
29cpu_windows_get_usage (int pid);
30
31# ifdef __cplusplus
32}
33# endif
34
35#endif // _WOE32
36
37#endif