Home
last modified time | relevance | path

Searched refs:timeoutsec (Results 1 - 1 of 1) sorted by relevance

/third_party/musl/libc-test/src/common/
H A Druntest.c37 t_error("usage: %s [-t timeoutsec] [-w wrapcmd] cmd [args..]\n", argv[0]); in usage()
44 int timeoutsec = 5; in main() local
57 timeoutsec = atoi(optarg); in main()
76 if (sigtimedwait(&set, 0, &(struct timespec){timeoutsec,0}) == -1) { in main()

Completed in 1 milliseconds