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

  /external/syslinux/core/include/
timer.h 14 typedef uint32_t mstime_t; typedef
16 static inline mstime_t ms_timer(void)
mbox.h 35 int mbox_post(struct mailbox *mbox, void *msg, mstime_t timeout);
36 mstime_t mbox_fetch(struct mailbox *mbox, void **msg, mstime_t timeout);
thread.h 37 mstime_t block_time;
38 mstime_t timeout;
82 mstime_t sem_down(struct semaphore *, mstime_t);
  /external/syslinux/core/thread/
mbox.c 25 int mbox_post(struct mailbox *mbox, void *msg, mstime_t timeout)
29 if (sem_down(&mbox->prod_sem, timeout) == (mstime_t)-1)
43 mstime_t mbox_fetch(struct mailbox *mbox, void **msg, mstime_t timeout)
45 mstime_t t;
50 if (t == (mstime_t)-1)
timeout.c 19 mstime_t now = ms_timer();
21 mstime_t timeout;
semaphore.c 12 mstime_t __sem_down_slow(struct semaphore *sem, mstime_t timeout)
15 mstime_t rv;
33 mstime_t now = ms_timer();
  /external/syslinux/core/lwip/src/arch/
sys_arch.c 49 mstime_t rv;
54 if (rv == (mstime_t)-1)
96 mstime_t rv;
101 if (rv == (mstime_t)-1)
  /external/syslinux/efi/
main.c 181 mstime_t sem_down(struct semaphore *sem, mstime_t time)
    [all...]

Completed in 104 milliseconds