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