Home
last modified time | relevance | path

Searched refs:__pthread_setcancelstate (Results 1 - 11 of 11) sorted by relevance

/third_party/musl/src/thread/
H A Dpthread_join.c22 __pthread_setcancelstate(PTHREAD_CANCEL_DISABLE, &cs); in __pthread_timedjoin_np()
23 if (cs == PTHREAD_CANCEL_ENABLE) __pthread_setcancelstate(cs, 0); in __pthread_timedjoin_np()
42 __pthread_setcancelstate(cs, 0); in __pthread_timedjoin_np()
54 __pthread_setcancelstate(cs, 0); in __pthread_timedjoin_np()
H A Dpthread_cond_timedwait.c97 __pthread_setcancelstate(PTHREAD_CANCEL_MASKED, &cs); in __pthread_cond_timedwait()
98 if (cs == PTHREAD_CANCEL_DISABLE) __pthread_setcancelstate(cs, 0); in __pthread_cond_timedwait()
166 __pthread_setcancelstate(cs, 0); in __pthread_cond_timedwait()
170 __pthread_setcancelstate(PTHREAD_CANCEL_DISABLE, 0); in __pthread_cond_timedwait()
H A Dpthread_setcancelstate.c3 int __pthread_setcancelstate(int new, int *old) in __pthread_setcancelstate() function
14 weak_alias(__pthread_setcancelstate, pthread_setcancelstate);
H A Dpthread_detach.c10 __pthread_setcancelstate(PTHREAD_CANCEL_DISABLE, &cs); in __pthread_detach()
12 __pthread_setcancelstate(cs, 0); in __pthread_detach()
H A D__timedwait.c81 __pthread_setcancelstate(PTHREAD_CANCEL_DISABLE, &cs); in __timedwait()
83 __pthread_setcancelstate(cs, 0); in __timedwait()
/third_party/musl/porting/liteos_a/user/src/thread/
H A Dpthread_join.c16 __pthread_setcancelstate(PTHREAD_CANCEL_DISABLE, &cs); in __pthread_timedjoin_np()
17 if (cs == PTHREAD_CANCEL_ENABLE) __pthread_setcancelstate(cs, 0); in __pthread_timedjoin_np()
37 __pthread_setcancelstate(cs, 0); in __pthread_timedjoin_np()
H A D__timedwait.c78 __pthread_setcancelstate(PTHREAD_CANCEL_DISABLE, &cs); in __timedwait()
80 __pthread_setcancelstate(cs, 0); in __timedwait()
/third_party/musl/porting/linux/user/src/thread/
H A Dpthread_setcancelstate.c3 int __pthread_setcancelstate(int new, int *old) in __pthread_setcancelstate() function
14 weak_alias(__pthread_setcancelstate, pthread_setcancelstate);
H A Dpthread_cond_timedwait.c120 __pthread_setcancelstate(PTHREAD_CANCEL_MASKED, &cs); in __pthread_cond_timedwait()
122 __pthread_setcancelstate(cs, 0); in __pthread_cond_timedwait()
212 __pthread_setcancelstate(cs, 0); in __pthread_cond_timedwait()
216 __pthread_setcancelstate(PTHREAD_CANCEL_DISABLE, 0); in __pthread_cond_timedwait()
/third_party/musl/porting/linux/user/src/include/
H A Dpthread.h22 hidden int __pthread_setcancelstate(int, int *);
/third_party/musl/src/include/
H A Dpthread.h8 hidden int __pthread_setcancelstate(int, int *);

Completed in 4 milliseconds