#include <rtai_sched.h>
Include dependency graph for rtai_proxies.h:
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Functions | |
RT_TASK * | __rt_proxy_attach (void(*func)(long), RT_TASK *task, void *msg, int nbytes, int priority) |
RT_TASK * | rt_proxy_attach (RT_TASK *task, void *msg, int nbytes, int priority) |
int | rt_proxy_detach (RT_TASK *proxy) |
RT_TASK * | rt_trigger (RT_TASK *proxy) |
|
Definition at line 1836 of file msg.c. References rt_free(), rt_kthread_init(), rt_malloc(), RT_SCHED_LINUX_PRIORITY, RT_SCHED_LOWEST_PRIORITY, RT_TASK, and task. Referenced by rt_proxy_attach(), and rt_Proxy_attach(). Here is the call graph for this function: ![]() |
|
Definition at line 1876 of file msg.c. References __rt_proxy_attach(), proxy_task(), RT_TASK, and task. Here is the call graph for this function: ![]() |
|
Definition at line 1883 of file msg.c. References rt_free(), RT_TASK, and rt_task_delete(). Here is the call graph for this function: ![]() |
|
Definition at line 1893 of file msg.c. References atomic_inc(), RT_TASK, and rt_task_resume(). Here is the call graph for this function: ![]() |