Searched refs:__pthread_setcancelstate (Results 1 – 8 of 8) sorted by relevance
/sysdeps/unix/sysv/linux/ |
A D | fatal-prepare.h | 22 #define FATAL_PREPARE __pthread_setcancelstate (PTHREAD_CANCEL_DISABLE, NULL)
|
A D | spawni.c | 347 __pthread_setcancelstate (PTHREAD_CANCEL_DISABLE, &state); in __spawnix() 411 __pthread_setcancelstate (state, NULL); in __spawnix()
|
/sysdeps/pthread/ |
A D | sem_open.c | 59 __libc_ptf_call (__pthread_setcancelstate, in __sem_open() 215 __libc_ptf_call (__pthread_setcancelstate, (state, NULL), 0); in __sem_open()
|
/sysdeps/posix/ |
A D | system.c | 85 __pthread_setcancelstate (PTHREAD_CANCEL_DISABLE, &state); in cancel_handler() 87 __pthread_setcancelstate (state, NULL); in cancel_handler()
|
/sysdeps/htl/ |
A D | libc-lockP.h | 143 weak_extern (__pthread_setcancelstate) 165 # pragma weak __pthread_setcancelstate macro
|
A D | pthreadP.h | 81 int __pthread_setcancelstate (int state, int *oldstate);
|
A D | pthread-functions.h | 60 int __pthread_setcancelstate (int, int *);
|
/sysdeps/nptl/ |
A D | libc-lockP.h | 231 extern int __pthread_setcancelstate (int state, int *oldstate); 232 libc_hidden_proto (__pthread_setcancelstate)
|
Completed in 8 milliseconds