Home
last modified time | relevance | path

Searched defs:PTHREAD_CANCELED (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/sys/posix/
H A Dpthread.d120 enum PTHREAD_CANCELED = cast(void*) -1; in version() local
/netbsd-src/lib/libpthread/
H A Dpthread.h274 #define PTHREAD_CANCELED ((void *) 1) macro