Searched refs:stop (Results 1 – 17 of 17) sorted by relevance
82 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 …]
62 std::atomic<bool> stop; member72 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()
17 [Rule "stop-too-many-L0"]18 suggestions=inc-max-bg-compactions:inc-write-buffer-size:inc-l0-stop-writes-trigger19 conditions=stop-too-many-L021 [Condition "stop-too-many-L0"]61 [Suggestion "inc-l0-stop-writes-trigger"]
38 [Rule "stop-too-many-L0"]39 suggestions=inc-max-bg-compactions:missing-action:inc-l0-stop-writes-trigger54 [Suggestion "inc-l0-stop-writes-trigger"]
45 [Rule "stop-too-many-L0"]46 suggestions=inc-max-bg-compactions:inc-write-buffer-size:inc-l0-stop-writes-trigger47 conditions=stop-too-many-L049 [Condition "stop-too-many-L0"]91 [Suggestion "inc-l0-stop-writes-trigger"]
234 …stop=12; wbn=3; mbc=20; mb=67108864;wbs=134217728; dds=1; sync=0; r=1000000000; t=1; vs=20; bs=409…237 …stop=12; wbn=3; mbc=20; mb=67108864;wbs=134217728; dds=0; sync=0; r=1000000000; t=32; vs=20; bs=40…
10 … doing a Reddit Ask-Me-Anything now at 10AM – 11AM PDT! We welcome you to stop by and ask any Rock…
10 * Change the default of delayed slowdown value to 16MB/s and further increase the L0 stop condition…
41 …_number > 3, writes will be slowed down when writing to the last write buffer to delay a full stop.
32 …options will optimize for server-workloads. Also enable slowdown and full stop triggers for pendin…
29 …st_level/100 = 2GB, and next level to be size_last_level/1000 = 200MB. We stop here because 200MB …
6 * Change the default of delayed slowdown value to 16MB/s and further increase the L0 stop condition…
130 * Added DisableManualCompaction/EnableManualCompaction to stop and resume manual compaction.372 * Properly set the stop key for a truncated manual CompactRange678 * 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.
99 void stop() { in stop() method in Stats732 stop(benchmark, results, currentTaskId); in run()781 private void stop( in stop() method in DbBenchmark
69 ( ( ./stop.sh; rm -rf dev/*; CEPH_NUM_OSD=3 ./vstart.sh --short --localhost -n
328 Licensed Material under separate terms or conditions or stop
2371 std::atomic<bool> stop; member2390 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()