Searched refs:all_done (Results 1 – 10 of 10) sorted by relevance
/external/tensorflow/tensorflow/core/common_runtime/ |
D | hierarchical_tree_broadcaster.cc | 314 condition_variable all_done; in RunTree() local 341 [this, &mu, &pending_count, &all_done](const Status& s) { in RunTree() 346 all_done.notify_all(); in RunTree() 375 [this, &mu, &pending_count, &all_done](const Status& s) { in RunTree() 380 all_done.notify_all(); in RunTree() 390 all_done.wait(l); in RunTree()
|
/external/tensorflow/tensorflow/core/debug/ |
D | debug_grpc_io_utils_test.cc | 194 Notification all_done; in TEST_F() local 202 auto fn = [this, &mu, &tensor_count, &tensors, &statuses, &all_done, in TEST_F() 221 if (this_count == kSends - 1 && !all_done.HasBeenNotified()) { in TEST_F() 222 all_done.Notify(); in TEST_F() 233 all_done.WaitForNotification(); in TEST_F()
|
D | debug_io_utils_test.cc | 365 Notification all_done; in TEST_F() local 369 &all_done]() { in TEST_F() 397 all_done.Notify(); in TEST_F() 407 all_done.WaitForNotification(); in TEST_F()
|
/external/autotest/server/cros/ |
D | tradefed_test.py | 1092 last_session_id, passed, failed, all_done = result 1096 accurate.append(acc or not all_done) 1111 notest = (passed + failed == 0 and all_done) 1132 if failed <= waived and all_done: 1139 if not all_done and '*' in ''.join(run_template): 1154 if failed <= waived and all_done: 1174 (steps, passed, failed, waived, '' if all_done else ', notexec>=1',
|
/external/squashfs-tools/kernel/fs/squashfs/ |
D | file.c | 261 goto all_done; in fill_meta_index() 316 all_done: in fill_meta_index()
|
/external/tensorflow/tensorflow/python/distribute/ |
D | mirrored_strategy.py | 142 all_done = False 143 while not all_done and not coord.should_stop(): 164 all_done = all(done) 165 if not all_done:
|
/external/squashfs-tools/squashfs-tools/ |
D | read_fs.c | 663 goto all_done; in squashfs_readdir() 692 all_done: in squashfs_readdir()
|
/external/tensorflow/tensorflow/core/distributed_runtime/ |
D | master_session.cc | 165 BlockingCounter all_done(waiting_for); in RetrieveLogs() local 170 [step_id, ss, resp, &scoped_mu, &all_done](const Status& s) { in RetrieveLogs() 186 all_done.DecrementCount(); in RetrieveLogs() 189 all_done.Wait(); in RetrieveLogs()
|
/external/u-boot/fs/yaffs2/ |
D | yaffs_guts.c | 1207 int all_done = 1; in yaffs_soft_del_worker() local 1215 all_done && i >= 0; in yaffs_soft_del_worker() 1218 all_done = in yaffs_soft_del_worker() 1225 if (all_done) { in yaffs_soft_del_worker() 1234 return (all_done) ? 1 : 0; in yaffs_soft_del_worker()
|
/external/squashfs-tools/kernel-2.4/fs/squashfs/ |
D | inode.c | 1348 goto all_done; in get_meta_index() 1396 all_done: in get_meta_index()
|