Home
last modified time | relevance | path

Searched refs:self (Results 1 – 14 of 14) sorted by relevance

/components/libc/compilers/common/
A Dcstdlib.c25 rt_thread_t self = rt_thread_self(); in __rt_libc_exit() local
27 if (self != RT_NULL) in __rt_libc_exit()
29 LOG_W("thread:%s exit:%d!", self->parent.name, status); in __rt_libc_exit()
31 if (self->pthread_data != RT_NULL) in __rt_libc_exit()
39 rt_thread_control(self, RT_THREAD_CTRL_CLOSE, RT_NULL); in __rt_libc_exit()
/components/drivers/usb/cherryusb/osal/
A Dusb_osal_rtthread.c29 rt_thread_t self = rt_thread_self(); in usb_osal_thread_delete() local
30 rt_thread_control(self, RT_THREAD_CTRL_CLOSE, RT_NULL); in usb_osal_thread_delete()
39 rt_thread_t self = rt_thread_self(); in usb_osal_thread_schedule_other() local
42 const rt_uint8_t old_priority = RT_SCHED_PRIV(self).current_priority; in usb_osal_thread_schedule_other()
44 const rt_uint8_t old_priority = self->current_priority; in usb_osal_thread_schedule_other()
47 rt_thread_control(self, RT_THREAD_CTRL_CHANGE_PRIORITY, (void *)&priority); in usb_osal_thread_schedule_other()
51 rt_thread_control(self, RT_THREAD_CTRL_CHANGE_PRIORITY, (void *)&old_priority); in usb_osal_thread_schedule_other()
/components/lwp/arch/risc-v/rv64/
A Dlwp_arch.c86 rt_thread_t self = rt_thread_self(); in arch_get_user_sp() local
87 rt_uint8_t *stack_top = (rt_uint8_t *)self->stack_addr + self->stack_size; in arch_get_user_sp()
/components/legacy/usb/usbhost/core/
A Dhub.c212 if(rt_usb_hcd_setup_xfer(hub->hcd, hub->self->pipe_ep0_out, &setup, timeout) == 8) in rt_usbh_hub_get_port_status()
214 if(rt_usb_hcd_pipe_xfer(hub->hcd, hub->self->pipe_ep0_in, buffer, 4, timeout) == 4) in rt_usbh_hub_get_port_status()
255 if(rt_usb_hcd_setup_xfer(hub->hcd, hub->self->pipe_ep0_out, &setup, timeout) == 8) in rt_usbh_hub_clear_port_feature()
296 if(rt_usb_hcd_setup_xfer(hub->hcd, hub->self->pipe_ep0_out, &setup, timeout) == 8) in rt_usbh_hub_set_port_feature()
490 rt_usb_hcd_pipe_xfer(hub->self->hcd, pipe, hub->buffer, pipe->ep.wMaxPacketSize, timeout); in rt_usbh_hub_irq()
551 hub->self = device; in rt_usbh_hub_enable()
/components/drivers/pci/
A Dofw.c67 p2pdev = pdev->bus->self; in pci_ofw_irq_parse()
577 if (rt_pci_is_root_bus(pdev->bus) || !pdev->bus->self) in rt_pci_ofw_device_init()
588 np = pdev->bus->self->parent.ofw_node; in rt_pci_ofw_device_init()
A Dprobe.c214 bridge = pdev->bus->self; in pci_configure_ari()
408 bus->self = pdev; in pci_child_bus_init()
618 pdev = bus->self; in only_one_child()
637 if (!rt_pci_is_root_bus(bus) && bus->self->ari_enabled) in next_fn()
A Dpci.c440 pdev = pdev->bus->self; in rt_pci_irq_slot()
/components/drivers/usb/cherryusb/core/
A Dusbh_core.h117 struct usbh_hub *self; /* if this hubport is a hub */ member
/components/drivers/include/drivers/
A Dusb_host.h122 struct uinstance* self; member
A Dpci.h235 struct rt_pci_device *self; member
/components/net/lwip/lwip-2.0.3/doc/
A Dppp.txt283 /* Auth configuration, this is pretty self-explanatory */
324 /* Auth configuration, this is pretty self-explanatory */
441 the link, which should be self-explanatory:
/components/net/lwip/lwip-2.1.2/doc/
A Dppp.txt283 /* Auth configuration, this is pretty self-explanatory */
324 /* Auth configuration, this is pretty self-explanatory */
441 the link, which should be self-explanatory:
/components/lwp/
A Dlwp_syscall.c3340 rt_thread_t self = RT_NULL; in _sys_clone() local
3379 self = rt_thread_self(); in _sys_clone()
3380 lwp = self->lwp; in _sys_clone()
3393 thread = rt_thread_create(self->parent.name, in _sys_clone()
3396 self->stack_size, in _sys_clone()
3397 RT_SCHED_PRIV(self).init_priority, in _sys_clone()
3398 RT_SCHED_PRIV(self).init_tick); in _sys_clone()
3405 RT_SCHED_CTX(self).bind_cpu = lwp->bind_cpu; in _sys_clone()
3437 lwp_memcpy(thread->stack_addr, self->stack_addr, thread->stack_size); in _sys_clone()
/components/drivers/usb/cherryusb/class/hub/
A Dusbh_hub.c331 hport->self = hub; in usbh_hub_connect()

Completed in 35 milliseconds