mirror of
https://git.proxmox.com/git/mirror_zfs.git
synced 2026-06-08 15:06:38 +03:00
5562e5d105aa5120a828b38c5d1a635d852bcdde
This test case verifies the correct behavior of taskq_wait_id(). In particular it ensure the the following two cases are handled properly: 1) Task ids larger than the waited for task id can run and complete as long as there is an available worker thread. 2) All task ids lower than the waited one must complete before unblocking even if the waited task id itself has completed.
Description
No description provided
Languages
C
70.2%
Shell
19.9%
Assembly
5.1%
M4
1.9%
Python
1.6%
Other
1.3%