summaryrefslogtreecommitdiffstats
path: root/common/ithread.h
diff options
context:
space:
mode:
authorMartin Storsjo <martin@martin.st>2015-06-13 11:23:30 +0300
committerMarco Nelissen <marcone@google.com>2015-06-24 20:41:03 +0000
commit584cbb6996abd1d16169f7d62164f4755ec5e079 (patch)
tree4e91a2bc6bc92ff4d33e143268ce68503ee41a8e /common/ithread.h
parent7cc1badb1772bb8d607ebc5c1bd4d2ce1fd443fb (diff)
downloadandroid_external_libavc-584cbb6996abd1d16169f7d62164f4755ec5e079.tar.gz
android_external_libavc-584cbb6996abd1d16169f7d62164f4755ec5e079.tar.bz2
android_external_libavc-584cbb6996abd1d16169f7d62164f4755ec5e079.zip
Remove the ithread_exit function
This function is dangerous since it behaved differently on different platform implementations. It is not used for any actual purpose, and not currently necessary. Change-Id: I9702e9943065235c7a7b29dc6c6eeb36212e7ce1
Diffstat (limited to 'common/ithread.h')
-rw-r--r--common/ithread.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/common/ithread.h b/common/ithread.h
index f926f83..3e5aa9c 100644
--- a/common/ithread.h
+++ b/common/ithread.h
@@ -29,7 +29,6 @@
/* List of Functions : ithread_get_handle_size */
/* ithread_get_mutex_lock_size */
/* ithread_create */
-/* ithread_exit */
/* ithread_join */
/* ithread_get_mutex_struct_size */
/* ithread_mutex_init */
@@ -65,8 +64,6 @@ UWORD32 ithread_get_mutex_lock_size(void);
WORD32 ithread_create(void *thread_handle, void *attribute, void *strt, void *argument);
-void ithread_exit(void *val_ptr);
-
WORD32 ithread_join(void *thread_id, void ** val_ptr);
WORD32 ithread_get_mutex_struct_size(void);