summaryrefslogtreecommitdiffstats
path: root/sys/sys/thr.h
diff options
context:
space:
mode:
authordavidxu <davidxu@FreeBSD.org>2006-02-05 02:18:46 +0000
committerdavidxu <davidxu@FreeBSD.org>2006-02-05 02:18:46 +0000
commit7ef206e1a842032c820ef523ad14364862168a05 (patch)
treec64365126251949792afeea41bfd988ab18d50c0 /sys/sys/thr.h
parentf2384c93e3e037aeae70e774832e2695f10c6b10 (diff)
downloadFreeBSD-src-7ef206e1a842032c820ef523ad14364862168a05.zip
FreeBSD-src-7ef206e1a842032c820ef523ad14364862168a05.tar.gz
Implement thr_set_name to set a name for thread.
Reviewed by: julian
Diffstat (limited to 'sys/sys/thr.h')
-rw-r--r--sys/sys/thr.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/sys/thr.h b/sys/sys/thr.h
index 155e79b..ce6d535 100644
--- a/sys/sys/thr.h
+++ b/sys/sys/thr.h
@@ -60,7 +60,7 @@ void thr_exit(long *state);
int thr_kill(long id, int sig);
int thr_suspend(const struct timespec *timeout);
int thr_wake(long id);
-
+int thr_set_name(long id, const char *name);
#endif /* !_KERNEL */
#endif /* ! _SYS_THR_H_ */
OpenPOWER on IntegriCloud