Home
last modified time | relevance | path

Searched refs:FINAL_COUNT (Results 1 – 1 of 1) sorted by relevance

/netbsd/src/tests/rump/kernspace/
Dthreadpool.c102 #define FINAL_COUNT 12345 macro
111 KASSERT(data->count != FINAL_COUNT); in test_job_func_schedule()
129 while (data->count != FINAL_COUNT - 1) in test_job_func_cancel()
131 data->count = FINAL_COUNT; in test_job_func_cancel()
167 while (data.count != FINAL_COUNT) { in rumptest_threadpool_unbound_schedule()
195 while (data.count != FINAL_COUNT) { in rumptest_threadpool_percpu_schedule()
230 data.count = FINAL_COUNT - 1; in rumptest_threadpool_job_cancel()
235 KASSERT(data.count == FINAL_COUNT); in rumptest_threadpool_job_cancel()
267 data.count = FINAL_COUNT - 1; in rumptest_threadpool_job_cancelthrash()
277 KASSERT(data.count == (FINAL_COUNT - 1) || in rumptest_threadpool_job_cancelthrash()
[all …]