8322 nl: misleading-indentation
[unleashed/tickless.git] / usr / src / man / man2 / _lwp_self.2
blobf0f72c7195c2fb580d4284a9897d9b6ad3d248fb
1 '\" te
2 .\"  Copyright (c) 2001, Sun Microsystems, Inc.  All Rights Reserved
3 .\" The contents of this file are subject to the terms of the Common Development and Distribution License (the "License").  You may not use this file except in compliance with the License.
4 .\" You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE or http://www.opensolaris.org/os/licensing.  See the License for the specific language governing permissions and limitations under the License.
5 .\" When distributing Covered Code, include this CDDL HEADER in each file and include the License file at usr/src/OPENSOLARIS.LICENSE.  If applicable, add the following below this CDDL HEADER, with the fields enclosed by brackets "[]" replaced with your own identifying information: Portions Copyright [yyyy] [name of copyright owner]
6 .TH _LWP_SELF 2 "Aug 8, 2001"
7 .SH NAME
8 _lwp_self \- get LWP identifier
9 .SH SYNOPSIS
10 .LP
11 .nf
12 #include <sys/lwp.h>
14 \fBlwpid_t\fR \fB_lwp_self\fR(\fBvoid\fR);
15 .fi
17 .SH DESCRIPTION
18 .sp
19 .LP
20 The \fB_lwp_self()\fR function returns the ID of the calling LWP.
21 .SH ATTRIBUTES
22 .sp
23 .LP
24 See \fBattributes\fR(5)  for descriptions of the following attributes:
25 .sp
27 .sp
28 .TS
29 box;
30 c | c
31 l | l .
32 ATTRIBUTE TYPE  ATTRIBUTE VALUE
34 MT-Level        Async-Signal-Safe
35 .TE
37 .SH SEE ALSO
38 .sp
39 .LP
40 \fBattributes\fR(5)