[riot-commits] [RIOT-OS/RIOT] 619039: add pthread condition variable implementation
BytesGalore
martin.landsmann at haw-hamburg.de
Tue Apr 29 19:06:56 CEST 2014
Branch: refs/heads/master
Home: https://github.com/RIOT-OS/RIOT
Commit: 619039e0e29dba2ce46400f86fcef112e72904bd
https://github.com/RIOT-OS/RIOT/commit/619039e0e29dba2ce46400f86fcef112e72904bd
Author: Martin <Martin.Landsmann at HAW-Hamburg.de>
Date: 2014-04-29 (Tue, 29 Apr 2014)
Changed paths:
M cpu/msp430-common/include/msp430_types.h
M sys/posix/pthread/include/pthread_cond.h
A sys/posix/pthread/pthread_cond.c
A tests/test_pthread_condition_variable/Makefile
A tests/test_pthread_condition_variable/main.c
Log Message:
-----------
add pthread condition variable implementation
Commit: 8215d2855c9c4f7e9c5dee18a274f3f9fc15271d
https://github.com/RIOT-OS/RIOT/commit/8215d2855c9c4f7e9c5dee18a274f3f9fc15271d
Author: BytesGalore <martin.landsmann at haw-hamburg.de>
Date: 2014-04-29 (Tue, 29 Apr 2014)
Changed paths:
M cpu/msp430-common/include/msp430_types.h
M sys/posix/pthread/include/pthread_cond.h
A sys/posix/pthread/pthread_cond.c
A tests/test_pthread_condition_variable/Makefile
A tests/test_pthread_condition_variable/main.c
Log Message:
-----------
Merge pull request #771 from BytesGalore/add_CV_module
pthread: Add condition variable module
Compare: https://github.com/RIOT-OS/RIOT/compare/e03c8effe7be...8215d2855c9c
More information about the commits
mailing list