Home
last modified time | relevance | path

Searched refs:timeout (Results 1 – 2 of 2) sorted by relevance

/malloc/
A Dtst-malloc-thread-exit.c113 int timeout = 3; in do_test() local
114 if (timeout > DEFAULT_TIMEOUT) in do_test()
115 timeout = DEFAULT_TIMEOUT - 1; in do_test()
121 struct timespec ts = {timeout, 0}; in do_test()
A Dtst-malloc-fork-deadlock.c175 int timeout = 3; in do_test() local
176 if (timeout > DEFAULT_TIMEOUT) in do_test()
177 timeout = DEFAULT_TIMEOUT - 1; in do_test()
188 struct timespec ts = {timeout, 0}; in do_test()

Completed in 4 milliseconds