Home
last modified time | relevance | path

Searched refs:thread_name (Results 1 – 3 of 3) sorted by relevance

/components/lwp/
A Dlwp.c351 char *thread_name; in lwp_execve() local
404 thread_name = strrchr(filename, '/'); in lwp_execve()
405 thread_name = thread_name ? thread_name + 1 : filename; in lwp_execve()
417 thread = rt_thread_create(thread_name, _lwp_thread_entry, RT_NULL, in lwp_execve()
/components/drivers/usb/cherryusb/class/hub/
A Dusbh_hub.c679 char thread_name[32] = { 0 }; in usbh_hub_initialize() local
698 snprintf(thread_name, 32, "usbh_hub%u", bus->busid); in usbh_hub_initialize()
699 …bus->hub_thread = usb_osal_thread_create(thread_name, CONFIG_USBHOST_PSC_STACKSIZE, CONFIG_USBHOST… in usbh_hub_initialize()
/components/utilities/ulog/
A Dulog.c355 const char *thread_name = "N/A"; in ulog_head_formater() local
358 thread_name = rt_thread_self()->parent.name; in ulog_head_formater()
360 name_len = rt_strnlen(thread_name, RT_NAME_MAX); in ulog_head_formater()
361 rt_strncpy(log_buf + log_len, thread_name, name_len); in ulog_head_formater()

Completed in 7 milliseconds