Home
last modified time | relevance | path

Searched refs:__pthread_testcancel (Results 1 – 5 of 5) sorted by relevance

/third_party/musl/src/thread/
Dpthread_testcancel.c9 void __pthread_testcancel() in __pthread_testcancel() function
14 weak_alias(__pthread_testcancel, pthread_testcancel);
Dpthread_cond_timedwait.c74 __pthread_testcancel(); in __pthread_cond_timedwait()
165 __pthread_testcancel(); in __pthread_cond_timedwait()
Dpthread_join.c13 __pthread_testcancel(); in __pthread_timedjoin_np()
/third_party/musl/src/include/
Dpthread.h7 hidden void __pthread_testcancel(void);
/third_party/musl/porting/liteos_a/user/src/thread/
Dpthread_join.c15 __pthread_testcancel(); in __pthread_timedjoin_np()