Searched refs:threadname (Results 1 – 2 of 2) sorted by relevance
| /f-stack/freebsd/contrib/vchiq/interface/vchiq_arm/ |
| H A D | vchiq_core.c | 2328 char threadname[10]; in vchiq_init_state() local 2507 snprintf(threadname, sizeof(threadname), "VCHIQ-%d", state->id); in vchiq_init_state() 2510 threadname); in vchiq_init_state() 2514 vchiq_loud_error("couldn't create thread %s", threadname); in vchiq_init_state() 2521 snprintf(threadname, sizeof(threadname), "VCHIQr-%d", state->id); in vchiq_init_state() 2524 threadname); in vchiq_init_state() 2527 vchiq_loud_error("couldn't create thread %s", threadname); in vchiq_init_state() 2534 snprintf(threadname, sizeof(threadname), "VCHIQs-%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()
|
| H A D | vchiq_arm.c | 2775 char threadname[10]; in vchiq_platform_conn_state_changed() local 2778 snprintf(threadname, sizeof(threadname), "VCHIQka-%d", in vchiq_platform_conn_state_changed() 2783 threadname); in vchiq_platform_conn_state_changed() 2787 threadname); in vchiq_platform_conn_state_changed()
|