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

/netbsd-current/sys/external/bsd/vchiq/dist/interface/vchiq_arm/
H A Dvchiq_core.c2336 char threadname[10]; local
2520 snprintf(threadname, sizeof(threadname), "VCHIQ-%d", state->id);
2523 threadname);
2527 vchiq_loud_error("couldn't create thread %s", threadname);
2534 snprintf(threadname, sizeof(threadname), "VCHIQr-%d", state->id);
2537 threadname);
2540 vchiq_loud_error("couldn't create thread %s", threadname);
2547 snprintf(threadname, sizeo
[all...]
H A Dvchiq_arm.c2807 char threadname[10]; local
2810 snprintf(threadname, sizeof(threadname), "VCHIQka-%d",
2815 threadname);
2819 threadname);

Completed in 94 milliseconds