* Minor cleanup.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@33586 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -324,8 +324,7 @@ extern status_t suspend_thread(thread_id thread);
|
|||||||
extern status_t rename_thread(thread_id thread, const char *newName);
|
extern status_t rename_thread(thread_id thread, const char *newName);
|
||||||
extern status_t set_thread_priority(thread_id thread, int32 newPriority);
|
extern status_t set_thread_priority(thread_id thread, int32 newPriority);
|
||||||
extern void exit_thread(status_t status);
|
extern void exit_thread(status_t status);
|
||||||
extern status_t wait_for_thread (thread_id thread,
|
extern status_t wait_for_thread(thread_id thread, status_t *returnValue);
|
||||||
status_t *threadReturnValue);
|
|
||||||
extern status_t on_exit_thread(void (*callback)(void *), void *data);
|
extern status_t on_exit_thread(void (*callback)(void *), void *data);
|
||||||
|
|
||||||
extern thread_id find_thread(const char *name);
|
extern thread_id find_thread(const char *name);
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
/*
|
/*
|
||||||
* Copyright 2007, Haiku, Inc. All Rights Reserved.
|
* Copyright 2007-2009, Haiku, Inc. All Rights Reserved.
|
||||||
* Distributed under the terms of the MIT license.
|
* Distributed under the terms of the MIT license.
|
||||||
*/
|
*/
|
||||||
#ifndef _IMAGE_H
|
#ifndef _IMAGE_H
|
||||||
|
|||||||
Reference in New Issue
Block a user