genericopenlibs/openenvcore/libpthread/eabi/libpthreadU.def
changeset 44 97b0fb8a2cc2
parent 22 ddc455616bd6
child 48 ab61c4cedc64
--- a/genericopenlibs/openenvcore/libpthread/eabi/libpthreadU.def	Mon May 03 14:06:43 2010 +0300
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,54 +0,0 @@
-EXPORTS
-	pthread_attr_destroy @ 1 NONAME
-	pthread_attr_getdetachstate @ 2 NONAME
-	pthread_attr_getschedparam @ 3 NONAME
-	pthread_attr_getschedpolicy @ 4 NONAME
-	pthread_attr_getscope @ 5 NONAME
-	pthread_attr_getstacksize @ 6 NONAME
-	pthread_attr_init @ 7 NONAME
-	pthread_attr_setdetachstate @ 8 NONAME
-	pthread_attr_setschedparam @ 9 NONAME
-	pthread_attr_setschedpolicy @ 10 NONAME
-	pthread_attr_setscope @ 11 NONAME
-	pthread_attr_setstacksize @ 12 NONAME
-	pthread_cond_broadcast @ 13 NONAME
-	pthread_cond_destroy @ 14 NONAME
-	pthread_cond_init @ 15 NONAME
-	pthread_cond_signal @ 16 NONAME
-	pthread_cond_timedwait @ 17 NONAME
-	pthread_cond_wait @ 18 NONAME
-	pthread_condattr_destroy @ 19 NONAME
-	pthread_condattr_init @ 20 NONAME
-	pthread_create @ 21 NONAME
-	pthread_detach @ 22 NONAME
-	pthread_equal @ 23 NONAME
-	pthread_exit @ 24 NONAME
-	pthread_getschedparam @ 25 NONAME
-	pthread_getspecific @ 26 NONAME
-	pthread_join @ 27 NONAME
-	pthread_key_create @ 28 NONAME
-	pthread_key_delete @ 29 NONAME
-	pthread_mutex_destroy @ 30 NONAME
-	pthread_mutex_init @ 31 NONAME
-	pthread_mutex_lock @ 32 NONAME
-	pthread_mutex_timedlock @ 33 NONAME
-	pthread_mutex_trylock @ 34 NONAME
-	pthread_mutex_unlock @ 35 NONAME
-	pthread_mutexattr_destroy @ 36 NONAME
-	pthread_mutexattr_getpshared @ 37 NONAME
-	pthread_mutexattr_gettype @ 38 NONAME
-	pthread_mutexattr_init @ 39 NONAME
-	pthread_mutexattr_setpshared @ 40 NONAME
-	pthread_mutexattr_settype @ 41 NONAME
-	pthread_once @ 42 NONAME
-	pthread_self @ 43 NONAME
-	pthread_setschedparam @ 44 NONAME
-	pthread_setspecific @ 45 NONAME
-	sem_destroy @ 46 NONAME
-	sem_getvalue @ 47 NONAME
-	sem_init @ 48 NONAME
-	sem_post @ 49 NONAME
-	sem_timedwait @ 50 NONAME
-	sem_trywait @ 51 NONAME
-	sem_wait @ 52 NONAME
-