..
Make.defs
pthreads: Move pthread_barrier_init, pthread_barrier_destroy, and pthread_barrier_wait from sched/pthreads to libc/pthreads. This just coordinate other OS interface calls but are not a fundamental OS interfaces and, hence, do not belong within the OS.
2017-06-14 07:59:54 -06:00
pthread_attr_destroy.c
Be consistent... Use Name: consistent in function headers vs Function:
2017-04-21 16:33:14 -06:00
pthread_attr_getaffinity.c
Be consistent... Use Name: consistent in function headers vs Function:
2017-04-21 16:33:14 -06:00
pthread_attr_getinheritsched.c
Be consistent... Use Name: consistent in function headers vs Function:
2017-04-21 16:33:14 -06:00
pthread_attr_getschedparam.c
Be consistent... Use Name: consistent in function headers vs Function:
2017-04-21 16:33:14 -06:00
pthread_attr_getschedpolicy.c
Be consistent... Use Name: consistent in function headers vs Function:
2017-04-21 16:33:14 -06:00
pthread_attr_getstacksize.c
Be consistent... Use Name: consistent in function headers vs Function:
2017-04-21 16:33:14 -06:00
pthread_attr_init.c
Be consistent... Use Name: consistent in function headers vs Function:
2017-04-21 16:33:14 -06:00
pthread_attr_setaffinity.c
Be consistent... Use Name: consistent in function headers vs Function:
2017-04-21 16:33:14 -06:00
pthread_attr_setinheritsched.c
Be consistent... Use Name: consistent in function headers vs Function:
2017-04-21 16:33:14 -06:00
pthread_attr_setschedparam.c
Be consistent... Use Name: consistent in function headers vs Function:
2017-04-21 16:33:14 -06:00
pthread_attr_setschedpolicy.c
Be consistent... Use Name: consistent in function headers vs Function:
2017-04-21 16:33:14 -06:00
pthread_attr_setstacksize.c
Be consistent... Use Name: consistent in function headers vs Function:
2017-04-21 16:33:14 -06:00
pthread_barrierattr_destroy.c
Be consistent... Use Name: consistent in function headers vs Function:
2017-04-21 16:33:14 -06:00
pthread_barrierattr_getpshared.c
Be consistent... Use Name: consistent in function headers vs Function:
2017-04-21 16:33:14 -06:00
pthread_barrierattr_init.c
Be consistent... Use Name: consistent in function headers vs Function:
2017-04-21 16:33:14 -06:00
pthread_barrierattr_setpshared.c
Be consistent... Use Name: consistent in function headers vs Function:
2017-04-21 16:33:14 -06:00
pthread_barrierdestroy.c
pthreads: Move pthread_barrier_init, pthread_barrier_destroy, and pthread_barrier_wait from sched/pthreads to libc/pthreads. This just coordinate other OS interface calls but are not a fundamental OS interfaces and, hence, do not belong within the OS.
2017-06-14 07:59:54 -06:00
pthread_barrierinit.c
Squashed commit of the following:
2017-10-03 15:35:24 -06:00
pthread_barrierwait.c
Squashed commit of the following:
2017-10-03 15:35:24 -06:00
pthread_condattr_destroy.c
Be consistent... Use Name: consistent in function headers vs Function:
2017-04-21 16:33:14 -06:00
pthread_condattr_init.c
Be consistent... Use Name: consistent in function headers vs Function:
2017-04-21 16:33:14 -06:00
pthread_conddestroy.c
pthreads: Move pthread_cond_init and pthread_cond_destory from sched/pthreads to libc/pthreads. This just coordinate other OS interface calls but are not a fundamental OS interfaces and, hence, do not belong within the OS.
2017-06-14 07:48:45 -06:00
pthread_condinit.c
Squashed commit of the following:
2017-10-03 15:35:24 -06:00
pthread_mutexattr_destroy.c
Be consistent... Use Name: consistent in function headers vs Function:
2017-04-21 16:33:14 -06:00
pthread_mutexattr_getprotocol.c
Be consistent... Use Name: consistent in function headers vs Function:
2017-04-21 16:33:14 -06:00
pthread_mutexattr_getpshared.c
Be consistent... Use Name: consistent in function headers vs Function:
2017-04-21 16:33:14 -06:00
pthread_mutexattr_getrobust.c
Be consistent... Use Name: consistent in function headers vs Function:
2017-04-21 16:33:14 -06:00
pthread_mutexattr_gettype.c
Be consistent... Use Name: consistent in function headers vs Function:
2017-04-21 16:33:14 -06:00
pthread_mutexattr_init.c
Be consistent... Use Name: consistent in function headers vs Function:
2017-04-21 16:33:14 -06:00
pthread_mutexattr_setprotocol.c
Be consistent... Use Name: consistent in function headers vs Function:
2017-04-21 16:33:14 -06:00
pthread_mutexattr_setpshared.c
Be consistent... Use Name: consistent in function headers vs Function:
2017-04-21 16:33:14 -06:00
pthread_mutexattr_setrobust.c
Be consistent... Use Name: consistent in function headers vs Function:
2017-04-21 16:33:14 -06:00
pthread_mutexattr_settype.c
Be consistent... Use Name: consistent in function headers vs Function:
2017-04-21 16:33:14 -06:00
pthread_once.c
pthreads: Move pthread_once from sched/pthreads to libc/pthreads. pthread_once just coordinates other OS interface calls but is not a fundamental OS interface and, hence, does not belong within the OS.
2017-06-14 07:31:10 -06:00
pthread_rwlock.c
pthread rwlock bugfixes
2017-04-07 15:45:24 -06:00
pthread_rwlock_rdlock.c
pthreads: Backed most of last pthread changes. Found the 'real' root poblem. A one like error in pthread_mutex.c.
2017-04-10 09:51:03 -06:00
pthread_rwlock_wrlock.c
pthreads: Backed most of last pthread changes. Found the 'real' root poblem. A one like error in pthread_mutex.c.
2017-04-10 09:51:03 -06:00
pthread_setcancelstate.c
Squashed commit of the following:
2018-01-30 17:57:36 -06:00
pthread_setcanceltype.c
Squashed commit of the following:
2018-01-30 17:57:36 -06:00
pthread_startup.c
Standardize some naming in code section comments
2016-02-21 18:09:04 -06:00
pthread_testcancel.c
Add task_testcancel()
2016-12-10 16:34:14 -06:00
pthread_yield.c
pthreads: Move pthread_yield from sched/pthreads to libc/pthreads. it is a simple wrapper for sched_yield and does not belong within the OS.
2017-06-14 07:31:10 -06:00