[riot-commits] [RIOT-OS/RIOT] 3e6beb: Add missing doxygen for pthread funs and structs
René Kijewski
kijewski at mi.fu-berlin.de
Fri Apr 18 16:08:08 CEST 2014
Branch: refs/heads/master
Home: https://github.com/RIOT-OS/RIOT
Commit: 3e6bebadd31b8ac6fd4e96725181e2113f394176
https://github.com/RIOT-OS/RIOT/commit/3e6bebadd31b8ac6fd4e96725181e2113f394176
Author: René Kijewski <rene.kijewski at fu-berlin.de>
Date: 2014-04-18 (Fri, 18 Apr 2014)
Changed paths:
M sys/posix/pthread/include/pthread.h
R sys/posix/pthread/include/pthread_attr.h
M sys/posix/pthread/include/pthread_barrier.h
A sys/posix/pthread/include/pthread_cancellation.h
M sys/posix/pthread/include/pthread_cleanup.h
M sys/posix/pthread/include/pthread_cond.h
M sys/posix/pthread/include/pthread_mutex.h
A sys/posix/pthread/include/pthread_mutex_attr.h
A sys/posix/pthread/include/pthread_once.h
M sys/posix/pthread/include/pthread_rwlock.h
A sys/posix/pthread/include/pthread_scheduling.h
M sys/posix/pthread/include/pthread_spin.h
A sys/posix/pthread/include/pthread_threading.h
A sys/posix/pthread/include/pthread_threading_attr.h
R sys/posix/pthread/include/pthreadtypes.h
M sys/posix/pthread/pthread.c
M sys/posix/pthread/pthread_attr.c
M sys/posix/pthread/pthread_barrier.c
M sys/posix/pthread/pthread_barrierattr.c
M sys/posix/pthread/pthread_mutex.c
A sys/posix/pthread/pthread_mutex_attr.c
M sys/posix/pthread/pthread_once.c
M sys/posix/pthread/pthread_spin.c
Log Message:
-----------
Add missing doxygen for pthread funs and structs
Commit: 3101083f139af490a99399dc9592576b449d22e9
https://github.com/RIOT-OS/RIOT/commit/3101083f139af490a99399dc9592576b449d22e9
Author: René Kijewski <rene.kijewski at fu-berlin.de>
Date: 2014-04-18 (Fri, 18 Apr 2014)
Changed paths:
M sys/posix/pthread/include/pthread_spin.h
M sys/posix/pthread/pthread_spin.c
Log Message:
-----------
pthread: fix spinlock
Commit: 72df45ea02174f4d39f4a715d83ad7baad962aeb
https://github.com/RIOT-OS/RIOT/commit/72df45ea02174f4d39f4a715d83ad7baad962aeb
Author: René Kijewski <kijewski at mi.fu-berlin.de>
Date: 2014-04-18 (Fri, 18 Apr 2014)
Changed paths:
M sys/posix/pthread/include/pthread.h
R sys/posix/pthread/include/pthread_attr.h
M sys/posix/pthread/include/pthread_barrier.h
A sys/posix/pthread/include/pthread_cancellation.h
M sys/posix/pthread/include/pthread_cleanup.h
M sys/posix/pthread/include/pthread_cond.h
M sys/posix/pthread/include/pthread_mutex.h
A sys/posix/pthread/include/pthread_mutex_attr.h
A sys/posix/pthread/include/pthread_once.h
M sys/posix/pthread/include/pthread_rwlock.h
A sys/posix/pthread/include/pthread_scheduling.h
M sys/posix/pthread/include/pthread_spin.h
A sys/posix/pthread/include/pthread_threading.h
A sys/posix/pthread/include/pthread_threading_attr.h
R sys/posix/pthread/include/pthreadtypes.h
M sys/posix/pthread/pthread.c
M sys/posix/pthread/pthread_attr.c
M sys/posix/pthread/pthread_barrier.c
M sys/posix/pthread/pthread_barrierattr.c
M sys/posix/pthread/pthread_mutex.c
A sys/posix/pthread/pthread_mutex_attr.c
M sys/posix/pthread/pthread_once.c
M sys/posix/pthread/pthread_spin.c
Log Message:
-----------
Merge pull request #1017 from Kijewski/issue-980
documentation: Add missing documentation for pthread functions and structures
Compare: https://github.com/RIOT-OS/RIOT/compare/1bc74f4fef57...72df45ea0217
More information about the commits
mailing list