Searched refs:desired_value (Results 1 – 2 of 2) sorted by relevance
442 UINT ux_test_wait_for_value_uint(UINT *current_value, UINT desired_value);443 UINT ux_test_wait_for_value_ulong(ULONG *current_value, ULONG desired_value);444 UINT ux_test_wait_for_value_uchar(UCHAR *current_value_ptr, UCHAR desired_value);
1616 UINT ux_test_wait_for_value_uint(UINT *current_value_ptr, UINT desired_value) in ux_test_wait_for_value_uint() argument1625 while (*current_value_ptr != desired_value && timeout_ms) in ux_test_wait_for_value_uint()1647 UINT ux_test_wait_for_value_ulong(ULONG *current_value_ptr, ULONG desired_value) in ux_test_wait_for_value_ulong() argument1656 while (*current_value_ptr != desired_value && timeout_ms) in ux_test_wait_for_value_ulong()1678 UINT ux_test_wait_for_value_uchar(UCHAR *current_value_ptr, UCHAR desired_value) in ux_test_wait_for_value_uchar() argument1687 while (*current_value_ptr != desired_value && timeout_ms) in ux_test_wait_for_value_uchar()