this repo has no description
at fixPythonPipStalling 46 lines 1.5 kB view raw
1/* 2This file is part of Darling. 3 4Copyright (C) 2017 Lubos Dolezel 5 6Darling is free software: you can redistribute it and/or modify 7it under the terms of the GNU General Public License as published by 8the Free Software Foundation, either version 3 of the License, or 9(at your option) any later version. 10 11Darling is distributed in the hope that it will be useful, 12but WITHOUT ANY WARRANTY; without even the implied warranty of 13MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 14GNU General Public License for more details. 15 16You should have received a copy of the GNU General Public License 17along with Darling. If not, see <http://www.gnu.org/licenses/>. 18*/ 19 20#import <Foundation/Foundation.h> 21 22void* sysmon_copy_process_info(void); 23void* sysmon_release(void); 24void* sysmon_request_add_attribute(void); 25void* sysmon_request_add_attributes(void); 26void* sysmon_request_alloc(void); 27void* sysmon_request_cancel(void); 28void* sysmon_request_create(void); 29void* sysmon_request_execute(void); 30void* sysmon_request_set_flags(void); 31void* sysmon_request_set_interval(void); 32void* sysmon_retain(void); 33void* sysmon_row_alloc(void); 34void* sysmon_row_apply(void); 35void* sysmon_row_get_value(void); 36void* sysmon_table_alloc(void); 37void* sysmon_table_apply(void); 38void* sysmon_table_copy_row(void); 39void* sysmon_table_get_count(void); 40void* sysmon_table_get_row(void); 41void* sysmon_table_get_timestamp(void); 42 43#import <sysmon/OS_sysmon_object.h> 44#import <sysmon/OS_sysmon_request.h> 45#import <sysmon/OS_sysmon_table.h> 46#import <sysmon/OS_sysmon_row.h>