diff options
author | Nicola Pero <n.pero@mi.flashnet.it> | 2001-03-15 03:18:09 +0100 |
---|---|---|
committer | Stan Shebs <shebs@gcc.gnu.org> | 2001-03-15 02:18:09 +0000 |
commit | b894530e6d9633fc6497b3c404a3ec1bd1a341df (patch) | |
tree | 6f6458a683b563d93474ff1881bc95959806736a /libobjc/objc/thr.h | |
parent | 84c041a1ffd28bd3e380d49f8ece24ade3c8baf2 (diff) | |
download | gcc-b894530e6d9633fc6497b3c404a3ec1bd1a341df.zip gcc-b894530e6d9633fc6497b3c404a3ec1bd1a341df.tar.gz gcc-b894530e6d9633fc6497b3c404a3ec1bd1a341df.tar.bz2 |
thr.c (objc_thread_add): New function.
2001-03-14 Nicola Pero <n.pero@mi.flashnet.it>
* thr.c (objc_thread_add): New function.
(objc_thread_remove): Ditto.
* objc/thr.h: Declare them.
* libobjc.def: Mention them.
From-SVN: r40479
Diffstat (limited to 'libobjc/objc/thr.h')
-rw-r--r-- | libobjc/objc/thr.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libobjc/objc/thr.h b/libobjc/objc/thr.h index f904733..59766f6 100644 --- a/libobjc/objc/thr.h +++ b/libobjc/objc/thr.h @@ -96,6 +96,8 @@ int objc_thread_get_priority(void); void * objc_thread_get_data(void); int objc_thread_set_data(void *value); objc_thread_t objc_thread_id(void); +void objc_thread_add(void); +void objc_thread_remove(void); /* Use this to set the hook function that will be called when the |