pthread_condattr.3 (631e4e3abeab9e3586a0a4d6cd21e8e6c8025fd8) | pthread_condattr.3 (82012c275f98324b9ef45c710d1033b732c55b95) |
---|---|
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 --- 32 unchanged lines hidden (view full) --- 41.Lb libpthread 42.Sh SYNOPSIS 43.In pthread.h 44.Ft int 45.Fn pthread_condattr_init "pthread_condattr_t *attr" 46.Ft int 47.Fn pthread_condattr_destroy "pthread_condattr_t *attr" 48.Ft int | 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 --- 32 unchanged lines hidden (view full) --- 41.Lb libpthread 42.Sh SYNOPSIS 43.In pthread.h 44.Ft int 45.Fn pthread_condattr_init "pthread_condattr_t *attr" 46.Ft int 47.Fn pthread_condattr_destroy "pthread_condattr_t *attr" 48.Ft int |
49.Fn pthread_condattr_getclock "pthread_condattr_t * restrict attr" "clock_t * restrict clock_id" | 49.Fn pthread_condattr_getclock "pthread_condattr_t * restrict attr" "clockid_t * restrict clock_id" |
50.Ft int | 50.Ft int |
51.Fn pthread_condattr_setclock "pthread_condattr_t *attr" "clock_t clock_id" | 51.Fn pthread_condattr_setclock "pthread_condattr_t *attr" "clockid_t clock_id" |
52.Ft int 53.Fn pthread_condattr_getpshared "pthread_condattr_t * restrict attr" "int * restrict pshared" 54.Ft int 55.Fn pthread_condattr_setpshared "pthread_condattr_t *attr" "int pshared" 56.Sh DESCRIPTION 57Condition attribute objects are used to specify parameters to 58.Fn pthread_cond_init . 59.Pp --- 103 unchanged lines hidden --- | 52.Ft int 53.Fn pthread_condattr_getpshared "pthread_condattr_t * restrict attr" "int * restrict pshared" 54.Ft int 55.Fn pthread_condattr_setpshared "pthread_condattr_t *attr" "int pshared" 56.Sh DESCRIPTION 57Condition attribute objects are used to specify parameters to 58.Fn pthread_cond_init . 59.Pp --- 103 unchanged lines hidden --- |