summaryrefslogtreecommitdiff
path: root/tools/testing/vsock/timeout.h
blob: 77db9ce9860a97432de20caee1f67fb499c35ddc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#ifndef TIMEOUT_H
#define TIMEOUT_H

enum {
	/* Default timeout */
	TIMEOUT = 10 /* seconds */
};

void sigalrm(int signo);
void timeout_begin(unsigned int seconds);
void timeout_check(const char *operation);
void timeout_end(void);

#endif /* TIMEOUT_H */
d> 2023-03-10scripts: Update the CONFIG_* ignore list in headers_install.shThomas Huth 2022-07-27scripts: headers_install.sh: Update config leak ignore entriesNicolas Schier 2020-08-07Merge branch 'work.fdpic' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds 2020-07-27unexport linux/elfcore.hAl Viro 2020-07-10char: raw: do not leak CONFIG_MAX_RAW_DEVS to userspaceMasahiro Yamada 2020-06-17scripts: Fix typo in headers_install.shMasanari Iida 2020-06-06Merge tag 'sh-for-5.8' of git://git.libc.org/linux-shLinus Torvalds 2020-06-01sh: remove sh5 supportArnd Bergmann 2020-05-26scripts: headers_install: Exit with error on config leakSiddharth Gupta 2019-08-21kbuild: re-implement detection of CONFIG options leaked to user-spaceMasahiro Yamada 2019-07-29kbuild: detect missing "WITH Linux-syscall-note" for uapi headersMasahiro Yamada 2019-06-15kbuild: simplify scripts/headers_install.shMasahiro Yamada 2018-03-26kbuild: Improve portability of some sed invocationsMichael Forney 2017-11-07Merge branch 'linus' into locking/core, to resolve conflictsIngo Molnar 2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman 2017-10-24linux/compiler.h: Split into compiler.h and compiler_types.hWill Deacon 2014-10-14Merge branch 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek...Linus Torvalds 2014-10-14scripts/headers_install.sh: fix error handlingJavier Barrio 2014-08-20kbuild: Make scripts executableMichal Marek 2013-05-17kbuild: fix make headers_install when path is too longNicolas Dichtel 2013-04-09headers_install.pl: convert to headers_install.shRob Landley