HomeSort by: relevance | last modified time | path
    Searched defs:pcpu1 (Results 1 - 1 of 1) sorted by relevancy

  /src/tests/rump/kernspace/
threadpool.c 74 struct threadpool_percpu *pcpu0, *pcpu1, *pcpu2; local in function:rumptest_threadpool_percpu_lifecycle
80 error = threadpool_percpu_get(&pcpu1, PRI_NONE);
83 KASSERT(pcpu0 == pcpu1);
91 threadpool_percpu_put(pcpu1, PRI_NONE);

Completed in 13 milliseconds