Lines Matching refs:e0
16 bool e0, e1; in thd_start() local
19 if ((err = mallctl("thread.tcache.enabled", (void *)&e0, &sz, NULL, in thd_start()
29 if (e0) { in thd_start()
31 assert_d_eq(mallctl("thread.tcache.enabled", (void *)&e0, &sz, in thd_start()
33 assert_true(e0, "tcache should be enabled"); in thd_start()
37 assert_d_eq(mallctl("thread.tcache.enabled", (void *)&e0, &sz, in thd_start()
39 assert_false(e0, "tcache should be disabled"); in thd_start()
42 assert_d_eq(mallctl("thread.tcache.enabled", (void *)&e0, &sz, in thd_start()
44 assert_true(e0, "tcache should be enabled"); in thd_start()
47 assert_d_eq(mallctl("thread.tcache.enabled", (void *)&e0, &sz, in thd_start()
49 assert_true(e0, "tcache should be enabled"); in thd_start()
52 assert_d_eq(mallctl("thread.tcache.enabled", (void *)&e0, &sz, in thd_start()
54 assert_false(e0, "tcache should be disabled"); in thd_start()
58 assert_d_eq(mallctl("thread.tcache.enabled", (void *)&e0, &sz, in thd_start()
60 assert_false(e0, "tcache should be disabled"); in thd_start()
64 assert_d_eq(mallctl("thread.tcache.enabled", (void *)&e0, &sz, in thd_start()
66 assert_true(e0, "tcache should be enabled"); in thd_start()
70 assert_d_eq(mallctl("thread.tcache.enabled", (void *)&e0, &sz, in thd_start()
72 assert_true(e0, "tcache should be enabled"); in thd_start()
76 assert_d_eq(mallctl("thread.tcache.enabled", (void *)&e0, &sz, in thd_start()
78 assert_false(e0, "tcache should be disabled"); in thd_start()