Searched refs:threadname (Results 1 – 2 of 2) sorted by relevance
/netbsd-src/sys/external/bsd/vchiq/dist/interface/vchiq_arm/ |
H A D | vchiq_core.c | 2336 char threadname[10]; in vchiq_init_state() local 2520 snprintf(threadname, sizeof(threadname), "VCHIQ-%d", state->id); in vchiq_init_state() 2523 threadname); in vchiq_init_state() 2527 vchiq_loud_error("couldn't create thread %s", threadname); in vchiq_init_state() 2534 snprintf(threadname, sizeof(threadname), "VCHIQr-%d", state->id); in vchiq_init_state() 2537 threadname); in vchiq_init_state() 2540 vchiq_loud_error("couldn't create thread %s", threadname); in vchiq_init_state() 2547 snprintf(threadname, sizeof(threadname), "VCHIQs-%d", state->id); in vchiq_init_state() 2550 threadname); in vchiq_init_state() 2553 vchiq_loud_error("couldn't create thread %s", threadname); in vchiq_init_state()
|
H A D | vchiq_arm.c | 2807 char threadname[10]; in vchiq_platform_conn_state_changed() local 2810 snprintf(threadname, sizeof(threadname), "VCHIQka-%d", in vchiq_platform_conn_state_changed() 2815 threadname); in vchiq_platform_conn_state_changed() 2819 threadname); in vchiq_platform_conn_state_changed()
|