[_{kern,user}_]{start,stop}_system_watching()

-> [_{kern,user}_]{start,stop}_watching_system()


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@39872 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Ingo Weinhold
2010-12-16 17:01:23 +00:00
parent 756b64fd83
commit d23cadce4c
7 changed files with 17 additions and 16 deletions
+4 -4
View File
@@ -25,10 +25,10 @@ status_t _user_get_system_info(system_info *userInfo, size_t size);
status_t _user_get_system_info_etc(int32 id, void *buffer,
size_t bufferSize);
status_t _user_start_system_watching(int32 object, uint32 flags,
port_id port, int32 token);
status_t _user_stop_system_watching(int32 object, uint32 flags,
port_id port, int32 token);
status_t _user_start_watching_system(int32 object, uint32 flags, port_id port,
int32 token);
status_t _user_stop_watching_system(int32 object, uint32 flags, port_id port,
int32 token);
#ifdef __cplusplus
+2 -2
View File
@@ -174,9 +174,9 @@ extern status_t _kern_get_team_usage_info(team_id team, int32 who,
extern status_t _kern_get_extended_team_info(team_id teamID, uint32 flags,
void* buffer, size_t size, size_t* _sizeNeeded);
extern status_t _kern_start_system_watching(int32 object, uint32 flags,
extern status_t _kern_start_watching_system(int32 object, uint32 flags,
port_id port, int32 token);
extern status_t _kern_stop_system_watching(int32 object, uint32 flags,
extern status_t _kern_stop_watching_system(int32 object, uint32 flags,
port_id port, int32 token);
extern status_t _kern_block_thread(uint32 flags, bigtime_t timeout);
+2 -2
View File
@@ -65,9 +65,9 @@ extern "C" {
status_t get_system_info_etc(int32 id, void* buffer, size_t bufferSize);
status_t start_system_watching(int32 object, uint32 flags, port_id port,
status_t start_watching_system(int32 object, uint32 flags, port_id port,
int32 token);
status_t stop_system_watching(int32 object, uint32 flags, port_id port,
status_t stop_watching_system(int32 object, uint32 flags, port_id port,
int32 token);