80
81 The sem_timedwait() and sem_reltimedwait_np() functions may fail if:
82
83 EDEADLK
84 A deadlock condition was detected.
85
86
87 EINTR
88 A signal interrupted this function.
89
90
91 ATTRIBUTES
92 See attributes(5) for descriptions of the following attributes:
93
94
95
96
97 +--------------------+-----------------+
98 | ATTRIBUTE TYPE | ATTRIBUTE VALUE |
99 +--------------------+-----------------+
100 |Interface Stability | Commmitted |
101 +--------------------+-----------------+
102 |MT-Level | MT-Safe |
103 +--------------------+-----------------+
104 |Standard | See below. |
105 +--------------------+-----------------+
106
107
108 For sem_timedwait(), see standards(5).
109
110 SEE ALSO
111 semctl(2), semget(2), semop(2), time(2), sem_post(3C), sem_trywait(3C),
112 sem_wait(3C), attributes(5), standards(5)
113
114
115
116 February 5, 2008 SEM_TIMEDWAIT(3C)
|
80
81 The sem_timedwait() and sem_reltimedwait_np() functions may fail if:
82
83 EDEADLK
84 A deadlock condition was detected.
85
86
87 EINTR
88 A signal interrupted this function.
89
90
91 ATTRIBUTES
92 See attributes(5) for descriptions of the following attributes:
93
94
95
96
97 +--------------------+-----------------+
98 | ATTRIBUTE TYPE | ATTRIBUTE VALUE |
99 +--------------------+-----------------+
100 |Interface Stability | Committed |
101 +--------------------+-----------------+
102 |MT-Level | MT-Safe |
103 +--------------------+-----------------+
104 |Standard | See below. |
105 +--------------------+-----------------+
106
107
108 For sem_timedwait(), see standards(5).
109
110 SEE ALSO
111 semctl(2), semget(2), semop(2), time(2), sem_post(3C), sem_trywait(3C),
112 sem_wait(3C), attributes(5), standards(5)
113
114
115
116 February 5, 2008 SEM_TIMEDWAIT(3C)
|