aboutsummaryrefslogtreecommitdiff
path: root/tests/include
diff options
context:
space:
mode:
authorLuca Dariz <luca@orpolo.org>2024-09-04 22:18:05 +0200
committerSamuel Thibault <samuel.thibault@ens-lyon.org>2024-09-08 01:07:26 +0200
commitc1d8407710ad736974fce4373f9f992775a33516 (patch)
treebe21495baf2aa903a420a95c0a2667fcb5ac33d2 /tests/include
parentf1e3d1e78f8e72bfb2e518ac0ad5ea273dc54b76 (diff)
downloadgnumach-c1d8407710ad736974fce4373f9f992775a33516.tar.gz
gnumach-c1d8407710ad736974fce4373f9f992775a33516.tar.bz2
gnumach-c1d8407710ad736974fce4373f9f992775a33516.zip
add tests for FLOAT/XFLOAT state
Message-ID: <20240904201806.510082-2-luca@orpolo.org>
Diffstat (limited to 'tests/include')
-rw-r--r--tests/include/testlib.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/include/testlib.h b/tests/include/testlib.h
index 7c7c2b11..17a96660 100644
--- a/tests/include/testlib.h
+++ b/tests/include/testlib.h
@@ -70,6 +70,7 @@ thread_t test_thread_start(task_t task, void(*routine)(void*), void* arg);
mach_port_t host_priv(void);
mach_port_t device_priv(void);
void wait_thread_terminated(thread_t th);
+void wait_thread_suspended(thread_t th);
extern vm_size_t vm_page_size;