Searched refs:cancelation (Results 1 – 4 of 4) sorted by relevance
34 To support any thread cancelation in C++ library builds or35 to support cancelation of blocked threads in any build.38 For true async cancelation of threads (including blocked threads).50 cancelation, which means that it can async cancel only threads that197 cancelation and exit implementation. The default version uses201 to how POSIX threads cancelation and exit should work205 The issue is: should cancelation of a thread in, say,251 Otherwise neither pthreads cancelation nor pthread_exit() will work253 for cancelation and thread exit.288 most importantly, the way that cancelation and thread exit (via[all …]
58 Implementation of async cancelation.119 makes preemptive async cancelation possible.
66 Implementation of async cancelation.126 makes preemptive async cancelation possible.
130 Cancelation* cancelation = new Cancelation(privet_client_, user_); in Cancel() local135 base::Owned(cancelation)), in Cancel()