Home
last modified time | relevance | path

Searched defs:test_exclusive (Results 1 – 3 of 3) sorted by relevance

/third_party/boost/libs/fiber/test/
Dtest_mutex_dispatch.cpp220 struct test_exclusive { struct
221 typedef M mutex_type;
222 typedef typename std::unique_lock< M > lock_type;
224 void operator()() { in operator ()()
Dtest_mutex_post.cpp220 struct test_exclusive { struct
221 typedef M mutex_type;
222 typedef typename std::unique_lock< M > lock_type;
224 void operator()() { in operator ()()
/third_party/python/Lib/test/
Dtest_argparse.py5135 def test_exclusive(self): member in TestIntermixedArgs