Searched refs:taskno (Results 1 - 1 of 1) sorted by relevance

/bind-9.11.3/bin/tests/tasks/
H A Dt_tasks.c2227 int taskno = *(int *)(event->ev_arg); local
2230 t_info("task enter %d\n", taskno);
2231 if (taskno == T14_EXCLTASK) {
2235 t_info("task %d got exclusive access\n", taskno);
2238 taskno, t14_exclusiveerror);
2247 t14_active[taskno]++;
2249 t14_active[taskno]--;
2251 t_info("task exit %d\n", taskno);

Completed in 30 milliseconds