This website requires JavaScript.
Explore
Help
Register
Sign In
Mirrors_Framework
/
nuttx
Watch
1
Star
0
Fork
0
You've already forked nuttx
mirror of
https://github.com/apache/nuttx.git
synced
2026-06-06 00:14:22 +08:00
Code
Issues
Actions
1
Packages
Projects
Releases
Wiki
Activity
Files
ca92ecafa7b2c619caaf598c35cff10298bcf62a
nuttx
/
sched
/
pthread
T
History
Gregory Nutt
d648f9c8b4
Add task_testcancel()
2016-12-10 16:34:14 -06:00
..
Make.defs
Add task_testcancel()
2016-12-10 16:34:14 -06:00
pthread_barrierdestroy.c
…
pthread_barrierinit.c
…
pthread_barrierwait.c
…
pthread_cancel.c
task_delete() now obeys all cancellation point semantics.
2016-12-10 14:39:19 -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
…
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
Add pthread_testcancel(), pthread_testcancel(), and definitiions for cancellation types.
2016-12-09 07:23:00 -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
…
pthread_getaffinity.c
…
pthread_getschedparam.c
…
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
…
pthread_mutexlock.c
…
pthread_mutextrylock.c
…
pthread_mutexunlock.c
…
pthread_once.c
…
pthread_release.c
…
pthread_setaffinity.c
…
pthread_setschedparam.c
…
pthread_setschedprio.c
…
pthread_setspecific.c
…
pthread_sigmask.c
…
pthread_yield.c
…
pthread.h
…