Ludwig Ortmann
|
c2b2e4554b
|
core/queue: queue -> priority_queue
Rename queue to priority queue, because that's what it is.
|
2014-08-05 17:57:45 +02:00 |
|
Ludwig Ortmann
|
3ca4f18479
|
doc: use lgplv2.1-short license header instead of lgpl-short-riot
|
2014-07-31 22:57:20 +02:00 |
|
René Kijewski
|
4032a22719
|
queue: add queue_t root type
|
2014-07-30 21:10:22 +02:00 |
|
René Kijewski
|
a6fd5bff92
|
core: imply current_prio in sched_switch()
There is no need to supply the current priority to `sched_switch()`,
when this function can easily tell the value of
`active_thread->priority` itself.
|
2014-05-24 16:48:35 +02:00 |
|
Oleg Hahm
|
ef5ec344fd
|
core: prefix API functions correctly
Also changed names for bitarithm functions and rename thread_pid to sched_active_pid.
|
2014-05-18 08:53:20 +02:00 |
|
Martin
|
619039e0e2
|
add pthread condition variable implementation
|
2014-04-29 18:39:03 +02:00 |
|