os/ossrv/genericopenlibs/openenvcore/libpthread/eabi/libpthreadU.def
author sl@SLION-WIN7.fritz.box
Fri, 15 Jun 2012 03:10:57 +0200
changeset 0 bde4ae8d615e
permissions -rw-r--r--
First public contribution.
sl@0
     1
EXPORTS
sl@0
     2
	pthread_attr_destroy @ 1 NONAME
sl@0
     3
	pthread_attr_getdetachstate @ 2 NONAME
sl@0
     4
	pthread_attr_getschedparam @ 3 NONAME
sl@0
     5
	pthread_attr_getschedpolicy @ 4 NONAME
sl@0
     6
	pthread_attr_getscope @ 5 NONAME
sl@0
     7
	pthread_attr_getstacksize @ 6 NONAME
sl@0
     8
	pthread_attr_init @ 7 NONAME
sl@0
     9
	pthread_attr_setdetachstate @ 8 NONAME
sl@0
    10
	pthread_attr_setschedparam @ 9 NONAME
sl@0
    11
	pthread_attr_setschedpolicy @ 10 NONAME
sl@0
    12
	pthread_attr_setscope @ 11 NONAME
sl@0
    13
	pthread_attr_setstacksize @ 12 NONAME
sl@0
    14
	pthread_cond_broadcast @ 13 NONAME
sl@0
    15
	pthread_cond_destroy @ 14 NONAME
sl@0
    16
	pthread_cond_init @ 15 NONAME
sl@0
    17
	pthread_cond_signal @ 16 NONAME
sl@0
    18
	pthread_cond_timedwait @ 17 NONAME
sl@0
    19
	pthread_cond_wait @ 18 NONAME
sl@0
    20
	pthread_condattr_destroy @ 19 NONAME
sl@0
    21
	pthread_condattr_init @ 20 NONAME
sl@0
    22
	pthread_create @ 21 NONAME
sl@0
    23
	pthread_detach @ 22 NONAME
sl@0
    24
	pthread_equal @ 23 NONAME
sl@0
    25
	pthread_exit @ 24 NONAME
sl@0
    26
	pthread_getschedparam @ 25 NONAME
sl@0
    27
	pthread_getspecific @ 26 NONAME
sl@0
    28
	pthread_join @ 27 NONAME
sl@0
    29
	pthread_key_create @ 28 NONAME
sl@0
    30
	pthread_key_delete @ 29 NONAME
sl@0
    31
	pthread_mutex_destroy @ 30 NONAME
sl@0
    32
	pthread_mutex_init @ 31 NONAME
sl@0
    33
	pthread_mutex_lock @ 32 NONAME
sl@0
    34
	pthread_mutex_timedlock @ 33 NONAME
sl@0
    35
	pthread_mutex_trylock @ 34 NONAME
sl@0
    36
	pthread_mutex_unlock @ 35 NONAME
sl@0
    37
	pthread_mutexattr_destroy @ 36 NONAME
sl@0
    38
	pthread_mutexattr_getpshared @ 37 NONAME
sl@0
    39
	pthread_mutexattr_gettype @ 38 NONAME
sl@0
    40
	pthread_mutexattr_init @ 39 NONAME
sl@0
    41
	pthread_mutexattr_setpshared @ 40 NONAME
sl@0
    42
	pthread_mutexattr_settype @ 41 NONAME
sl@0
    43
	pthread_once @ 42 NONAME
sl@0
    44
	pthread_self @ 43 NONAME
sl@0
    45
	pthread_setschedparam @ 44 NONAME
sl@0
    46
	pthread_setspecific @ 45 NONAME
sl@0
    47
	sem_destroy @ 46 NONAME
sl@0
    48
	sem_getvalue @ 47 NONAME
sl@0
    49
	sem_init @ 48 NONAME
sl@0
    50
	sem_post @ 49 NONAME
sl@0
    51
	sem_timedwait @ 50 NONAME
sl@0
    52
	sem_trywait @ 51 NONAME
sl@0
    53
	sem_wait @ 52 NONAME
sl@0
    54