Searched refs:tickPeriod (Results 1 – 2 of 2) sorted by relevance
106 uint32_t tickPeriod; in MessageQueueP_pend() local122 tickPeriod = ClockP_TICK_PERIOD; in MessageQueueP_pend()154 uint32_t tickPeriod; in MessageQueueP_post() local170 tickPeriod = ClockP_TICK_PERIOD; in MessageQueueP_post()171 if (tickPeriod != CONFIG_SYS_CLOCK_TICKS_PER_SEC) in MessageQueueP_post()173 timeUS = timeout * (uint64_t)tickPeriod; in MessageQueueP_post()
102 uint32_t eventBits, tickPeriod; in EventP_pend() local118 tickPeriod = ClockP_TICK_PERIOD; in EventP_pend()