Searched defs:test_barrier (Results 1 – 6 of 6) sorted by relevance
/external/python/cpython2/Lib/test/ | ||
D | test_thread.py | 188 def test_barrier(self): member in BarrierTest |
/external/python/cpython3/Lib/test/ | ||
D | test_thread.py | 186 def test_barrier(self): member in BarrierTest |
D | lock_tests.py | 789 def test_barrier(self, passes=1): member in BarrierTests |
D | _test_multiprocessing.py | 1687 def test_barrier(self, passes=1): member in _TestBarrier |
/external/clang/test/CodeGen/ | ||
D | builtins-arm.c | 65 void test_barrier() { in test_barrier() function |
/external/mesa3d/src/gallium/tests/trivial/ | ||
D | compute.c | 1285 static void test_barrier(struct context *ctx) in test_barrier() function |