Lines Matching refs:dnow
935 servertime_diff = dnow() - stime; in sync_tod_with_servertime()
1002 now = dnow(); in check_local_grab()
1029 now = dnow(); in check_local_grab()
1062 last_check = dnow(); in check_local_grab()
1134 if (msgcnt < mmax || dnow() > lastmsg + mwt) { in check_autorepeat()
1156 lastmsg = dnow(); in check_autorepeat()
1193 if (atom == atom_NET_ACTIVE_WINDOW) got_NET_ACTIVE_WINDOW = dnow(); in set_prop_atom()
1194 if (atom == atom_NET_CURRENT_DESKTOP) got_NET_CURRENT_DESKTOP = dnow(); in set_prop_atom()
1195 if (atom == atom_NET_CLIENT_LIST_STACKING) got_NET_CLIENT_LIST_STACKING = dnow(); in set_prop_atom()
1196 if (atom == atom_XROOTPMAP_ID) got_XROOTPMAP_ID = dnow(); in set_prop_atom()
1264 if (have_clients && xrefresh > 0.0 && dnow() > last_xrefresh + xrefresh) { in check_xevents()
1286 last_xrefresh = dnow(); in check_xevents()
1379 double now = dnow(); in check_xevents()
1485 if (dnow() > last_request + delay) { in check_xevents()
1506 last_request = dnow(); in check_xevents()