Home
last modified time | relevance | path

Searched refs:_pthread_isduecanceled (Results 1 – 3 of 3) sorted by relevance

/dports/devel/emscripten/emscripten-2.0.3/system/lib/libc/musl/src/thread/
H A D__wait.c7 int _pthread_isduecanceled(struct pthread *pthread_ptr);
25 if (_pthread_isduecanceled(pthread_self())) { in __wait()
H A D__timedwait.c19 int _pthread_isduecanceled(struct pthread *pthread_ptr);
48 if (_pthread_isduecanceled(pthread_self())) { in __timedwait_cp()
/dports/devel/emscripten/emscripten-2.0.3/system/lib/pthread/
H A Dlibrary_pthread.c96 int _pthread_isduecanceled(struct pthread* pthread_ptr) { in _pthread_isduecanceled() function
104 if (_pthread_isduecanceled(self)) { in __pthread_testcancel()