Home
last modified time | relevance | path

Searched defs:task (Results 1 – 11 of 11) sorted by relevance

/thrift-3.4.0/lib/cpp/test/concurrency/
DTimerManagerTests.h93 shared_ptr<TimerManagerTests::Task> task; variable
140 shared_ptr<TimerManagerTests::Task> task variable
174 shared_ptr<TimerManagerTests::Task> task variable
206 shared_ptr<TimerManagerTests::Task> task variable
239 shared_ptr<TimerManagerTests::Task> task variable
DThreadFactoryTests.h158 shared_ptr<SynchStartTask> task in synchStartTest() local
DThreadManagerTests.h158 shared_ptr<ThreadManagerTests::Task> task = *ix; variable
/thrift-3.4.0/lib/cpp/src/thrift/concurrency/
DTimerManager.cpp113 shared_ptr<TimerManager::Task> task = ix->second; in run() local
241 TimerManager::Timer TimerManager::add(shared_ptr<Runnable> task, const std::chrono::milliseconds &t… in add()
245 TimerManager::Timer TimerManager::add(shared_ptr<Runnable> task, in add()
276 void TimerManager::remove(shared_ptr<Runnable> task) { in remove()
302 shared_ptr<Task> task = handle.lock(); in remove() local
DTimerManager.h76 …Timer add(std::shared_ptr<Runnable> task, uint64_t timeout) { return add(task,std::chrono::millise… in add()
DThreadManager.cpp276 shared_ptr<ThreadManager::Task> task; in run() local
491 void ThreadManager::Impl::remove(shared_ptr<Runnable> task) { in remove()
521 shared_ptr<ThreadManager::Task> task = tasks_.front(); in removeNextPending() local
/thrift-3.4.0/lib/swift/Sources/
DTHTTPSessionTransport.swift112 var task: URLSessionTask? variable
/thrift-3.4.0/lib/java/src/main/java/org/apache/thrift/
DTNonblockingMultiFetchClient.java153 FutureTask<?> task = new FutureTask(multiFetch, null); in fetch() local
/thrift-3.4.0/lib/cpp/src/thrift/server/
DTNonblockingServer.cpp624 std::shared_ptr<Runnable> task = std::shared_ptr<Runnable>( in transition() local
1069 std::shared_ptr<Runnable> task = threadManager_->removeNextPending(); in drainPendingTask() local
1080 void TNonblockingServer::expireClose(std::shared_ptr<Runnable> task) { in expireClose()
DTNonblockingServer.h421 void addTask(std::shared_ptr<Runnable> task) { in addTask()
/thrift-3.4.0/compiler/cpp/src/thrift/generate/
Dt_netstd_generator.cc3567 string task = "global::System.Threading.Tasks.Task"; in function_signature_async() local