Home
last modified time | relevance | path

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

/haiku/src/tests/system/benchmarks/
H A Dctxbench.c123 ucontext_t *contextp; in main() local
130 contextp = (ucontext_t *)malloc(sizeof(ucontext_t)); in main()
132 sigprocmask(SIG_SETMASK, NULL, &contextp->uc_sigmask); in main()
133 _lwp_makecontext(contextp, child, NULL, NULL, in main()
135 error = _lwp_create(contextp, 0, &l); in main()