Home | History | Annotate | Download | only in libxml2

Lines Matching refs:EDEADLK

164     "Resource deadlock avoided",/* EDEADLK */
296 #ifdef EDEADLK
297 else if (errno == EDEADLK) code = XML_IO_EDEADLK;