On 6/14/19 10:11 AM, Alex Bennée wrote: > start_exclusive(); > + cpu->in_exclusive_work_context = true; > wi->func(cpu, wi->data); > + cpu->in_exclusive_work_context = false; > end_exclusive();
Is there a reason not to put those into start/end_exclusive? And if not, what does in_exclusive_work_context mean? r~