From 9e055888020fb6e710ea0896d8b0cb7af42ce9e1 Mon Sep 17 00:00:00 2001 From: schmidt Date: Fri, 13 Dec 1996 22:30:13 +0000 Subject: foo --- ace/Thread.h | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'ace/Thread.h') diff --git a/ace/Thread.h b/ace/Thread.h index aab4b61f413..c1ad50af2d6 100644 --- a/ace/Thread.h +++ b/ace/Thread.h @@ -92,6 +92,12 @@ public: static int suspend (ACE_hthread_t); // Suspend the execution of a particular thread. + static int getprio (ACE_hthread_t, int *prio); + // Get the priority of a particular thread. + + static int setprio (ACE_hthread_t, int prio); + // Set the priority of a particular thread. + static int kill (ACE_thread_t, int signum); // Send a signal to the thread. -- cgit v1.2.1