Home
last modified time | relevance | path

Searched refs:posix_set_pthread_errno (Results 1 – 25 of 63) sorted by relevance

123

/ThreadX-v6.3.0/utility/rtos_compatibility_layers/posix/
Dpx_mq_send.c103 posix_set_pthread_errno(EBADF); in mq_send()
114 posix_set_pthread_errno(EINTR); in mq_send()
125 posix_set_pthread_errno(EBADF); in mq_send()
134 posix_set_pthread_errno(EBADF); in mq_send()
143 posix_set_pthread_errno(EINVAL); in mq_send()
153 posix_set_pthread_errno(EINTR); in mq_send()
164 posix_set_pthread_errno(EMSGSIZE); in mq_send()
214 posix_set_pthread_errno(EINTR); in mq_send()
Dpx_pth_join.c104 posix_set_pthread_errno(ECANCELED); in pthread_join()
112 posix_set_pthread_errno(EDEADLK); in pthread_join()
120 posix_set_pthread_errno(EINVAL); in pthread_join()
131 posix_set_pthread_errno(ESRCH); in pthread_join()
152 posix_set_pthread_errno(EINVAL); in pthread_join()
160 posix_set_pthread_errno(EINVAL); in pthread_join()
Dpx_mq_open.c92 posix_set_pthread_errno(ENAMETOOLONG); in mq_open()
114 posix_set_pthread_errno(EINVAL); in mq_open()
126 posix_set_pthread_errno(ENOENT); in mq_open()
133 posix_set_pthread_errno(EEXIST); in mq_open()
165 posix_set_pthread_errno(EBADF); in mq_open()
183 posix_set_pthread_errno(ENOENT); in mq_open()
195 posix_set_pthread_errno(EINVAL); in mq_open()
Dpx_sem_open.c108 posix_set_pthread_errno(ENAMETOOLONG); in sem_open()
121 posix_set_pthread_errno(EINVAL); in sem_open()
135 posix_set_pthread_errno(ENOENT); in sem_open()
156 posix_set_pthread_errno(EINVAL); in sem_open()
174 posix_set_pthread_errno(ENOSPC); in sem_open()
229 posix_set_pthread_errno(EEXIST); in sem_open()
254 posix_set_pthread_errno(EINVAL); in sem_open()
Dpx_mq_receive.c101 posix_set_pthread_errno(EBADF); in mq_receive()
110 posix_set_pthread_errno(EBADF); in mq_receive()
121 posix_set_pthread_errno(EMSGSIZE); in mq_receive()
134 posix_set_pthread_errno(EBADF); in mq_receive()
181 posix_set_pthread_errno(EAGAIN); in mq_receive()
194 posix_set_pthread_errno(EBADF); in mq_receive()
205 posix_set_pthread_errno(EBADF); in mq_receive()
Dpx_mx_trylock.c94 posix_set_pthread_errno(EINVAL); in pthread_mutex_trylock()
100 posix_set_pthread_errno(EBUSY); in pthread_mutex_trylock()
106 posix_set_pthread_errno(EINVAL); in pthread_mutex_trylock()
Dpx_mx_unlock.c91 posix_set_pthread_errno(EINVAL); in pthread_mutex_unlock()
97 posix_set_pthread_errno(EPERM); in pthread_mutex_unlock()
103 posix_set_pthread_errno(EINVAL); in pthread_mutex_unlock()
Dpx_pth_cancel.c87 posix_set_pthread_errno(EINVAL); in pthread_cancel()
97 posix_set_pthread_errno(EINVAL); in pthread_cancel()
114 posix_set_pthread_errno(EINVAL); in pthread_cancel()
Dpx_sem_trywait.c96 posix_set_pthread_errno(EINVAL); in sem_trywait()
114 posix_set_pthread_errno(EAGAIN); in sem_trywait()
125 posix_set_pthread_errno(EINVAL); in sem_trywait()
Dpx_mx_timedlock.c93 posix_set_pthread_errno(EDEADLK); in pthread_mutex_timedlock()
109 posix_set_pthread_errno(ETIMEDOUT); in pthread_mutex_timedlock()
115 posix_set_pthread_errno(EINVAL); in pthread_mutex_timedlock()
Dpx_cond_timedwait.c126 posix_set_pthread_errno(ETIMEDOUT); in pthread_cond_timedwait()
132 posix_set_pthread_errno(EINVAL); in pthread_cond_timedwait()
139 posix_set_pthread_errno(EINVAL); in pthread_cond_timedwait()
Dpx_mx_attr_setprotocol.c79 posix_set_pthread_errno(EINVAL); in pthread_mutexattr_setprotocol()
92 posix_set_pthread_errno(ENOSYS); in pthread_mutexattr_setprotocol()
Dpx_mx_attr_settype.c79 posix_set_pthread_errno(EINVAL); in pthread_mutexattr_settype()
92 posix_set_pthread_errno(ENOSYS); in pthread_mutexattr_settype()
Dpx_mx_attr_setpshared.c77 posix_set_pthread_errno(EINVAL); in pthread_mutexattr_setpshared()
90 posix_set_pthread_errno(ENOSYS); in pthread_mutexattr_setpshared()
Dpx_cond_destroy.c82 posix_set_pthread_errno(EINVAL); in pthread_cond_destroy()
95 posix_set_pthread_errno(EINVAL); in pthread_cond_destroy()
Dpx_pth_attr_setschedparam.c79 posix_set_pthread_errno(EINVAL); in pthread_attr_setschedparam()
85 posix_set_pthread_errno(EINVAL); in pthread_attr_setschedparam()
Dpx_cond_signal.c101 posix_set_pthread_errno(EINVAL); in pthread_cond_signal()
108 posix_set_pthread_errno(EINVAL); in pthread_cond_signal()
Dpx_sem_unlink.c88 posix_set_pthread_errno(ENAMETOOLONG); in sem_unlink()
97 posix_set_pthread_errno(ENOENT); in sem_unlink()
Dpx_mq_unlink.c83 posix_set_pthread_errno(ENAMETOOLONG); in mq_unlink()
94 posix_set_pthread_errno(EEXIST); in mq_unlink()
Dpx_mx_lock.c86 posix_set_pthread_errno(EINVAL); in pthread_mutex_lock()
98 posix_set_pthread_errno(EINVAL); in pthread_mutex_lock()
Dpx_cond_wait.c120 posix_set_pthread_errno(EINVAL); in pthread_cond_wait()
129 posix_set_pthread_errno(EINVAL); in pthread_cond_wait()
Dpx_mq_close.c88 posix_set_pthread_errno(EBADF); in mq_close()
99 posix_set_pthread_errno(EBADF); in mq_close()
Dpx_mx_init.c111 posix_set_pthread_errno(EINVAL); in pthread_mutex_init()
130 posix_set_pthread_errno(EINVAL); in pthread_mutex_init()
Dpx_cond_broadcast.c112 posix_set_pthread_errno(EINVAL); in pthread_cond_broadcast()
136 posix_set_pthread_errno(EINVAL); in pthread_cond_broadcast()
Dpx_pth_kill.c107 posix_set_pthread_errno(EINVAL); in pthread_kill()
120 posix_set_pthread_errno(ESRCH); in pthread_kill()
191 posix_set_pthread_errno(EAGAIN); in pthread_kill()
218 posix_set_pthread_errno(EAGAIN); in pthread_kill()
292 posix_set_pthread_errno(EACCES); in pthread_kill()

123