Searched refs:snooze (Results 1 - 25 of 389) sorted by path

1234567891011>>

/haiku/headers/private/bluetooth/
H A DPortListener.h150 snooze(500 * 1000);
155 snooze(500 * 1000);
/haiku/headers/private/firewire/
H A Dfwglue.h50 #define DELAY(n) snooze(n)
/haiku/headers/private/graphics/common/
H A Ddebug_ext.h49 #define DEBUG_WAIT snooze( DEBUG_WAIT_ON_MSG );
55 #define DEBUG_WAIT_ERROR snooze( DEBUG_WAIT_ON_ERROR );
/haiku/headers/tools/cppunit/
H A DThreadManager.h84 snooze(1000000);
H A DThreadedTestCaller.h234 snooze(50000);
/haiku/src/add-ons/accelerants/ati/
H A Dmach64_mode.cpp136 snooze(5000);
H A Drage128_dpms.cpp111 snooze(10);
H A Drage128_mode.cpp344 snooze(5000);
/haiku/src/add-ons/accelerants/intel_810/
H A Daccelerant.cpp50 snooze(30000); // sleep for 30 msec
H A Di810_mode.cpp179 snooze(50000);
185 snooze(1000); // wait 1 ms
/haiku/src/add-ons/accelerants/matrox/engine/
H A Dmga_acc.c33 /* snooze a bit so I do not hammer the bus */
34 snooze (100);
H A Dmga_bes.c333 * upto 360Mhz. So snooze about 4uS to prevent bus-congestion...
336 while ((uint16)CR1R(VCOUNT) > (si->dm.timing.v_total - 200)) snooze(4);
712 * upto 360Mhz. So snooze about 4uS to prevent bus-congestion...
715 while ((uint16)CR1R(VCOUNT) > (si->dm.timing.v_total - 200)) snooze(4);
H A Dmga_crtc.c386 snooze(4);
656 snooze(5);
676 snooze(4);
H A Dmga_dac.c223 snooze(1);
251 snooze(1);
261 snooze(1);
893 snooze(1);
903 snooze(1);
1099 snooze(1);
1155 snooze(1);
1219 snooze(1);
1272 snooze(1);
H A Dmga_general.c335 snooze(250);
369 snooze(250);
377 snooze(250);
437 snooze(250);
471 snooze(250);
477 snooze(250);
516 snooze(1000);
542 snooze(250);
577 snooze(250);
583 snooze(25
[all...]
H A Dmga_i2c.c54 snooze(2);
57 snooze(2);
60 snooze(5);
63 snooze(5);
H A Dmga_maven.c187 snooze(5);
191 snooze(5);
196 snooze(5);
198 snooze(5);
290 snooze(1);
325 snooze(2000);
489 snooze(1);
499 snooze(1);
/haiku/src/add-ons/accelerants/neomagic/engine/
H A Dnm_acc.c49 /* snooze a bit so I do not hammer the bus */
50 snooze (10);
H A Dnm_dac.c159 snooze(10);
169 snooze(10);
180 snooze(1);
192 snooze(1000);
H A Dnm_general.c231 snooze(10);
408 snooze(10);
/haiku/src/add-ons/accelerants/nvidia/engine/
H A Dnv_acc.c74 /* snooze a bit so I do not hammer the bus */
75 snooze (100);
89 snooze(1000);
1053 /* snooze a bit so I do not hammer the bus */
1054 snooze (10);
1381 /* snooze a bit so I do not hammer the bus */
1382 snooze (10);
1396 /* snooze a bit so I do not hammer the bus */
1397 snooze (10);
1414 /* snooze
[all...]
H A Dnv_acc_dma.c51 /* snooze a bit so I do not hammer the bus */
52 snooze (100);
66 /* snooze a bit so I do not hammer the bus */
67 snooze (100);
84 snooze(1000);
H A Dnv_brooktreetv.c1007 snooze(1000);
1160 snooze(60000);
H A Dnv_crtc.c773 /* don't snooze much longer or retrace might get missed! */
774 snooze(10);
991 snooze(10);
1003 /* don't snooze much longer or retrace might get missed! */
1004 snooze(10);
1040 snooze(1);
1047 snooze(1);
1054 snooze(1);
H A Dnv_crtc2.c753 /* don't snooze much longer or retrace might get missed! */
754 snooze(10);
955 snooze(1);
962 snooze(1);
969 snooze(1);

Completed in 271 milliseconds

1234567891011>>