Searched refs:current_value_ptr (Results 1 – 2 of 2) sorted by relevance
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()1709 UINT ux_test_wait_for_non_null(VOID **current_value_ptr) in ux_test_wait_for_non_null() argument1718 while (*current_value_ptr == UX_NULL && timeout_ms) in ux_test_wait_for_non_null()1740 UINT ux_test_wait_for_null_wait_time(VOID **current_value_ptr, UINT wait_time_ms) in ux_test_wait_for_null_wait_time() argument1749 while (*current_value_ptr != UX_NULL && timeout_ms) in ux_test_wait_for_null_wait_time()[all …]
444 UINT ux_test_wait_for_value_uchar(UCHAR *current_value_ptr, UCHAR desired_value);445 UINT ux_test_wait_for_non_null(VOID **current_value_ptr);446 UINT ux_test_wait_for_null(VOID **current_value_ptr);458 UINT ux_test_wait_for_null_wait_time(VOID **current_value_ptr, UINT wait_time_ms);