pthread_equal.3 (7f3dea244c40159a41ab22da77a434d7c5b5e85a) | pthread_equal.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_EQUAL 3 35.Os BSD 4 36.Sh NAME 37.Nm pthread_equal 38.Nd compare thread IDs | 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_EQUAL 3 35.Os BSD 4 36.Sh NAME 37.Nm pthread_equal 38.Nd compare thread IDs |
39.Sh LIBRARY 40.Lb libc_r |
|
39.Sh SYNOPSIS 40.Fd #include <pthread.h> 41.Ft int 42.Fn pthread_equal "pthread_t t1" "pthread_t t2" 43.Sh DESCRIPTION 44The 45.Fn pthread_equal 46function compares the thread IDs --- 22 unchanged lines hidden --- | 41.Sh SYNOPSIS 42.Fd #include <pthread.h> 43.Ft int 44.Fn pthread_equal "pthread_t t1" "pthread_t t2" 45.Sh DESCRIPTION 46The 47.Fn pthread_equal 48function compares the thread IDs --- 22 unchanged lines hidden --- |