diff -r 000000000000 -r bde4ae8d615e os/ossrv/genericopenlibs/openenvcore/libpthread/eabi/libpthreadU.def --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/os/ossrv/genericopenlibs/openenvcore/libpthread/eabi/libpthreadU.def Fri Jun 15 03:10:57 2012 +0200 @@ -0,0 +1,54 @@ +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 +