pthread_kill.3 (5bb9f2101ba65b16512a4825002c690935026493) pthread_kill.3 (3e9ed1efb85a632c2b4bee70f3ae37a464aba6ad)
1.\" Copyright (C) 2000 Jason Evans <jasone@FreeBSD.org>.
2.\" All rights reserved.
3.\"
4.\" Redistribution and use in source and binary forms, with or without
5.\" modification, are permitted provided that the following conditions
6.\" are met:
7.\" 1. Redistributions of source code must retain the above copyright
8.\" notice(s), this list of conditions and the following disclaimer as

--- 20 unchanged lines hidden (view full) ---

29.Dd April 27, 2000
30.Dt PTHREAD_KILL 3
31.Os
32.Sh NAME
33.Nm pthread_kill
34.Nd send a signal to a specified thread
35.Sh LIBRARY
36.Lb libpthread
1.\" Copyright (C) 2000 Jason Evans <jasone@FreeBSD.org>.
2.\" All rights reserved.
3.\"
4.\" Redistribution and use in source and binary forms, with or without
5.\" modification, are permitted provided that the following conditions
6.\" are met:
7.\" 1. Redistributions of source code must retain the above copyright
8.\" notice(s), this list of conditions and the following disclaimer as

--- 20 unchanged lines hidden (view full) ---

29.Dd April 27, 2000
30.Dt PTHREAD_KILL 3
31.Os
32.Sh NAME
33.Nm pthread_kill
34.Nd send a signal to a specified thread
35.Sh LIBRARY
36.Lb libpthread
37.Lb libthr
38.Sh SYNOPSIS
39.In pthread.h
40.In signal.h
41.Ft int
42.Fn pthread_kill "pthread_t thread" "int sig"
43.Sh DESCRIPTION
44The
45.Fn pthread_kill

--- 33 unchanged lines hidden ---
37.Sh SYNOPSIS
38.In pthread.h
39.In signal.h
40.Ft int
41.Fn pthread_kill "pthread_t thread" "int sig"
42.Sh DESCRIPTION
43The
44.Fn pthread_kill

--- 33 unchanged lines hidden ---