rt/include/rt
Chris Copeland 06cacd01ee
add thread-local storage support for arm
2024-04-27 01:23:37 -07:00
..
assert.h add src/assert.c, fix rt_atomic macro and use it for pointers also 2023-11-02 07:00:32 -07:00
atomic.h add src/assert.c, fix rt_atomic macro and use it for pointers also 2023-11-02 07:00:32 -07:00
barrier.h clean up comments, use #pragma once everywhere 2023-10-14 13:50:37 -07:00
cond.h use a normal binary semaphore for cond to allow a signal that happens before a cond_wait but after a condition check to be received 2023-12-10 22:28:29 -08:00
container.h clean up comments, use #pragma once everywhere 2023-10-14 13:50:37 -07:00
context.h remove rt_context_start declaration 2023-11-03 22:09:56 -07:00
cycle.h clean up comments, use #pragma once everywhere 2023-10-14 13:50:37 -07:00
idle.h clean up comments, use #pragma once everywhere 2023-10-14 13:50:37 -07:00
interrupt.h clean up comments, use #pragma once everywhere 2023-10-14 13:50:37 -07:00
list.h remove rt_list_for_each 2023-12-18 01:39:36 -08:00
log.h clean up comments, use #pragma once everywhere 2023-10-14 13:50:37 -07:00
mpu.h refactor mpu.h some more and rename RT_MPU_ENABLE to RT_MPU_TASK_REGIONS_ENABLE 2024-03-17 02:45:13 -07:00
mutex.h remove rt_mutex_holder, avoid priority donation to an interrupt 2024-03-31 22:42:54 -07:00
notify.h clean up comments, use #pragma once everywhere 2023-10-14 13:50:37 -07:00
once.h move rt_once_call to once.c and remove rt_once_call_slow 2023-10-31 23:03:34 -07:00
queue.h add RT_QUEUE for non-static queues 2024-04-20 00:26:15 -07:00
rwlock.h rework rwlock and add {try,timed}{rd,wr}lock add {rd,wr}unlock 2023-10-29 07:04:51 -07:00
sem.h pass synchronous syscall arguments in registers 2024-03-08 00:28:27 -08:00
stack.h add thread-local storage support for arm 2024-04-27 01:23:37 -07:00
start.h clean up comments, use #pragma once everywhere 2023-10-14 13:50:37 -07:00
syscall.h pass synchronous syscall arguments in registers 2024-03-08 00:28:27 -08:00
task.h add thread-local storage support for arm 2024-04-27 01:23:37 -07:00
tick.h add rt_tick_elapse and use it in cond.c and rwlock.c 2024-04-19 06:32:46 -07:00
tls.h add thread-local storage support for arm 2024-04-27 01:23:37 -07:00
trap.h clean up comments, use #pragma once everywhere 2023-10-14 13:50:37 -07:00