Home
last modified time | relevance | path

Searched defs:async_func (Results 1 – 2 of 2) sorted by relevance

/third_party/boost/libs/thread/test/
Dtest_ml.cpp14 struct async_func { struct
15 virtual ~async_func() { } in ~async_func() argument
/third_party/python/Lib/unittest/test/testmock/
Dtestasync.py33 async def async_func(): pass function