[riot-commits] [RIOT-OS/RIOT] 310ac0: Adds test for pthread.
Christian Mehlis
mehlis at inf.fu-berlin.de
Wed Feb 26 16:08:46 CET 2014
Branch: refs/heads/master
Home: https://github.com/RIOT-OS/RIOT
Commit: 310ac02ad74d091c0ce355eae1549b7b9c86adcf
https://github.com/RIOT-OS/RIOT/commit/310ac02ad74d091c0ce355eae1549b7b9c86adcf
Author: Raphael Hiesgen <raphael.hiesgen at haw-hamburg.de>
Date: 2014-02-26 (Wed, 26 Feb 2014)
Changed paths:
A tests/test_pthread_cooperation/Makefile
A tests/test_pthread_cooperation/main.c
Log Message:
-----------
Adds test for pthread.
The test uses pthread to calculate the factorial of 12, with one
thread for each multiplication. pthread_mutex is used for synchronization.
Commit: 5247fa48e1d308833d7e6480fbeb2cb300f99f7c
https://github.com/RIOT-OS/RIOT/commit/5247fa48e1d308833d7e6480fbeb2cb300f99f7c
Author: Christian Mehlis <mehlis at inf.fu-berlin.de>
Date: 2014-02-26 (Wed, 26 Feb 2014)
Changed paths:
A tests/test_pthread_cooperation/Makefile
A tests/test_pthread_cooperation/main.c
Log Message:
-----------
Merge pull request #756 from josephnoir/add_test_pthread_factorial
tests: Add test for pthread
Compare: https://github.com/RIOT-OS/RIOT/compare/af87308e2a34...5247fa48e1d3
More information about the commits
mailing list