This website requires JavaScript.
Explore
Help
Register
Sign In
sergiotarxz
/
nuttx
Watch
1
Star
0
Fork
0
You've already forked nuttx
Code
Issues
Pull Requests
Releases
Wiki
Activity
2bcb8b7b07
nuttx
/
sched
/
pthread
History
Gregory Nutt
4dbc0a27c6
pthread_create: g_pthreadname[] is not used if CONFIG_TASK_NAME_SIZE==0.
2017-02-26 18:15:16 -06:00
..
Make.defs
Add task_testcancel()
2016-12-10 16:34:14 -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
Update README and some comments.
2017-01-02 13:54:07 -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
pthread_condbroadcast.c
pthread_conddestroy.c
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
pthread_condtimedwait.c
Move cancellation point definitions to their own header file.
2016-12-10 09:08:26 -06:00
pthread_condwait.c
Move cancellation point definitions to their own header file.
2016-12-10 09:08:26 -06:00
pthread_create.c
pthread_create: g_pthreadname[] is not used if CONFIG_TASK_NAME_SIZE==0.
2017-02-26 18:15:16 -06:00
pthread_detach.c
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
pthread_initialize.c
pthread_join.c
Move cancellation point definitions to their own header file.
2016-12-10 09:08:26 -06:00
pthread_keycreate.c
pthread_keydelete.c
pthread_kill.c
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
Implement strings.h macros as inline functions when possible for better C++ compatibility.
2017-02-22 10:20:58 -06:00
pthread_mutextrylock.c
pthread_mutexunlock.c
pthread_once.c
sched/: Review and correct some stylistic inconsistencies
2016-08-07 08:25:30 -06:00
pthread_release.c
pthread_setaffinity.c
pthread_setschedparam.c
pthread_setschedprio.c
pthread_setspecific.c
pthread_sigmask.c
pthread_yield.c
pthread.h
pthreads: Add pthread_cleanup_push() and pthread_cleanup_pop()
2016-12-08 09:27:13 -06:00