1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000
1.2 +++ b/os/ossrv/genericopenlibs/openenvcore/libpthread/eabi/libpthreadU.def Fri Jun 15 03:10:57 2012 +0200
1.3 @@ -0,0 +1,54 @@
1.4 +EXPORTS
1.5 + pthread_attr_destroy @ 1 NONAME
1.6 + pthread_attr_getdetachstate @ 2 NONAME
1.7 + pthread_attr_getschedparam @ 3 NONAME
1.8 + pthread_attr_getschedpolicy @ 4 NONAME
1.9 + pthread_attr_getscope @ 5 NONAME
1.10 + pthread_attr_getstacksize @ 6 NONAME
1.11 + pthread_attr_init @ 7 NONAME
1.12 + pthread_attr_setdetachstate @ 8 NONAME
1.13 + pthread_attr_setschedparam @ 9 NONAME
1.14 + pthread_attr_setschedpolicy @ 10 NONAME
1.15 + pthread_attr_setscope @ 11 NONAME
1.16 + pthread_attr_setstacksize @ 12 NONAME
1.17 + pthread_cond_broadcast @ 13 NONAME
1.18 + pthread_cond_destroy @ 14 NONAME
1.19 + pthread_cond_init @ 15 NONAME
1.20 + pthread_cond_signal @ 16 NONAME
1.21 + pthread_cond_timedwait @ 17 NONAME
1.22 + pthread_cond_wait @ 18 NONAME
1.23 + pthread_condattr_destroy @ 19 NONAME
1.24 + pthread_condattr_init @ 20 NONAME
1.25 + pthread_create @ 21 NONAME
1.26 + pthread_detach @ 22 NONAME
1.27 + pthread_equal @ 23 NONAME
1.28 + pthread_exit @ 24 NONAME
1.29 + pthread_getschedparam @ 25 NONAME
1.30 + pthread_getspecific @ 26 NONAME
1.31 + pthread_join @ 27 NONAME
1.32 + pthread_key_create @ 28 NONAME
1.33 + pthread_key_delete @ 29 NONAME
1.34 + pthread_mutex_destroy @ 30 NONAME
1.35 + pthread_mutex_init @ 31 NONAME
1.36 + pthread_mutex_lock @ 32 NONAME
1.37 + pthread_mutex_timedlock @ 33 NONAME
1.38 + pthread_mutex_trylock @ 34 NONAME
1.39 + pthread_mutex_unlock @ 35 NONAME
1.40 + pthread_mutexattr_destroy @ 36 NONAME
1.41 + pthread_mutexattr_getpshared @ 37 NONAME
1.42 + pthread_mutexattr_gettype @ 38 NONAME
1.43 + pthread_mutexattr_init @ 39 NONAME
1.44 + pthread_mutexattr_setpshared @ 40 NONAME
1.45 + pthread_mutexattr_settype @ 41 NONAME
1.46 + pthread_once @ 42 NONAME
1.47 + pthread_self @ 43 NONAME
1.48 + pthread_setschedparam @ 44 NONAME
1.49 + pthread_setspecific @ 45 NONAME
1.50 + sem_destroy @ 46 NONAME
1.51 + sem_getvalue @ 47 NONAME
1.52 + sem_init @ 48 NONAME
1.53 + sem_post @ 49 NONAME
1.54 + sem_timedwait @ 50 NONAME
1.55 + sem_trywait @ 51 NONAME
1.56 + sem_wait @ 52 NONAME
1.57 +