-
- Downloads
Merge pull request #1017 from Kijewski/issue-980
documentation: Add missing documentation for pthread functions and structures
No related branches found
No related tags found
Showing
- sys/posix/pthread/include/pthread.h 10 additions, 85 deletionssys/posix/pthread/include/pthread.h
- sys/posix/pthread/include/pthread_attr.h 0 additions, 67 deletionssys/posix/pthread/include/pthread_attr.h
- sys/posix/pthread/include/pthread_barrier.h 22 additions, 7 deletionssys/posix/pthread/include/pthread_barrier.h
- sys/posix/pthread/include/pthread_cancellation.h 43 additions, 0 deletionssys/posix/pthread/include/pthread_cancellation.h
- sys/posix/pthread/include/pthread_cleanup.h 10 additions, 1 deletionsys/posix/pthread/include/pthread_cleanup.h
- sys/posix/pthread/include/pthread_cond.h 3 additions, 0 deletionssys/posix/pthread/include/pthread_cond.h
- sys/posix/pthread/include/pthread_mutex.h 77 additions, 67 deletionssys/posix/pthread/include/pthread_mutex.h
- sys/posix/pthread/include/pthread_mutex_attr.h 189 additions, 0 deletionssys/posix/pthread/include/pthread_mutex_attr.h
- sys/posix/pthread/include/pthread_once.h 26 additions, 0 deletionssys/posix/pthread/include/pthread_once.h
- sys/posix/pthread/include/pthread_rwlock.h 6 additions, 1 deletionsys/posix/pthread/include/pthread_rwlock.h
- sys/posix/pthread/include/pthread_scheduling.h 32 additions, 0 deletionssys/posix/pthread/include/pthread_scheduling.h
- sys/posix/pthread/include/pthread_spin.h 54 additions, 7 deletionssys/posix/pthread/include/pthread_spin.h
- sys/posix/pthread/include/pthread_threading.h 85 additions, 0 deletionssys/posix/pthread/include/pthread_threading.h
- sys/posix/pthread/include/pthread_threading_attr.h 183 additions, 0 deletionssys/posix/pthread/include/pthread_threading_attr.h
- sys/posix/pthread/include/pthreadtypes.h 0 additions, 33 deletionssys/posix/pthread/include/pthreadtypes.h
- sys/posix/pthread/pthread.c 12 additions, 14 deletionssys/posix/pthread/pthread.c
- sys/posix/pthread/pthread_attr.c 10 additions, 7 deletionssys/posix/pthread/pthread_attr.c
- sys/posix/pthread/pthread_barrier.c 17 additions, 15 deletionssys/posix/pthread/pthread_barrier.c
- sys/posix/pthread/pthread_barrierattr.c 17 additions, 15 deletionssys/posix/pthread/pthread_barrierattr.c
- sys/posix/pthread/pthread_mutex.c 10 additions, 8 deletionssys/posix/pthread/pthread_mutex.c
Loading
Please register or sign in to comment