Lines Matching refs:err
14 int err; in thd_start() local
21 if ((err = mallctl("thread.allocated", (void *)&a0, &sz, NULL, 0))) { in thd_start()
22 if (err == ENOENT) in thd_start()
25 strerror(err)); in thd_start()
28 if ((err = mallctl("thread.allocatedp", (void *)&ap0, &sz, NULL, 0))) { in thd_start()
29 if (err == ENOENT) in thd_start()
32 strerror(err)); in thd_start()
39 if ((err = mallctl("thread.deallocated", (void *)&d0, &sz, NULL, 0))) { in thd_start()
40 if (err == ENOENT) in thd_start()
43 strerror(err)); in thd_start()
46 if ((err = mallctl("thread.deallocatedp", (void *)&dp0, &sz, NULL, in thd_start()
48 if (err == ENOENT) in thd_start()
51 strerror(err)); in thd_start()