Home
last modified time | relevance | path

Searched refs:invoke_f (Results 1 – 1 of 1) sorted by relevance

/external/python/pybind11/tests/
Dtest_callbacks.cpp163 auto invoke_f = [f, j] { in TEST_SUBMODULE() local
167 auto t = std::thread(std::move(invoke_f)); in TEST_SUBMODULE()