Home
last modified time | relevance | path

Searched refs:cancelation (Results 1 – 4 of 4) sorted by relevance

/external/chromium_org/native_client_sdk/src/libraries/third_party/pthreads-win32/
DREADME34 To support any thread cancelation in C++ library builds or
35 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 that
197 cancelation and exit implementation. The default version uses
201 to how POSIX threads cancelation and exit should work
205 The issue is: should cancelation of a thread in, say,
251 Otherwise neither pthreads cancelation nor pthread_exit() will work
253 for cancelation and thread exit.
288 most importantly, the way that cancelation and thread exit (via
[all …]
DCONTRIBUTORS58 Implementation of async cancelation.
119 makes preemptive async cancelation possible.
/external/chromium_org/third_party/WebKit/Source/wtf/
DCONTRIBUTORS.pthreads-win3266 Implementation of async cancelation.
126 makes preemptive async cancelation possible.
/external/chromium_org/chrome/browser/local_discovery/
Dprivet_http_impl.cc130 Cancelation* cancelation = new Cancelation(privet_client_, user_); in Cancel() local
135 base::Owned(cancelation)), in Cancel()