Home
last modified time | relevance | path

Searched refs:tst_timer_start (Results 1 – 10 of 10) sorted by relevance

/external/ltp/testcases/kernel/syscalls/nanosleep/
Dnanosleep01.c47 tst_timer_start(CLOCK_MONOTONIC); in main()
Dnanosleep02.c111 tst_timer_start(CLOCK_MONOTONIC); in do_child()
/external/ltp/lib/
Dtst_timer.c70 void tst_timer_start(clockid_t clk_id) in tst_timer_start() function
/external/ltp/testcases/kernel/syscalls/futex/
Dfutex_wait05.c39 tst_timer_start(clk_id); in verify_futex_wait()
/external/ltp/testcases/kernel/syscalls/poll/
Dpoll02.c70 tst_timer_start(CLOCK_MONOTONIC); in main()
/external/ltp/testcases/kernel/syscalls/select/
Dselect04.c75 tst_timer_start(CLOCK_MONOTONIC); in main()
/external/ltp/testcases/kernel/syscalls/epoll_wait/
Depoll_wait02.c72 tst_timer_start(CLOCK_MONOTONIC); in main()
/external/ltp/include/
Dtst_timer.h178 void tst_timer_start(clockid_t clk_id);
/external/ltp/testcases/kernel/syscalls/fcntl/
Dfcntl33.c216 tst_timer_start(CLOCK_MONOTONIC); in do_child()
/external/ltp/doc/
Dtest-writing-guidelines.txt1034 void tst_timer_start(clockid_t clk_id);
1050 The 'tst_timer_start()' marks start time and stores the 'clk_id' for further
1054 call to 'tst_timer_start()'.