pthread_self.3 (7f3dea244c40159a41ab22da77a434d7c5b5e85a) pthread_self.3 (d8a7868820265181ac2d938dcbcc10c3f199d583)
1.\" Copyright (c) 1996 John Birrell <jb@cimlogic.com.au>.
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, this list of conditions and the following disclaimer.

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

31.\" $FreeBSD$
32.\"
33.Dd April 4, 1996
34.Dt PTHREAD_SELF 3
35.Os BSD 4
36.Sh NAME
37.Nm pthread_self
38.Nd get the calling thread's ID
1.\" Copyright (c) 1996 John Birrell <jb@cimlogic.com.au>.
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, this list of conditions and the following disclaimer.

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

31.\" $FreeBSD$
32.\"
33.Dd April 4, 1996
34.Dt PTHREAD_SELF 3
35.Os BSD 4
36.Sh NAME
37.Nm pthread_self
38.Nd get the calling thread's ID
39.Sh LIBRARY
40.Lb libc_r
39.Sh SYNOPSIS
40.Fd #include <pthread.h>
41.Ft pthread_t
42.Fn pthread_self "void"
43.Sh DESCRIPTION
44The
45.Fn pthread_self
46function returns the thread ID of the calling thread.

--- 15 unchanged lines hidden ---
41.Sh SYNOPSIS
42.Fd #include <pthread.h>
43.Ft pthread_t
44.Fn pthread_self "void"
45.Sh DESCRIPTION
46The
47.Fn pthread_self
48function returns the thread ID of the calling thread.

--- 15 unchanged lines hidden ---