Lines Matching +full:te +full:- +full:source
2 * Copyright 2007-2012 Niels Provos and Nick Mathewson
4 * Redistribution and use in source and binary forms, with or without
7 * 1. Redistributions of source code must retain the above copyright
28 #include "event2/event-config.h"
85 static struct timeval ts, te, tv_timeout; in run_once() local
96 if (evutil_socketpair(AF_UNIX, SOCK_STREAM, 0, cp) == -1) { in run_once()
110 evutil_socket_t fd = i < num_pipes - 1 ? cp[3] : -1; in run_once()
124 evutil_gettimeofday(&te, NULL); in run_once()
125 evutil_timersub(&te, &ts, &te); in run_once()
136 return (&te); in run_once()
154 while ((c = getopt(argc, argv, "n:")) != -1) { in main()
167 if (setrlimit(RLIMIT_NOFILE, &rl) == -1) { in main()
180 tv->tv_sec * 1000000L + tv->tv_usec); in main()