-
- Downloads
Merge pull request #1440 from Kijewski/issue-1436
core: simplify mutex signatures
No related branches found
No related tags found
Showing
- core/hwtimer.c 2 additions, 3 deletionscore/hwtimer.c
- core/include/mutex.h 19 additions, 15 deletionscore/include/mutex.h
- core/include/queue.h 6 additions, 0 deletionscore/include/queue.h
- core/mutex.c 1 addition, 14 deletionscore/mutex.c
- drivers/cc110x/cc1100_phy.c 1 addition, 2 deletionsdrivers/cc110x/cc1100_phy.c
- drivers/sht11/sht11.c 1 addition, 2 deletionsdrivers/sht11/sht11.c
- sys/net/network_layer/sixlowpan/lowpan.c 2 additions, 8 deletionssys/net/network_layer/sixlowpan/lowpan.c
- sys/net/routing/etx_beaconing.c 1 addition, 2 deletionssys/net/routing/etx_beaconing.c
- sys/net/routing/rpl/rpl.c 2 additions, 4 deletionssys/net/routing/rpl/rpl.c
- sys/vtimer/vtimer.c 1 addition, 2 deletionssys/vtimer/vtimer.c
- tests/test_mutex_unlock_and_sleep/main.c 1 addition, 2 deletionstests/test_mutex_unlock_and_sleep/main.c
- tests/test_pthread_condition_variable/main.c 1 addition, 2 deletionstests/test_pthread_condition_variable/main.c
- tests/test_thread_cooperation/main.c 1 addition, 3 deletionstests/test_thread_cooperation/main.c
Loading
Please register or sign in to comment