Tenok
A Linux-like Real-Time Operating System for Robotics and Internet of Things
- _ -
__board_init() :
port.h
__idle() :
port.h
__platform_init() :
port.h
__stack_init() :
port.h
- a -
alloc_pages() :
page.h
- c -
calloc() :
stdlib.h
chdir() :
unistd.h
clock_getres() :
time.h
clock_gettime() :
time.h
clock_settime() :
time.h
close() :
unistd.h
- d -
delay_ticks() :
tenok.h
down() :
semaphore.h
down_trylock() :
semaphore.h
dprintf() :
stdio.h
dup() :
unistd.h
dup2() :
unistd.h
- e -
exit() :
stdlib.h
- f -
fclose() :
stdio.h
fileno() :
stdio.h
finish_wait() :
wait.h
fopen() :
stdio.h
fprintf() :
stdio.h
fread() :
stdio.h
free() :
stdlib.h
free_pages() :
page.h
fseek() :
stdio.h
fstat() :
stat.h
fwrite() :
stdio.h
- g -
get_proc_mode() :
port.h
get_syscall_args() :
port.h
get_syscall_num() :
port.h
getcwd() :
unistd.h
getpid() :
unistd.h
- h -
halt() :
port.h
- i -
INIT_LIST_HEAD() :
list.h
ioctl() :
ioctl.h
- j -
jump_to_kernel() :
port.h
jump_to_thread() :
port.h
- k -
kfifo_alloc() :
kfifo.h
kfifo_avail() :
kfifo.h
kfifo_dma_in_finish() :
kfifo.h
kfifo_dma_in_prepare() :
kfifo.h
kfifo_dma_out_finish() :
kfifo.h
kfifo_dma_out_prepare() :
kfifo.h
kfifo_esize() :
kfifo.h
kfifo_free() :
kfifo.h
kfifo_get() :
kfifo.h
kfifo_header_size() :
kfifo.h
kfifo_in() :
kfifo.h
kfifo_init() :
kfifo.h
kfifo_is_empty() :
kfifo.h
kfifo_is_full() :
kfifo.h
kfifo_len() :
kfifo.h
kfifo_out() :
kfifo.h
kfifo_out_peek() :
kfifo.h
kfifo_peek() :
kfifo.h
kfifo_peek_len() :
kfifo.h
kfifo_put() :
kfifo.h
kfifo_size() :
kfifo.h
kfifo_skip() :
kfifo.h
kfree() :
mm.h
kill() :
signal.h
kmalloc() :
mm.h
kmem_cache_alloc() :
slab.h
kmem_cache_create() :
slab.h
kmem_cache_free() :
slab.h
kthread_create() :
kthread.h
- l -
list_add() :
list.h
list_del() :
list.h
list_del_init() :
list.h
list_empty() :
list.h
list_is_last() :
list.h
list_move() :
list.h
lseek() :
unistd.h
- m -
malloc() :
stdlib.h
minfo() :
tenok.h
mkfifo() :
stat.h
mknod() :
stat.h
mount() :
mount.h
mpool_alloc() :
mpool.h
mpool_init() :
mpool.h
mq_close() :
mqueue.h
mq_getattr() :
mqueue.h
mq_open() :
mqueue.h
mq_receive() :
mqueue.h
mq_send() :
mqueue.h
mq_setattr() :
mqueue.h
mutex_init() :
mutex.h
mutex_is_locked() :
mutex.h
mutex_lock() :
mutex.h
mutex_unlock() :
mutex.h
- o -
open() :
fcntl.h
opendir() :
dirent.h
os_env_init() :
port.h
- p -
page_order_to_size() :
page.h
panic() :
printk.h
pause() :
signal.h
poll() :
poll.h
preempt_disable() :
preempt.h
preempt_enable() :
preempt.h
prepare_to_wait() :
wait.h
printf() :
stdio.h
printk() :
printk.h
pthread_attr_destroy() :
pthread.h
pthread_attr_getdetachstate() :
pthread.h
pthread_attr_getschedparam() :
pthread.h
pthread_attr_getschedpolicy() :
pthread.h
pthread_attr_getstackaddr() :
pthread.h
pthread_attr_getstacksize() :
pthread.h
pthread_attr_init() :
pthread.h
pthread_attr_setdetachstate() :
pthread.h
pthread_attr_setschedparam() :
pthread.h
pthread_attr_setschedpolicy() :
pthread.h
pthread_attr_setstackaddr() :
pthread.h
pthread_attr_setstacksize() :
pthread.h
pthread_cancel() :
pthread.h
pthread_cond_broadcast() :
pthread.h
pthread_cond_destroy() :
pthread.h
pthread_cond_init() :
pthread.h
pthread_cond_signal() :
pthread.h
pthread_cond_wait() :
pthread.h
pthread_condattr_destroy() :
pthread.h
pthread_condattr_init() :
pthread.h
pthread_create() :
pthread.h
pthread_detach() :
pthread.h
pthread_equal() :
pthread.h
pthread_exit() :
pthread.h
pthread_getschedparam() :
pthread.h
pthread_join() :
pthread.h
pthread_kill() :
pthread.h
pthread_mutex_destroy() :
pthread.h
pthread_mutex_init() :
pthread.h
pthread_mutex_lock() :
pthread.h
pthread_mutex_trylock() :
pthread.h
pthread_mutex_unlock() :
pthread.h
pthread_mutexattr_destroy() :
pthread.h
pthread_mutexattr_getprotocol() :
pthread.h
pthread_mutexattr_init() :
pthread.h
pthread_mutexattr_setprotocol() :
pthread.h
pthread_once() :
pthread.h
pthread_self() :
pthread.h
pthread_setschedparam() :
pthread.h
pthread_yield() :
pthread.h
- r -
raise() :
signal.h
read() :
unistd.h
readdir() :
dirent.h
rom_dev_init() :
rom_dev.h
- s -
sched_get_priority_max() :
sched.h
sched_get_priority_min() :
sched.h
sched_rr_get_interval() :
sched.h
sched_start() :
tenok.h
sched_yield() :
sched.h
schedule() :
sched.h
sem_destroy() :
semaphore.h
sem_getvalue() :
semaphore.h
sem_init() :
semaphore.h
sem_post() :
semaphore.h
sem_trywait() :
semaphore.h
sem_wait() :
semaphore.h
sema_init() :
semaphore.h
setprogname() :
tenok.h
sigaction() :
signal.h
sigaddset() :
signal.h
sigdelset() :
signal.h
sigemptyset() :
signal.h
sigfillset() :
signal.h
sigismember() :
signal.h
sigwait() :
signal.h
size_to_page_order() :
page.h
sleep() :
unistd.h
snprintf() :
stdio.h
sprintf() :
stdio.h
- t -
task_create() :
task.h
tasklet_init() :
softirq.h
tasklet_schedule() :
softirq.h
thread_info() :
tenok.h
timer_create() :
time.h
timer_delete() :
time.h
timer_gettime() :
time.h
timer_settime() :
time.h
- u -
up() :
semaphore.h
usleep() :
unistd.h
- v -
vdprintf() :
stdio.h
vfprintf() :
stdio.h
vprintf() :
stdio.h
vsnprintf() :
stdio.h
vsprintf() :
stdio.h
- w -
wake_up() :
wait.h
wake_up_all() :
wait.h
write() :
unistd.h
Generated by
1.9.1