Lines Matching refs:e0
16 bool e0, e1; in thd_start() local
19 if ((err = mallctl("thread.tcache.enabled", &e0, &sz, NULL, 0))) { in thd_start()
28 if (e0) { in thd_start()
30 assert_d_eq(mallctl("thread.tcache.enabled", &e0, &sz, &e1, sz), in thd_start()
32 assert_true(e0, "tcache should be enabled"); in thd_start()
36 assert_d_eq(mallctl("thread.tcache.enabled", &e0, &sz, &e1, sz), 0, in thd_start()
38 assert_false(e0, "tcache should be disabled"); in thd_start()
41 assert_d_eq(mallctl("thread.tcache.enabled", &e0, &sz, &e1, sz), 0, in thd_start()
43 assert_true(e0, "tcache should be enabled"); in thd_start()
46 assert_d_eq(mallctl("thread.tcache.enabled", &e0, &sz, &e1, sz), 0, in thd_start()
48 assert_true(e0, "tcache should be enabled"); in thd_start()
51 assert_d_eq(mallctl("thread.tcache.enabled", &e0, &sz, &e1, sz), 0, in thd_start()
53 assert_false(e0, "tcache should be disabled"); in thd_start()
57 assert_d_eq(mallctl("thread.tcache.enabled", &e0, &sz, &e1, sz), 0, in thd_start()
59 assert_false(e0, "tcache should be disabled"); in thd_start()
63 assert_d_eq(mallctl("thread.tcache.enabled", &e0, &sz, &e1, sz), 0, in thd_start()
65 assert_true(e0, "tcache should be enabled"); in thd_start()
69 assert_d_eq(mallctl("thread.tcache.enabled", &e0, &sz, &e1, sz), 0, in thd_start()
71 assert_true(e0, "tcache should be enabled"); in thd_start()
75 assert_d_eq(mallctl("thread.tcache.enabled", &e0, &sz, &e1, sz), 0, in thd_start()
77 assert_false(e0, "tcache should be disabled"); in thd_start()