HomeSort by: relevance | last modified time | path
    Searched refs:wait_value_hi (Results 1 - 4 of 4) sorted by relevancy

  /xsrc/external/mit/xorgproto/dist/include/X11/extensions/
syncproto.h 237 INT32 wait_value_hi; member in struct:_xSyncWaitCondition
286 INT32 wait_value_hi; member in struct:__anon11824
442 INT32 wait_value_hi; member in struct:_xSyncCounterNotifyEvent
  /xsrc/external/mit/libXext/dist/src/
XSync.c 221 awire->wait_value_hi);
273 awire->wait_value_hi = XSyncValueHigh32(aevent->wait_value);
567 wc.wait_value_hi = XSyncValueHigh32(wait_item->trigger.wait_value);
695 rep.wait_value_lo, rep.wait_value_hi);
  /xsrc/external/mit/xorg-server.old/dist/Xext/
sync.c 500 pev->wait_value_hi = XSyncValueHigh32(pTrigger->test_value);
1671 pProtocolWaitConds->wait_value_hi);
1908 rep.wait_value_hi = XSyncValueHigh32(pTrigger->wait_value);
1912 rep.wait_value_hi = XSyncValueHigh32(pTrigger->test_value);
1928 swapl(&rep.wait_value_hi, n);
2573 cpswapl(from->wait_value_hi, to->wait_value_hi);
  /xsrc/external/mit/xorg-server/dist/Xext/
sync.c 490 pev->wait_value_hi = pTrigger->test_value >> 32;
1656 ((int64_t)pProtocolWaitConds->wait_value_hi << 32) |
1884 .wait_value_hi = pTrigger->wait_value >> 32,
1888 .wait_value_hi = pTrigger->test_value >> 32,
1903 swapl(&rep.wait_value_hi);
2499 cpswapl(from->wait_value_hi, to->wait_value_hi);

Completed in 8 milliseconds