Home
last modified time | relevance | path

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

/third_party/ltp/testcases/kernel/syscalls/futex/
Dfutex_cmp_requeue01.c25 int test_done; member
75 while (!tst_atomic_load(&sd->test_done) in do_child()
94 tst_atomic_store(0, &sd->test_done); in verify_futex_cmp_requeue()
133 tst_atomic_store(1, &sd->test_done); in verify_futex_cmp_requeue()
/third_party/python/Lib/test/
Dtest_graphlib.py159 def test_done(self): member in TestTopologicalSort
Dtest_concurrent_futures.py1425 def test_done(self): member in FutureTests
/third_party/node/test/fixtures/wpt/resources/
Dtestharness.js2017 RemoteContext.prototype.test_done = function(data) { method in RemoteContext
2055 result: RemoteContext.prototype.test_done,