]> xenbits.xensource.com Git - unikraft/libs/pthread-embedded.git/commitdiff
Sort exported symbols
authorCyril Soldani <cyril.soldani@uliege.be>
Tue, 15 Oct 2019 15:06:22 +0000 (17:06 +0200)
committerFelipe Huici <felipe.huici@neclab.eu>
Wed, 16 Oct 2019 08:56:24 +0000 (10:56 +0200)
Signed-off-by: Cyril Soldani <cyril.soldani@uliege.be>
Reviewed-by: Felipe Huici <felipe.huici@neclab.eu>
exportsyms.uk

index 4ebf3acd63ecb20a5b0ba80b474a74c06fe5b927..2675b63de0cdda8e2937d17c5b891282b29441b9 100644 (file)
@@ -1,93 +1,94 @@
-pthread_init
-pthread_terminate
-pthread_attr_init
+pte_test_main
+pthread_atfork
 pthread_attr_destroy
 pthread_attr_getdetachstate
+pthread_attr_getinheritsched
+pthread_attr_getschedparam
+pthread_attr_getschedpolicy
+pthread_attr_getscope
 pthread_attr_getstackaddr
 pthread_attr_getstacksize
+pthread_attr_init
 pthread_attr_setdetachstate
-pthread_attr_setstackaddr
-pthread_attr_setstacksize
-pthread_attr_getschedparam
+pthread_attr_setinheritsched
 pthread_attr_setschedparam
 pthread_attr_setschedpolicy
-pthread_attr_getschedpolicy
-pthread_attr_setinheritsched
-pthread_attr_getinheritsched
 pthread_attr_setscope
-pthread_attr_getscope
+pthread_attr_setstackaddr
+pthread_attr_setstacksize
+pthread_barrier_destroy
+pthread_barrier_init
+pthread_barrier_wait
+pthread_barrierattr_destroy
+pthread_barrierattr_getpshared
+pthread_barrierattr_init
+pthread_barrierattr_setpshared
+pthread_cancel
+pthread_cond_broadcast
+pthread_cond_destroy
+pthread_cond_init
+pthread_cond_signal
+pthread_cond_timedwait
+pthread_cond_wait
+pthread_condattr_destroy
+pthread_condattr_getpshared
+pthread_condattr_init
+pthread_condattr_setpshared
 pthread_create
 pthread_detach
 pthread_equal
 pthread_exit
+pthread_getconcurrency
+pthread_getschedparam
+pthread_getspecific
+pthread_init
 pthread_join
-pthread_self
-pthread_cancel
-pthread_setcancelstate
-pthread_setcanceltype
-pthread_testcancel
-pthread_once
 pthread_key_create
 pthread_key_delete
-pthread_setspecific
-pthread_getspecific
-pthread_mutexattr_init
-pthread_mutexattr_destroy
-pthread_mutexattr_getpshared
-pthread_mutexattr_setpshared
-pthread_mutexattr_settype
-pthread_mutexattr_gettype
-pthread_barrierattr_init
-pthread_barrierattr_destroy
-pthread_barrierattr_getpshared
-pthread_barrierattr_setpshared
-pthread_mutex_init
+pthread_kill
 pthread_mutex_destroy
+pthread_mutex_init
 pthread_mutex_lock
 pthread_mutex_timedlock
 pthread_mutex_trylock
 pthread_mutex_unlock
-pthread_spin_init
-pthread_spin_destroy
-pthread_spin_lock
-pthread_spin_trylock
-pthread_spin_unlock
-pthread_barrier_init
-pthread_barrier_destroy
-pthread_barrier_wait
-pthread_condattr_init
-pthread_condattr_destroy
-pthread_condattr_getpshared
-pthread_condattr_setpshared
-pthread_cond_init
-pthread_cond_destroy
-pthread_cond_wait
-pthread_cond_timedwait
-pthread_cond_signal
-pthread_cond_broadcast
-pthread_setschedparam
-pthread_getschedparam
-pthread_setconcurrency
-pthread_getconcurrency
-pthread_rwlock_init
+pthread_mutexattr_destroy
+pthread_mutexattr_getpshared
+pthread_mutexattr_gettype
+pthread_mutexattr_init
+pthread_mutexattr_setpshared
+pthread_mutexattr_settype
+pthread_once
 pthread_rwlock_destroy
-pthread_rwlock_tryrdlock
-pthread_rwlock_trywrlock
+pthread_rwlock_init
 pthread_rwlock_rdlock
 pthread_rwlock_timedrdlock
-pthread_rwlock_wrlock
 pthread_rwlock_timedwrlock
+pthread_rwlock_tryrdlock
+pthread_rwlock_trywrlock
 pthread_rwlock_unlock
-pthread_rwlockattr_init
+pthread_rwlock_wrlock
 pthread_rwlockattr_destroy
 pthread_rwlockattr_getpshared
+pthread_rwlockattr_init
 pthread_rwlockattr_setpshared
-pthread_kill
-pthread_atfork
-sched_yield
-sched_get_priority_min
+pthread_self
+pthread_setcancelstate
+pthread_setcanceltype
+pthread_setconcurrency
+pthread_setschedparam
+pthread_setspecific
+pthread_spin_destroy
+pthread_spin_init
+pthread_spin_lock
+pthread_spin_trylock
+pthread_spin_unlock
+pthread_terminate
+pthread_testcancel
 sched_get_priority_max
+sched_get_priority_min
 sched_setscheduler
+sched_yield
 sem_close
 sem_destroy
 sem_getvalue
@@ -99,4 +100,3 @@ sem_timedwait
 sem_trywait
 sem_unlink
 sem_wait
-pte_test_main