You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
RIOT/core/include
René Kijewski 055053a4d7 core: Remove `STATUS_TIMER_WAITING`
Closes #726.

The thread state `STATUS_TIMER_WAITING` is not used anymore.
This PR removes the value.
The number in `STATUS_ON_RUNQUEUE` is replaced by a reference.
9 years ago
..
atomic.h remove trailing whitespace and newlines 9 years ago
attributes.h Portable definition of function attributes 9 years ago
bitarithm.h remove trailing whitespace and newlines 9 years ago
cib.h fix doxygen documentation for clist.h, config.h, tcb.h and cib.h 9 years ago
clist.h fix doxygen documentation for clist.h, config.h, tcb.h and cib.h 9 years ago
config.h fix doxygen documentation for clist.h, config.h, tcb.h and cib.h 9 years ago
crash.h Fixup for #685 9 years ago
debug.h check for existence of active_thread 9 years ago
flags.h update Kaspar's email address 9 years ago
hwtimer.h making include directives consistent 9 years ago
hwtimer_arch.h remove trailing whitespace and newlines 9 years ago
io.h Fixed a lot of comments by removing tabs and correcting format. 9 years ago
irq.h removed duplicate inISR prototype 9 years ago
kernel.h Change reboot signature. 9 years ago
kernel_internal.h Change reboot signature. 9 years ago
lifo.h remove trailing whitespace and newlines 9 years ago
lpm.h Added the LPM_UNKNOWN constant to the enum 'lpm_mode' 9 years ago
msg.h Add the ability to send a message to the current thread's message queue 9 years ago
mutex.h add mutex_unlock_and_sleep() 9 years ago
oneway_malloc.h core: improved doxygen documentation 9 years ago
queue.h Remove duplicate function definition in queue.h 9 years ago
sched.h simplified sched_switch 9 years ago
tcb.h core: Remove `STATUS_TIMER_WAITING` 9 years ago
thread.h core: sched: thread: optimize thread status field usage 9 years ago