[riot-commits] [RIOT-OS/RIOT] 10d36d: pthread: implement reader/writer lock
René Kijewski
kijewski at mi.fu-berlin.de
Fri Apr 18 16:27:43 CEST 2014
Branch: refs/heads/master
Home: https://github.com/RIOT-OS/RIOT
Commit: 10d36df795b6a342402a9b10765e1a06434e6adc
https://github.com/RIOT-OS/RIOT/commit/10d36df795b6a342402a9b10765e1a06434e6adc
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
M sys/posix/pthread/include/pthread_rwlock.h
A sys/posix/pthread/include/pthread_rwlock_attr.h
A sys/posix/pthread/pthread_rwlock.c
A sys/posix/pthread/pthread_rwlock_attr.c
Log Message:
-----------
pthread: implement reader/writer lock
Commit: 9a5a8a2452994b809fc8f493d2e20b6f4f891320
https://github.com/RIOT-OS/RIOT/commit/9a5a8a2452994b809fc8f493d2e20b6f4f891320
Author: René Kijewski <rene.kijewski at fu-berlin.de>
Date: 2014-04-18 (Fri, 18 Apr 2014)
Changed paths:
M sys/posix/pthread/pthread_rwlock.c
A tests/test_pthread_rwlock/Makefile
A tests/test_pthread_rwlock/main.c
Log Message:
-----------
Add pthread_rwlock test
Commit: c87841b689d5f1a5ad9b788aa85be83ca1b8dd8f
https://github.com/RIOT-OS/RIOT/commit/c87841b689d5f1a5ad9b788aa85be83ca1b8dd8f
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
M sys/posix/pthread/include/pthread_rwlock.h
A sys/posix/pthread/include/pthread_rwlock_attr.h
A sys/posix/pthread/pthread_rwlock.c
A sys/posix/pthread/pthread_rwlock_attr.c
A tests/test_pthread_rwlock/Makefile
A tests/test_pthread_rwlock/main.c
Log Message:
-----------
Merge pull request #1018 from Kijewski/pthread-rwlock
pthread: implement reader/writer lock
Compare: https://github.com/RIOT-OS/RIOT/compare/542a2e5d9db7...c87841b689d5
More information about the commits
mailing list