Home
last modified time | relevance | path

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

/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/function.objects/bind/func.bind/func.bind.bind/
Dcopy.pass.cpp31 auto task = std::bind(fnc, 2.f, 4.f); in main() local
/ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/src/Unwind/
Dlibunwind.cpp108 static bool is64bit(task_t task) { in is64bit()
113 _LIBUNWIND_EXPORT unw_addr_space_t unw_create_addr_space_for_task(task_t task) { in unw_create_addr_space_for_task()
DAddressSpace.hpp470 OtherAddressSpace(task_t task) : fTask(task) {} in OtherAddressSpace()
/ndk/sources/third_party/googletest/googletest/src/
Dgtest-port.cc90 const task_t task = mach_task_self(); in GetThreadCount() local