HomeSort by relevance Sort by last modified time
    Searched refs:hxl (Results 1 - 2 of 2) sorted by null

  /external/libvncserver/x11vnc/
util.h 116 extern int hxl;
118 hxl, hxl ? " BAD-PRE-LOCK":"", __FILE__, __LINE__); LOCK(x11Mutex); hxl = 1;
120 hxl, !hxl ? " BAD-PRE-UNLOCK":"", __FILE__, __LINE__); UNLOCK(x11Mutex); hxl = 0;
util.c 44 int hxl = 0; variable

Completed in 46 milliseconds