Searched refs:timer (Results 1 – 11 of 11) sorted by relevance
/thrift-3.4.0/lib/cpp/test/ |
D | Benchmark.cpp | 80 Timer timer; in main() local 85 elapsed = timer.frame(); in main() 96 Timer timer; in main() local 101 elapsed = timer.frame(); in main() 109 Timer timer; in main() local 114 elapsed = timer.frame(); in main() 123 Timer timer; in main() local 128 elapsed = timer.frame(); in main() 136 Timer timer; in main() local 141 elapsed = timer.frame(); in main() [all …]
|
/thrift-3.4.0/lib/cpp/test/concurrency/ |
D | TimerManagerTests.h | 204 TimerManager::Timer timer = timerManager.add(taskToRemove, taskToRemove->_timeout); variable 211 timerManager.remove(timer); 219 timerManager.remove(timer); 241 TimerManager::Timer timer = timerManager.add(task, task->_timeout); variable 252 timerManager.remove(timer);
|
/thrift-3.4.0/lib/cpp/src/thrift/concurrency/ |
D | TimerManager.cpp | 262 shared_ptr<Task> timer(new Task(task)); in add() local 264 timer->it_ = taskMap_.emplace(abstime, timer); in add() 273 return timer; in add()
|
D | TimerManager.h | 113 virtual void remove(Timer timer);
|
/thrift-3.4.0/lib/go/thrift/ |
D | simple_server.go | 262 timer := time.NewTimer(ServerStopTimeout) 264 case <-timer.C: 268 timer.Stop()
|
/thrift-3.4.0/lib/erl/src/ |
D | thrift_disk_log_transport.erl | 52 {ok, TRef} = timer:apply_interval(N, ?MODULE, force_flush, [State]),
|
D | thrift_reconnecting_client.erl | 232 timer:now_diff(T2, T1)
|
D | thrift_socket_server.erl | 306 timer:sleep(100),
|
/thrift-3.4.0/test/erl/src/ |
D | test_thrift_server.erl | 232 timer:sleep(1000 * Seconds),
|
/thrift-3.4.0/doc/specs/ |
D | thrift.tex | 786 thread manager and timer class implementations do not exist. We investigated 793 conditions, threads) it does not provide a thread manager or timer 805 ACE has both a thread manager and timer class in addition to multi-thread 823 \item timer manager 930 Of course, it can be used to generate any number of timer or alarm events. 933 execute expired \texttt{Runnable} objects. Thus, if a timer operation needs to
|
/thrift-3.4.0/compiler/cpp/tests/catch/ |
D | catch.hpp | 6784 Timer timer; in runCurrentTest() local 6785 timer.start(); in runCurrentTest() 6794 duration = timer.getElapsedSeconds(); in runCurrentTest()
|