Searched refs:threadname (Results 1 – 3 of 3) sorted by relevance
| /freebsd/contrib/lib9p/ |
| H A D | threadpool.c | 160 char threadname[16]; in l9p_threadpool_init() local 203 sprintf(threadname, "9p-worker:%d", i - 1); in l9p_threadpool_init() 204 pthread_set_name_np(worker->ltw_thread, threadname); in l9p_threadpool_init()
|
| /freebsd/sys/contrib/vchiq/interface/vchiq_arm/ |
| H A D | vchiq_core.c | 2347 char threadname[10]; in vchiq_init_state() local 2526 snprintf(threadname, sizeof(threadname), "VCHIQ-%d", state->id); in vchiq_init_state() 2529 threadname); in vchiq_init_state() 2533 vchiq_loud_error("couldn't create thread %s", threadname); in vchiq_init_state() 2540 snprintf(threadname, sizeof(threadname), "VCHIQr-%d", state->id); in vchiq_init_state() 2543 threadname); in vchiq_init_state() 2546 vchiq_loud_error("couldn't create thread %s", threadname); in vchiq_init_state() 2553 snprintf(threadname, sizeof(threadname), "VCHIQs-%d", state->id); in vchiq_init_state() 2556 threadname); in vchiq_init_state() 2559 vchiq_loud_error("couldn't create thread %s", threadname); in vchiq_init_state()
|
| H A D | vchiq_arm.c | 3005 char threadname[10]; in vchiq_platform_conn_state_changed() local 3008 snprintf(threadname, sizeof(threadname), "VCHIQka-%d", in vchiq_platform_conn_state_changed() 3013 threadname); in vchiq_platform_conn_state_changed() 3017 threadname); in vchiq_platform_conn_state_changed()
|