Include dependency graph for rtai_types.h:

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.
Data Structures | |
| struct | rt_times |
Defines | |
| #define | PRIO_Q 0 |
| #define | FIFO_Q 4 |
| #define | RES_Q 3 |
| #define | BIN_SEM 1 |
| #define | CNT_SEM 2 |
| #define | RES_SEM 3 |
| #define | RESEM_RECURS 1 |
| #define | RESEM_BINSEM 0 |
| #define | RESEM_CHEKWT -1 |
| #define | RT_SCHED_FIFO 0 |
| #define | RT_SCHED_RR 1 |
Typedefs | |
| typedef long long | RTIME |
| typedef int(*) | RT_TRAP_HANDLER (int, int, struct pt_regs *, void *) |
| #define BIN_SEM 1 |
Definition at line 29 of file rtai_types.h.
Referenced by __rtai_netrpc_init(), __wrap_pthread_cond_init(), and rt_typed_mbx_init().
| #define CNT_SEM 2 |
Definition at line 30 of file rtai_types.h.
Referenced by __wrap_sem_init(), _broadcast(), rt_msgq_init(), rt_sem_init(), and rt_typed_rwl_init().
| #define FIFO_Q 4 |
Definition at line 26 of file rtai_types.h.
Referenced by __rtai_netrpc_init(), and rt_typed_sem_init().
| #define PRIO_Q 0 |
Definition at line 25 of file rtai_types.h.
Referenced by __wrap_pthread_cond_init(), __wrap_sem_init(), _broadcast(), rt_mbx_init(), and rt_typed_rwl_init().
| #define RES_Q 3 |
Definition at line 27 of file rtai_types.h.
| #define RES_SEM 3 |
Definition at line 31 of file rtai_types.h.
Referenced by __wrap_pthread_mutex_init(), rt_msgq_init(), rt_typed_rwl_init(), and rt_typed_sem_init().
| #define RESEM_BINSEM 0 |
| #define RESEM_CHEKWT -1 |
Definition at line 35 of file rtai_types.h.
Referenced by __wrap_pthread_mutex_init(), and __wrap_pthread_rwlock_init().
| #define RESEM_RECURS 1 |
| #define RT_SCHED_FIFO 0 |
Definition at line 37 of file rtai_types.h.
| #define RT_SCHED_RR 1 |
Definition at line 38 of file rtai_types.h.
| typedef int(*) RT_TRAP_HANDLER(int, int, struct pt_regs *, void *) |
Definition at line 46 of file rtai_types.h.
| typedef long long RTIME |
Definition at line 42 of file rtai_types.h.
1.4.7