cregit-Linux how code gets into the kernel

Release 4.18 tools/testing/vsock/timeout.h

#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 */

Overall Contributors

PersonTokensPropCommitsCommitProp
Stefan Hajnoczi48100.00%1100.00%
Total48100.00%1100.00%
Information contained on this website is for historical information purposes only and does not indicate or represent copyright ownership.
Created with cregit.