-
- Downloads
Merge pull request #1836 from Kijewski/yield-less
core: introduce sched_yield(), yield less
No related branches found
No related tags found
Showing
- core/include/arch/thread_arch.h 1 addition, 1 deletioncore/include/arch/thread_arch.h
- core/include/sched.h 14 additions, 0 deletionscore/include/sched.h
- core/include/thread.h 8 additions, 3 deletionscore/include/thread.h
- core/msg.c 11 additions, 6 deletionscore/msg.c
- core/mutex.c 2 additions, 2 deletionscore/mutex.c
- core/sched.c 13 additions, 3 deletionscore/sched.c
- core/thread.c 2 additions, 2 deletionscore/thread.c
- cpu/arm_common/arm_cpu.c 1 addition, 1 deletioncpu/arm_common/arm_cpu.c
- cpu/lpc1768/atom.c 1 addition, 1 deletioncpu/lpc1768/atom.c
- cpu/lpc1768/include/cpu.h 11 additions, 2 deletionscpu/lpc1768/include/cpu.h
- cpu/msp430-common/cpu.c 2 additions, 2 deletionscpu/msp430-common/cpu.c
- cpu/native/native_cpu.c 2 additions, 2 deletionscpu/native/native_cpu.c
- cpu/x86/x86_interrupts.c 1 addition, 1 deletioncpu/x86/x86_interrupts.c
- cpu/x86/x86_threading.c 1 addition, 1 deletioncpu/x86/x86_threading.c
- sys/pipe/pipe.c 1 addition, 1 deletionsys/pipe/pipe.c
- sys/posix/semaphore.c 1 addition, 1 deletionsys/posix/semaphore.c
- tests/sched_testing/Makefile 4 additions, 0 deletionstests/sched_testing/Makefile
- tests/sched_testing/main.c 46 additions, 0 deletionstests/sched_testing/main.c
Loading
Please register or sign in to comment