sortix--sortix/libpthread
Jonas 'Sortie' Termansen 559857b97e Fix features.h inclusions not yet changed to sys/cdefs.h. 2015-12-23 17:49:59 +01:00
..
include Fix features.h inclusions not yet changed to sys/cdefs.h. 2015-12-23 17:49:59 +01:00
.gitignore
Makefile Use standard compiler environment variables. 2015-05-10 16:56:22 +02:00
pthread_attr_destroy.c++
pthread_attr_getdetachstate.c++
pthread_attr_getstacksize.c++
pthread_attr_init.c++ Increase default stack size of new threads to 80 KiB. 2015-12-12 19:28:08 +01:00
pthread_attr_setdetachstate.c++
pthread_attr_setstacksize.c++
pthread_cond_broadcast.c++
pthread_cond_destroy.c++
pthread_cond_init.c++
pthread_cond_signal.c++
pthread_cond_timedwait.c++
pthread_cond_wait.c++
pthread_condattr_destroy.c++
pthread_condattr_getclock.c++
pthread_condattr_init.c++
pthread_condattr_setclock.c++
pthread_create.c++ Implement signals. 2014-07-22 13:25:39 +02:00
pthread_detach.c++ Add pthread_detach(3). 2014-07-08 19:49:13 +02:00
pthread_equal.c++
pthread_exit.c++ Implement signals. 2014-07-22 13:25:39 +02:00
pthread_getspecific.c++
pthread_initialize.c++ Rewrite program loader. 2014-12-04 16:14:17 +01:00
pthread_join.c++
pthread_key_create.c++
pthread_key_delete.c++
pthread_mutex_destroy.c++
pthread_mutex_init.c++
pthread_mutex_lock.c++
pthread_mutex_trylock.c++
pthread_mutex_unlock.c++
pthread_mutexattr_destroy.c++
pthread_mutexattr_gettype.c++
pthread_mutexattr_init.c++
pthread_mutexattr_settype.c++
pthread_once.c++
pthread_rwlock_destroy.c++
pthread_rwlock_init.c++
pthread_rwlock_rdlock.c++
pthread_rwlock_tryrdlock.c++
pthread_rwlock_trywrlock.c++
pthread_rwlock_unlock.c++
pthread_rwlock_wrlock.c++
pthread_rwlockattr_destroy.c++
pthread_rwlockattr_init.c++
pthread_self.c++
pthread_setspecific.c++
pthread_sigmask.c++
sem_destroy.c++ Add semaphores API. 2014-11-30 19:31:40 +01:00
sem_getvalue.c++ Add semaphores API. 2014-11-30 19:31:40 +01:00
sem_init.c++ Add semaphores API. 2014-11-30 19:31:40 +01:00
sem_post.c++ Add semaphores API. 2014-11-30 19:31:40 +01:00
sem_timedwait.c++ Add semaphores API. 2014-11-30 19:31:40 +01:00
sem_trywait.c++ Add semaphores API. 2014-11-30 19:31:40 +01:00
sem_wait.c++ Add semaphores API. 2014-11-30 19:31:40 +01:00