.. |
Make.defs
|
cunistd: Fix stray single back quote the crept in in last commit.
|
2017-02-16 11:22:02 -06:00 |
pthread_attr_destroy.c
|
Add pthread_mutexattr_get/set_protocol and non-standard sem_get/set_protocol. These may use to enable or disable priority inheritance on a single semaphore.
|
2016-11-02 09:05:18 -06:00 |
pthread_attr_getaffinity.c
|
libc/pthread: Rename long files so that they are more readable
|
2016-11-02 07:37:56 -06:00 |
pthread_attr_getinheritsched.c
|
libc/pthread: Rename long files so that they are more readable
|
2016-11-02 07:37:56 -06:00 |
pthread_attr_getschedparam.c
|
libc/pthread: Rename long files so that they are more readable
|
2016-11-02 07:37:56 -06:00 |
pthread_attr_getschedpolicy.c
|
libc/pthread: Rename long files so that they are more readable
|
2016-11-02 07:37:56 -06:00 |
pthread_attr_getstacksize.c
|
libc/pthread: Rename long files so that they are more readable
|
2016-11-02 07:37:56 -06:00 |
pthread_attr_init.c
|
libc/pthread: Rename long files so that they are more readable
|
2016-11-02 07:37:56 -06:00 |
pthread_attr_setaffinity.c
|
libc/pthread: Rename long files so that they are more readable
|
2016-11-02 07:37:56 -06:00 |
pthread_attr_setinheritsched.c
|
libc/pthread: Rename long files so that they are more readable
|
2016-11-02 07:37:56 -06:00 |
pthread_attr_setschedparam.c
|
libc/pthread: Rename long files so that they are more readable
|
2016-11-02 07:37:56 -06:00 |
pthread_attr_setschedpolicy.c
|
libc/pthread: Rename long files so that they are more readable
|
2016-11-02 07:37:56 -06:00 |
pthread_attr_setstacksize.c
|
libc/pthread: Rename long files so that they are more readable
|
2016-11-02 07:37:56 -06:00 |
pthread_barrierattr_destroy.c
|
libc/pthread: Rename long files so that they are more readable
|
2016-11-02 07:37:56 -06:00 |
pthread_barrierattr_getpshared.c
|
libc/pthread: Rename long files so that they are more readable
|
2016-11-02 07:37:56 -06:00 |
pthread_barrierattr_init.c
|
libc/pthread: Rename long files so that they are more readable
|
2016-11-02 07:37:56 -06:00 |
pthread_barrierattr_setpshared.c
|
libc/pthread: Rename long files so that they are more readable
|
2016-11-02 07:37:56 -06:00 |
pthread_condattr_destroy.c
|
libc/pthread: Rename long files so that they are more readable
|
2016-11-02 07:37:56 -06:00 |
pthread_condattr_init.c
|
libc/pthread: Rename long files so that they are more readable
|
2016-11-02 07:37:56 -06:00 |
pthread_mutexattr_destroy.c
|
Add pthread_mutexattr_get/set_protocol and non-standard sem_get/set_protocol. These may use to enable or disable priority inheritance on a single semaphore.
|
2016-11-02 09:05:18 -06:00 |
pthread_mutexattr_getprotocol.c
|
Update TODO. Provide do-nothing stubs for mutex attribute interfaces if features not enabled. pthread_cond includes a signaling semaphore and should call sem_setprotocol.
|
2016-11-05 11:06:52 -06:00 |
pthread_mutexattr_getpshared.c
|
libc/pthread: Rename long files so that they are more readable
|
2016-11-02 07:37:56 -06:00 |
pthread_mutexattr_gettype.c
|
Update TODO. Provide do-nothing stubs for mutex attribute interfaces if features not enabled. pthread_cond includes a signaling semaphore and should call sem_setprotocol.
|
2016-11-05 11:06:52 -06:00 |
pthread_mutexattr_init.c
|
libc/pthread: Rename long files so that they are more readable
|
2016-11-02 07:37:56 -06:00 |
pthread_mutexattr_setprotocol.c
|
Update user manual
|
2016-12-11 13:40:26 -06:00 |
pthread_mutexattr_setpshared.c
|
libc/pthread: Rename long files so that they are more readable
|
2016-11-02 07:37:56 -06:00 |
pthread_mutexattr_settype.c
|
Update TODO. Provide do-nothing stubs for mutex attribute interfaces if features not enabled. pthread_cond includes a signaling semaphore and should call sem_setprotocol.
|
2016-11-05 11:06:52 -06:00 |
pthread_setcancelstate.c
|
Forget to add files before last commits
|
2016-12-10 16:12:35 -06:00 |
pthread_setcanceltype.c
|
Add task_setcanceltype()
|
2016-12-10 16:06:14 -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 |