Searched refs:blocked (Results 1 – 4 of 4) sorted by relevance
43 volatile unsigned int blocked; member
227 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()
70 only be blocked for the specified time (measured in72 blocked until the semaphore is signalled.128 be blocked until a message arrives. The "msg" argument is a result
69 only be blocked for the specified time (measured in71 blocked until the semaphore is signalled.161 be blocked until a message arrives. The "msg" argument is a result
Completed in 7 milliseconds