Home
last modified time | relevance | path

Searched defs:num_cancelled (Results 1 – 5 of 5) sorted by relevance

/third_party/boost/libs/asio/test/
Ddeadline_timer.cpp62 std::size_t num_cancelled = t->cancel(); in cancel_timer() local
68 std::size_t num_cancelled = t->cancel_one(); in cancel_one_timer() local
Dsystem_timer.cpp74 std::size_t num_cancelled = t->cancel(); in cancel_timer() local
80 std::size_t num_cancelled = t->cancel_one(); in cancel_one_timer() local
/third_party/boost/libs/asio/include/boost/asio/detail/
Dtimer_queue.hpp179 std::size_t num_cancelled = 0; in cancel_timer() local
/third_party/boost/boost/asio/detail/
Dtimer_queue.hpp179 std::size_t num_cancelled = 0; in cancel_timer() local
/third_party/libcoap/src/
Dnet.c2342 int num_cancelled = 0; /* the number of observers cancelled */ in coap_cancel() local