@@ -3243,6 +3247,8 @@ static rt_err_t _rt_mq_send_wait(rt_mq_t mq, struct rt_thread *thread; rt_err_t ret; RT_UNUSED(prio); /* parameter check */ RT_ASSERT(mq != RT_NULL); RT_ASSERT(rt_object_get_type(&mq->parent.parent) == RT_Object_Class_MessageQueue); @@ -3626...
Search or jump to... Search code, repositories, users, issues, pull requests... Provide feedback We read every piece of feedback, and take your input very seriously. Include my email address so I can be contacted Cancel Submit feedback Saved searches Use saved searches to filt...
- spi: spi-zynq-qspi: use wait_for_completion_timeout to make zynq_qspi_exec_mem_op not interruptible - spi: sprd: Fix the wrong WDG_LOAD_VAL - regulator: vctrl: Avoid lockdep warning in enable/disable ops - regulator: vctrl: Use locked regulator_get_voltage in probe path ...
rt_printk("ERROR: child cannot open my_queue\n"); }else{//Get the message(s) off the pQueuen = mq_getattr(rx_q, &my_attrs); nMsgs = my_attrs.mq_curmsgs; rt_printk("There are %d messages on the queue\n", nMsgs);while(nMsgs-- >0) { n = mq_receive(rx_q, inBuf,size...
> - if (mutex_lock_interruptible(&cmd_lock)) > - return -EBUSY; > idr_for_each_entry(cmdarray, obj, id) { > if (offset >= size) > break; > if (obj) { > - if (copy_to_user((void __user *)buf + offset, (void
If the incoming device is not mq, calculate a flow hash * to select a queue. If all fails, find the first available queue. * Cache vlan->numvtaps since it can become zero during the execution * of this function. */ static struct tap_queue *tap_get_queue(struct tap_dev *tap, ...
- spi: spi-zynq-qspi: use wait_for_completion_timeout to make zynq_qspi_exec_mem_op not interruptible - spi: sprd: Fix the wrong WDG_LOAD_VAL - regulator: vctrl: Avoid lockdep warning in enable/disable ops - regulator: vctrl: Use locked regulator_get_voltage in probe path ...
include klibc rtatomic.h rtcompiler.h rtdbg.h rtdef.h rthw.h rtklibc.h rtm.h rtsched.h rtservice.h rtthread.h rttypes.h libcpu src tools .clang-format .gitattributes .gitignore ChangeLog.md Kconfig LICENSE README.md README_de.md ...