GH-120974: make `_asyncio.all_tasks` thread safe (#122801) Make `_asyncio.all_tasks` thread safe, also changes state lock to use critical section.