Home
last modified time | relevance | path

Searched refs:thread_name_buf (Results 1 – 2 of 2) sorted by relevance

/xnu-11417.101.15/bsd/skywalk/nexus/netif/
H A Dnx_netif_poll.c493 char thread_name_buf[MAXTHREADNAMESIZE]; in netif_rxpoll_compat_thread_func() local
501 bzero(thread_name_buf, sizeof(thread_name_buf)); in netif_rxpoll_compat_thread_func()
502 thread_name = tsnprintf(thread_name_buf, sizeof(thread_name_buf), in netif_rxpoll_compat_thread_func()
/xnu-11417.101.15/doc/primitives/
H A Dstring-handling.md188 char thread_name_buf[MAXTHREADNAMESIZE];
190 thread_name = tsnprintf(thread_name_buf, sizeof(thread_name_buf),