timed_wait_for_multiple_pending_ids
Description:
[ Version ( since = "1.16" ) ]
public bool timed_wait_for_multiple_pending_ids (uint count, uint timeout_ms, out List<ClockID?> pending_list)
public bool timed_wait_for_multiple_pending_ids (uint count, uint timeout_ms, out List<ClockID?> pending_list)
Blocks until at least count clock notifications have been requested from this, or the timeout
expires.
MT safe.
Parameters:
| this |
TestClock for which to await having enough pending clock |
| count |
the number of pending clock notifications to wait for |
| timeout_ms |
the timeout in milliseconds |
| pending_list |
Address of a List pointer variable to store the list of pending ClockIDs that expired, or null |
Returns:
|
a |