summaryrefslogtreecommitdiff
path: root/lib/libpthread/thread/thr_private.h
diff options
context:
space:
mode:
authorJohn Birrell <jb@FreeBSD.org>1998-11-15 09:58:26 +0000
committerJohn Birrell <jb@FreeBSD.org>1998-11-15 09:58:26 +0000
commite7b7b3f3de2ea8c389c26f118e0c1bd750a89299 (patch)
treeb2ece7fd6c808e5d498f0b6d015d95b8a82d4f32 /lib/libpthread/thread/thr_private.h
parent18c434c8f2a7c39c4d1087771e10fa0f262e9924 (diff)
Notes
Diffstat (limited to 'lib/libpthread/thread/thr_private.h')
-rw-r--r--lib/libpthread/thread/thr_private.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/libpthread/thread/thr_private.h b/lib/libpthread/thread/thr_private.h
index 04600cfbb3be..e73f4f16381b 100644
--- a/lib/libpthread/thread/thr_private.h
+++ b/lib/libpthread/thread/thr_private.h
@@ -654,6 +654,8 @@ void _thread_dump_info(void);
void _thread_init(void);
void _thread_kern_sched(struct sigcontext *);
void _thread_kern_sched_state(enum pthread_state,char *fname,int lineno);
+void _thread_kern_sched_state_unlock(enum pthread_state state,
+ spinlock_t *lock, char *fname, int lineno);
void _thread_kern_set_timeout(struct timespec *);
void _thread_sig_handler(int, int, struct sigcontext *);
void _thread_start(void);