Searched refs:task1 (Results 1 – 3 of 3) sorted by relevance
/linux/tools/memory-model/Documentation/ |
H A D | ordering.txt | 352 example, where task0() and task1() execute concurrently: 360 void task1(void)
|
/linux/kernel/sched/ |
H A D | ext.c | 1166 #define SCX_CALL_OP_2TASKS_RET(mask, op, task0, task1, args...) \ argument 1168 __typeof__(scx_ops.op(task0, task1, ##args)) __ret; \ 1171 current->scx.kf_tasks[1] = task1; \ 1172 __ret = SCX_CALL_OP_RET(mask, op, task0, task1, ##args); \
|
/linux/Documentation/RCU/Design/Memory-Ordering/ |
H A D | Tree-RCU-Memory-Ordering.rst | 90 11 void task1(void)
|