Tests: Shouldn't be able to change global slowness.
This can help ensure that we don't leave slowness changes behind in case of resource exhaustion.
This commit is contained in:
committed by
David Goldblatt
parent
59e371f463
commit
0379235f47
@@ -117,6 +117,7 @@ void tsd_slow_update(tsd_t *tsd);
|
||||
*/
|
||||
void tsd_global_slow_inc(tsdn_t *tsdn);
|
||||
void tsd_global_slow_dec(tsdn_t *tsdn);
|
||||
bool tsd_global_slow();
|
||||
|
||||
enum {
|
||||
/* Common case --> jnz. */
|
||||
|
Reference in New Issue
Block a user