SST/macro
sstmac_sched_clear_macros.h
Go to the documentation of this file.
1 #ifndef SSTMAC_SCHED_CLEAR_MACROS_H
2 #undef SSTMAC_SCHED_CLEAR_MACROS_H
3 
4 /* Set scheduling parameters for a process. */
5 #undef sched_setparam
6 #undef sched_getparam
7 #undef sched_setscheduler
8 #undef sched_getscheduler
9 #undef sched_yield
10 #undef sched_get_priority_max
11 #undef sched_get_priority_min
12 #undef sched_rr_get_interval
13 
14 #undef SCHED_FIFO
15 #undef SCHED_RR
16 #undef SCHED_DEADLINE
17 #undef SCHED_OTHER
18 #undef SCHED_BATCH
19 #undef SCHED_IDLE
20 
21 #undef CPU_SETSIZE
22 #undef CPU_SET
23 #undef CPU_CLR
24 #undef CPU_ISSET
25 #undef CPU_ZERO
26 #undef CPU_COUNT
27 #undef CPU_SET_S
28 #undef CPU_CLR_S
29 #undef CPU_ISSET_S
30 #undef CPU_ZERO_S
31 #undef CPU_COUNT_S
32 
33 #undef CPU_EQUAL
34 #undef CPU_EQUAL_S
35 #undef CPU_AND
36 #undef CPU_OR
37 #undef CPU_XOR
38 #undef CPU_AND_S
39 #undef CPU_OR_S
40 #undef CPU_XOR_S
41 
42 #undef CPU_ALLOC_SIZE
43 #undef CPU_ALLOC
44 #undef CPU_FREE
45 
46 /* Set the CPU affinity for a task */
47 #undef sched_setaffinity
48 #undef sched_getaffinity
49 
50 #undef cpu_set_t
51 
52 #endif // SSTMAC_SCHED_CLEAR_MACROS_H