Home
last modified time | relevance | path

Searched defs:current_task (Results 1 – 4 of 4) sorted by relevance

/external/google-breakpad/src/client/mac/handler/
Dexception_handler.cc439 mach_port_t current_task = mach_task_self(); in ForwardException() local
674 mach_port_t current_task = mach_task_self(); in InstallHandler() local
708 mach_port_t current_task = mach_task_self(); in UninstallHandler() local
741 mach_port_t current_task = mach_task_self(); in Setup() local
777 mach_port_t current_task = mach_task_self(); in Teardown() local
/external/python/cpython3/Lib/asyncio/
Dtasks.py35 def current_task(loop=None): function
/external/tensorflow/tensorflow/core/data/service/
Ddispatcher_impl.cc234 for (int64_t current_task : current_tasks) { in FindTasksToDelete() local
/external/libbpf/.github/actions/build-selftests/
Dvmlinux.h38199 struct task_struct *current_task; member