.. |
Make.defs
|
Add framework for cancellation point support.
|
2016-12-09 08:13:28 -06:00 |
pthread.h
|
pthreads: Add pthread_cleanup_push() and pthread_cleanup_pop()
|
2016-12-08 09:27:13 -06:00 |
pthread_barrierdestroy.c
|
sched/: Review and correct some stylistic inconsistencies
|
2016-08-07 08:25:30 -06:00 |
pthread_barrierinit.c
|
sched/: Review and correct some stylistic inconsistencies
|
2016-08-07 08:25:30 -06:00 |
pthread_barrierwait.c
|
sched/: Review and correct some stylistic inconsistencies
|
2016-08-07 08:25:30 -06:00 |
pthread_cancel.c
|
Fix a typo in a debug assertion.
|
2016-12-09 16:59:10 -06:00 |
pthread_cleanup.c
|
Add pthread_testcancel(), pthread_testcancel(), and definitiions for cancellation types.
|
2016-12-09 07:23:00 -06:00 |
pthread_completejoin.c
|
sched/: Change some *err() message to *info() messages if what was a *dbg() message does not indicate and error condition.
|
2016-06-11 16:42:42 -06:00 |
pthread_condbroadcast.c
|
sched/: Change some *err() message to *info() messages if what was a *dbg() message does not indicate and error condition.
|
2016-06-11 16:42:42 -06:00 |
pthread_conddestroy.c
|
sched/: Change some *err() message to *info() messages if what was a *dbg() message does not indicate and error condition.
|
2016-06-11 16:42:42 -06:00 |
pthread_condinit.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_condsignal.c
|
sched/: Change some *err() message to *info() messages if what was a *dbg() message does not indicate and error condition.
|
2016-06-11 16:42:42 -06:00 |
pthread_condtimedwait.c
|
Finishes all cancellation point logic
|
2016-12-09 16:50:34 -06:00 |
pthread_condwait.c
|
Update TODO, cosmetic changes, spelling -- US English spells it canceled and canceling vs cancelled and cancelling. No idea why.
|
2016-12-09 18:39:40 -06:00 |
pthread_create.c
|
Add pthread_testcancel(), pthread_testcancel(), and definitiions for cancellation types.
|
2016-12-09 07:23:00 -06:00 |
pthread_detach.c
|
sched/: Change some *err() message to *info() messages if what was a *dbg() message does not indicate and error condition.
|
2016-06-11 16:42:42 -06:00 |
pthread_exit.c
|
cancellation points are basically function. More tested is needed and additional cancellation points must be implemented before this can be merged back to master.
|
2016-12-09 12:01:18 -06:00 |
pthread_findjoininfo.c
|
sched/: Review and correct some stylistic inconsistencies
|
2016-08-07 08:25:30 -06:00 |
pthread_getaffinity.c
|
sched/: Review and correct some stylistic inconsistencies
|
2016-08-07 08:25:30 -06:00 |
pthread_getschedparam.c
|
sched/: Review and correct some stylistic inconsistencies
|
2016-08-07 08:25:30 -06:00 |
pthread_getspecific.c
|
Remove some empty C file section comments; Update some text in TODO file
|
2016-02-19 10:01:15 -06:00 |
pthread_initialize.c
|
Remove some empty C file section comments; Update some text in TODO file
|
2016-02-19 10:01:15 -06:00 |
pthread_join.c
|
Finishes all cancellation point logic
|
2016-12-09 16:50:34 -06:00 |
pthread_keycreate.c
|
Remove some empty C file section comments; Update some text in TODO file
|
2016-02-19 10:01:15 -06:00 |
pthread_keydelete.c
|
Remove some empty C file section comments; Update some text in TODO file
|
2016-02-19 10:01:15 -06:00 |
pthread_kill.c
|
Add sig_raise()
|
2016-07-04 09:32:36 -06:00 |
pthread_mutexdestroy.c
|
Update TODO, cosmetic changes, spelling -- US English spells it canceled and canceling vs cancelled and cancelling. No idea why.
|
2016-12-09 18:39:40 -06:00 |
pthread_mutexinit.c
|
Move protoypes for the non-standard include/semaphore.h file to the non-standard include/nuttx/semaphore.h with the other non-standard semaphore interfaces.
|
2016-11-02 14:43:03 -06:00 |
pthread_mutexlock.c
|
sched/: Change some *err() message to *info() messages if what was a *dbg() message does not indicate and error condition.
|
2016-06-11 16:42:42 -06:00 |
pthread_mutextrylock.c
|
sched/: Change some *err() message to *info() messages if what was a *dbg() message does not indicate and error condition.
|
2016-06-11 16:42:42 -06:00 |
pthread_mutexunlock.c
|
Debug output level (error, warning, info) is now selectable on a per-subsystem, per-driver basis
|
2016-06-12 13:08:23 -06:00 |
pthread_once.c
|
sched/: Review and correct some stylistic inconsistencies
|
2016-08-07 08:25:30 -06:00 |
pthread_release.c
|
Remove some empty C file section comments; Update some text in TODO file
|
2016-02-19 10:01:15 -06:00 |
pthread_setaffinity.c
|
sched/: Change some *err() message to *info() messages if what was a *dbg() message does not indicate and error condition.
|
2016-06-11 16:42:42 -06:00 |
pthread_setcancelstate.c
|
Flesh basic cancellation point support
|
2016-12-09 09:44:23 -06:00 |
pthread_setcanceltype.c
|
Update Documentation
|
2016-12-09 14:41:54 -06:00 |
pthread_setschedparam.c
|
sched/: Change some *err() message to *info() messages if what was a *dbg() message does not indicate and error condition.
|
2016-06-11 16:42:42 -06:00 |
pthread_setschedprio.c
|
Remove some empty C file section comments; Update some text in TODO file
|
2016-02-19 10:01:15 -06:00 |
pthread_setspecific.c
|
Remove some empty C file section comments; Update some text in TODO file
|
2016-02-19 10:01:15 -06:00 |
pthread_sigmask.c
|
Remove some empty C file section comments; Update some text in TODO file
|
2016-02-19 10:01:15 -06:00 |
pthread_testcancel.c
|
Flesh out more cancellation point logic.
|
2016-12-09 10:31:40 -06:00 |
pthread_yield.c
|
Remove some empty C file section comments; Update some text in TODO file
|
2016-02-19 10:01:15 -06:00 |