Deleted Added
full compact
pthread_mutex_trylock.3 (38028) pthread_mutex_trylock.3 (38702)
1.\" Copyright (c) 1997 Brian Cully <shmit@kublai.com>
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.

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

57.Fa mutex
58is invalid.
59.It Bq Er EBUSY
60.Fa Mutex
61is already locked.
62.El
63.Pp
64.Sh SEE ALSO
1.\" Copyright (c) 1997 Brian Cully <shmit@kublai.com>
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.

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

57.Fa mutex
58is invalid.
59.It Bq Er EBUSY
60.Fa Mutex
61is already locked.
62.El
63.Pp
64.Sh SEE ALSO
65.Xr pthread_mutex_lock 3 ,
66.Xr pthread_mutex_unlock 3 ,
65.Xr pthread_mutex_destroy 3 ,
67.Xr pthread_mutex_init 3 ,
66.Xr pthread_mutex_init 3 ,
68.Xr pthread_mutex_destroy 3
67.Xr pthread_mutex_lock 3 ,
68.Xr pthread_mutex_unlock 3
69.Sh STANDARDS
70.Fn pthread_mutex_trylock
71conforms to ISO/IEC 9945-1 ANSI/IEEE
72.Pq Dq Tn POSIX
73Std 1003.1 Second Edition 1996-07-12.
69.Sh STANDARDS
70.Fn pthread_mutex_trylock
71conforms to ISO/IEC 9945-1 ANSI/IEEE
72.Pq Dq Tn POSIX
73Std 1003.1 Second Edition 1996-07-12.