Home
last modified time | relevance | path

Searched refs:stop (Results 1 – 17 of 17) sorted by relevance

/rocksdb-6.9/third-party/folly/folly/synchronization/test/
DDistributedMutexTest.cpp82 while (!stop.load()) { in lockWithTryAndTimedNThreads()
91 while (!stop.load()) { in lockWithTryAndTimedNThreads()
126 stop.store(true); in lockWithTryAndTimedNThreads()
170 stop.store(true); in combineNThreads()
225 stop.store(true); in combineWithLockNThreads()
295 stop.store(true); in combineWithTryLockNThreads()
396 stop.store(true); in combineWithLockTryAndTimedNThreads()
878 stop.store(true); in TEST()
921 stop.store(true); in concurrentLocksManyMutexes()
1029 stop.store(true); in concurrentExceptionPropagationStress()
[all …]
/rocksdb-6.9/tools/
Ddb_repl_stress.cc62 std::atomic<bool> stop; member
72 while (!t->stop.load(std::memory_order_acquire)) { in ReplicationThreadBody()
76 if (t->stop.load(std::memory_order_acquire)) { in ReplicationThreadBody()
133 replThread.stop.store(false, std::memory_order_release); in main()
138 replThread.stop.store(true, std::memory_order_release); in main()
/rocksdb-6.9/tools/advisor/test/input_files/
Dtriggered_rules.ini17 [Rule "stop-too-many-L0"]
18 suggestions=inc-max-bg-compactions:inc-write-buffer-size:inc-l0-stop-writes-trigger
19 conditions=stop-too-many-L0
21 [Condition "stop-too-many-L0"]
61 [Suggestion "inc-l0-stop-writes-trigger"]
Drules_err1.ini38 [Rule "stop-too-many-L0"]
39 suggestions=inc-max-bg-compactions:missing-action:inc-l0-stop-writes-trigger
54 [Suggestion "inc-l0-stop-writes-trigger"]
/rocksdb-6.9/tools/advisor/advisor/
Drules.ini45 [Rule "stop-too-many-L0"]
46 suggestions=inc-max-bg-compactions:inc-write-buffer-size:inc-l0-stop-writes-trigger
47 conditions=stop-too-many-L0
49 [Condition "stop-too-many-L0"]
91 [Suggestion "inc-l0-stop-writes-trigger"]
/rocksdb-6.9/docs/_posts/
D2015-11-16-analysis-file-read-latency-by-level.markdown234stop=12; wbn=3; mbc=20; mb=67108864;wbs=134217728; dds=1; sync=0; r=1000000000; t=1; vs=20; bs=409…
237stop=12; wbn=3; mbc=20; mb=67108864;wbs=134217728; dds=0; sync=0; r=1000000000; t=32; vs=20; bs=40…
D2016-02-25-rocksdb-ama.markdown10 … doing a Reddit Ask-Me-Anything now at 10AM – 11AM PDT! We welcome you to stop by and ask any Rock…
D2017-03-02-rocksdb-5-2-1-released.markdown10 * Change the default of delayed slowdown value to 16MB/s and further increase the L0 stop condition…
D2016-04-26-rocksdb-4-5-1-released.markdown41 …_number > 3, writes will be slowed down when writing to the last write buffer to delay a full stop.
D2016-07-26-rocksdb-4-8-released.markdown32 …options will optimize for server-workloads. Also enable slowdown and full stop triggers for pendin…
D2015-07-23-dynamic-level.markdown29 …st_level/100 = 2GB, and next level to be size_last_level/1000 = 200MB. We stop here because 200MB …
/rocksdb-6.9/
DDEFAULT_OPTIONS_HISTORY.md6 * Change the default of delayed slowdown value to 16MB/s and further increase the L0 stop condition…
DHISTORY.md130 * Added DisableManualCompaction/EnableManualCompaction to stop and resume manual compaction.
372 * Properly set the stop key for a truncated manual CompactRange
678 * Change the default of delayed slowdown value to 16MB/s and further increase the L0 stop condition…
785 …options will optimize for server-workloads. Also enable slowdown and full stop triggers for pendin…
813 …_number > 3, writes will be slowed down when writing to the last write buffer to delay a full stop.
/rocksdb-6.9/java/benchmark/src/main/java/org/rocksdb/benchmark/
DDbBenchmark.java99 void stop() { in stop() method in Stats
732 stop(benchmark, results, currentTaskId); in run()
781 private void stop( in stop() method in DbBenchmark
/rocksdb-6.9/utilities/
Denv_librados.md69 ( ( ./stop.sh; rm -rf dev/*; CEPH_NUM_OSD=3 ./vstart.sh --short --localhost -n
/rocksdb-6.9/docs/
DLICENSE-DOCUMENTATION328 Licensed Material under separate terms or conditions or stop
/rocksdb-6.9/db/
Ddb_test.cc2371 std::atomic<bool> stop; member
2390 while (t->state->stop.load(std::memory_order_acquire) == false) { in MTThreadBody()
2524 mt.stop.store(false, std::memory_order_release); in TEST_P()
2543 mt.stop.store(true, std::memory_order_release); in TEST_P()