Searched refs:task0 (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: 354 void task0(void)
|
| /linux/kernel/sched/ |
| H A D | ext.c | 372 #define SCX_CALL_OP_2TASKS_RET(sch, mask, op, rq, task0, task1, args...) \ argument 374 __typeof__((sch)->ops.op(task0, task1, ##args)) __ret; \ 376 current->scx.kf_tasks[0] = task0; \ 378 __ret = SCX_CALL_OP_RET((sch), mask, op, rq, task0, task1, ##args); \
|
| /linux/Documentation/RCU/Design/Memory-Ordering/ |
| H A D | Tree-RCU-Memory-Ordering.rst | 82 3 void task0(void)
|