c41ab41c17
Allow pollers to be scheduled to be run periodically every N microseconds instead of every iteration of the reactor loop. Change-Id: Iaea3e98965d81044e6dc5ce5f406bcb7a455289e Signed-off-by: Daniel Verkamp <daniel.verkamp@intel.com>
12 lines
260 B
Bash
Executable File
12 lines
260 B
Bash
Executable File
#!/usr/bin/env bash
|
|
|
|
testdir=$(readlink -f $(dirname $0))
|
|
rootdir=$testdir/../../..
|
|
source $rootdir/scripts/autotest_common.sh
|
|
|
|
timing_enter event
|
|
$testdir/event/event -m 0xF -t 5
|
|
$testdir/reactor/reactor -t 1
|
|
$testdir/subsystem/subsystem_ut
|
|
timing_exit event
|