Home
last modified time | relevance | path

Searched refs:blocked (Results 1 – 4 of 4) sorted by relevance

/components/vbus/share_hdr/
A Dvbus_api.h43 volatile unsigned int blocked; member
/components/vbus/
A Dvbus.c227 RT_VBUS_OUT_RING->blocked = 1; in _bus_out_entry()
236 RT_VBUS_OUT_RING->blocked = 0; in _bus_out_entry()
1107 if (RT_VBUS_IN_RING->blocked) in _bus_in_entry()
1119 if (RT_VBUS_OUT_RING->blocked) in rt_vbus_isr()
1213 rt_kprintf("OUT ring:(%s blocked)\n", RT_VBUS_OUT_RING->blocked ? "is" : "not"); in rt_vbus_rb_dump()
1219 rt_kprintf("IN ring:(%s blocked)\n", RT_VBUS_IN_RING->blocked ? "is" : "not"); in rt_vbus_rb_dump()
/components/net/lwip/lwip-1.4.1/doc/
A Dsys_arch.txt70 only be blocked for the specified time (measured in
72 blocked until the semaphore is signalled.
128 be blocked until a message arrives. The "msg" argument is a result
/components/net/lwip/lwip-2.0.3/doc/
A Dsys_arch.txt69 only be blocked for the specified time (measured in
71 blocked until the semaphore is signalled.
161 be blocked until a message arrives. The "msg" argument is a result

Completed in 7 milliseconds