HomeSort by relevance Sort by last modified time
    Searched refs:mbox_fetch (Results 1 - 3 of 3) sorted by null

  /external/syslinux/core/include/
mbox.h 36 mstime_t mbox_fetch(struct mailbox *mbox, void **msg, mstime_t timeout);
  /external/syslinux/core/lwip/src/arch/
sys_arch.c 100 rv = mbox_fetch(*mbox, msg, timeout);
111 return mbox_fetch(*mbox, msg, -1);
  /external/syslinux/core/thread/
mbox.c 43 mstime_t mbox_fetch(struct mailbox *mbox, void **msg, mstime_t timeout) function

Completed in 71 milliseconds