Home
last modified time | relevance | path

Searched refs:__pthread_setcancelstate (Results 1 – 8 of 8) sorted by relevance

/sysdeps/unix/sysv/linux/
A Dfatal-prepare.h22 #define FATAL_PREPARE __pthread_setcancelstate (PTHREAD_CANCEL_DISABLE, NULL)
A Dspawni.c347 __pthread_setcancelstate (PTHREAD_CANCEL_DISABLE, &state); in __spawnix()
411 __pthread_setcancelstate (state, NULL); in __spawnix()
/sysdeps/pthread/
A Dsem_open.c59 __libc_ptf_call (__pthread_setcancelstate, in __sem_open()
215 __libc_ptf_call (__pthread_setcancelstate, (state, NULL), 0); in __sem_open()
/sysdeps/posix/
A Dsystem.c85 __pthread_setcancelstate (PTHREAD_CANCEL_DISABLE, &state); in cancel_handler()
87 __pthread_setcancelstate (state, NULL); in cancel_handler()
/sysdeps/htl/
A Dlibc-lockP.h143 weak_extern (__pthread_setcancelstate)
165 # pragma weak __pthread_setcancelstate macro
A DpthreadP.h81 int __pthread_setcancelstate (int state, int *oldstate);
A Dpthread-functions.h60 int __pthread_setcancelstate (int, int *);
/sysdeps/nptl/
A Dlibc-lockP.h231 extern int __pthread_setcancelstate (int state, int *oldstate);
232 libc_hidden_proto (__pthread_setcancelstate)

Completed in 9 milliseconds