Searched refs:timer1 (Results 1 – 1 of 1) sorted by relevance
/reactos/modules/rostests/winetests/ntdll/ |
H A D | threadpool.c | 1425 TP_TIMER *timer1, *timer2; in test_tp_window_length() local 1447 timer1 = NULL; in test_tp_window_length() 1449 status = pTpAllocTimer(&timer1, window_length_cb, &info1, &environment); in test_tp_window_length() 1451 ok(timer1 != NULL, "expected timer1 != NULL\n"); in test_tp_window_length() 1468 pTpSetTimer(timer1, &when, 0, 75); in test_tp_window_length() 1487 pTpSetTimer(timer1, &when, 0, 200); in test_tp_window_length() 1503 pTpSetTimer(timer1, &when, 0, 200); in test_tp_window_length() 1518 pTpReleaseTimer(timer1); in test_tp_window_length()
|