Home
last modified time | relevance | path

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

/dports/databases/tiledb/TileDB-2.5.2/tiledb/sm/filesystem/
H A Dgcs.cc489 while (attempts++ < constants::gcs_max_attempts) { in wait_for_object_to_propagate()
509 while (attempts++ < constants::gcs_max_attempts) { in wait_for_object_to_be_deleted()
526 while (attempts++ < constants::gcs_max_attempts) { in wait_for_bucket_to_propagate()
547 while (attempts++ < constants::gcs_max_attempts) { in wait_for_bucket_to_be_deleted()
/dports/databases/tiledb/TileDB-2.5.2/tiledb/sm/misc/
H A Dconstants.h545 extern const unsigned int gcs_max_attempts;
H A Dconstants.cc555 const unsigned int gcs_max_attempts = 100; variable