Home
last modified time | relevance | path

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

123

/ThreadX-v6.4.1/utility/rtos_compatibility_layers/posix/
Dpx_mq_send.c102 posix_set_pthread_errno(EBADF); in mq_send()
113 posix_set_pthread_errno(EINTR); in mq_send()
124 posix_set_pthread_errno(EBADF); in mq_send()
133 posix_set_pthread_errno(EBADF); in mq_send()
142 posix_set_pthread_errno(EINVAL); in mq_send()
152 posix_set_pthread_errno(EINTR); in mq_send()
163 posix_set_pthread_errno(EMSGSIZE); in mq_send()
213 posix_set_pthread_errno(EINTR); in mq_send()
Dpx_pth_join.c103 posix_set_pthread_errno(ECANCELED); in pthread_join()
111 posix_set_pthread_errno(EDEADLK); in pthread_join()
119 posix_set_pthread_errno(EINVAL); in pthread_join()
130 posix_set_pthread_errno(ESRCH); in pthread_join()
151 posix_set_pthread_errno(EINVAL); in pthread_join()
159 posix_set_pthread_errno(EINVAL); in pthread_join()
Dpx_mq_open.c91 posix_set_pthread_errno(ENAMETOOLONG); in mq_open()
113 posix_set_pthread_errno(EINVAL); in mq_open()
125 posix_set_pthread_errno(ENOENT); in mq_open()
132 posix_set_pthread_errno(EEXIST); in mq_open()
164 posix_set_pthread_errno(EBADF); in mq_open()
182 posix_set_pthread_errno(ENOENT); in mq_open()
194 posix_set_pthread_errno(EINVAL); in mq_open()
Dpx_sem_open.c107 posix_set_pthread_errno(ENAMETOOLONG); in sem_open()
120 posix_set_pthread_errno(EINVAL); in sem_open()
134 posix_set_pthread_errno(ENOENT); in sem_open()
155 posix_set_pthread_errno(EINVAL); in sem_open()
173 posix_set_pthread_errno(ENOSPC); in sem_open()
228 posix_set_pthread_errno(EEXIST); in sem_open()
253 posix_set_pthread_errno(EINVAL); in sem_open()
Dpx_mq_receive.c100 posix_set_pthread_errno(EBADF); in mq_receive()
109 posix_set_pthread_errno(EBADF); in mq_receive()
120 posix_set_pthread_errno(EMSGSIZE); in mq_receive()
133 posix_set_pthread_errno(EBADF); in mq_receive()
180 posix_set_pthread_errno(EAGAIN); in mq_receive()
193 posix_set_pthread_errno(EBADF); in mq_receive()
204 posix_set_pthread_errno(EBADF); in mq_receive()
Dpx_mx_trylock.c93 posix_set_pthread_errno(EINVAL); in pthread_mutex_trylock()
99 posix_set_pthread_errno(EBUSY); in pthread_mutex_trylock()
105 posix_set_pthread_errno(EINVAL); in pthread_mutex_trylock()
Dpx_mx_unlock.c90 posix_set_pthread_errno(EINVAL); in pthread_mutex_unlock()
96 posix_set_pthread_errno(EPERM); in pthread_mutex_unlock()
102 posix_set_pthread_errno(EINVAL); in pthread_mutex_unlock()
Dpx_pth_cancel.c86 posix_set_pthread_errno(EINVAL); in pthread_cancel()
96 posix_set_pthread_errno(EINVAL); in pthread_cancel()
113 posix_set_pthread_errno(EINVAL); in pthread_cancel()
Dpx_sem_trywait.c95 posix_set_pthread_errno(EINVAL); in sem_trywait()
113 posix_set_pthread_errno(EAGAIN); in sem_trywait()
124 posix_set_pthread_errno(EINVAL); in sem_trywait()
Dpx_mx_timedlock.c92 posix_set_pthread_errno(EDEADLK); in pthread_mutex_timedlock()
108 posix_set_pthread_errno(ETIMEDOUT); in pthread_mutex_timedlock()
114 posix_set_pthread_errno(EINVAL); in pthread_mutex_timedlock()
Dpx_cond_timedwait.c125 posix_set_pthread_errno(ETIMEDOUT); in pthread_cond_timedwait()
131 posix_set_pthread_errno(EINVAL); in pthread_cond_timedwait()
138 posix_set_pthread_errno(EINVAL); in pthread_cond_timedwait()
Dpx_mx_attr_settype.c78 posix_set_pthread_errno(EINVAL); in pthread_mutexattr_settype()
91 posix_set_pthread_errno(ENOSYS); in pthread_mutexattr_settype()
Dpx_mx_attr_setprotocol.c78 posix_set_pthread_errno(EINVAL); in pthread_mutexattr_setprotocol()
91 posix_set_pthread_errno(ENOSYS); in pthread_mutexattr_setprotocol()
Dpx_mx_attr_setpshared.c76 posix_set_pthread_errno(EINVAL); in pthread_mutexattr_setpshared()
89 posix_set_pthread_errno(ENOSYS); in pthread_mutexattr_setpshared()
Dpx_cond_destroy.c81 posix_set_pthread_errno(EINVAL); in pthread_cond_destroy()
94 posix_set_pthread_errno(EINVAL); in pthread_cond_destroy()
Dpx_pth_attr_setschedparam.c78 posix_set_pthread_errno(EINVAL); in pthread_attr_setschedparam()
84 posix_set_pthread_errno(EINVAL); in pthread_attr_setschedparam()
Dpx_cond_signal.c100 posix_set_pthread_errno(EINVAL); in pthread_cond_signal()
107 posix_set_pthread_errno(EINVAL); in pthread_cond_signal()
Dpx_sem_unlink.c87 posix_set_pthread_errno(ENAMETOOLONG); in sem_unlink()
96 posix_set_pthread_errno(ENOENT); in sem_unlink()
Dpx_mq_unlink.c82 posix_set_pthread_errno(ENAMETOOLONG); in mq_unlink()
93 posix_set_pthread_errno(EEXIST); in mq_unlink()
Dpx_mx_lock.c85 posix_set_pthread_errno(EINVAL); in pthread_mutex_lock()
97 posix_set_pthread_errno(EINVAL); in pthread_mutex_lock()
Dpx_cond_wait.c119 posix_set_pthread_errno(EINVAL); in pthread_cond_wait()
128 posix_set_pthread_errno(EINVAL); in pthread_cond_wait()
Dpx_mq_close.c87 posix_set_pthread_errno(EBADF); in mq_close()
98 posix_set_pthread_errno(EBADF); in mq_close()
Dpx_mx_init.c110 posix_set_pthread_errno(EINVAL); in pthread_mutex_init()
129 posix_set_pthread_errno(EINVAL); in pthread_mutex_init()
Dpx_cond_broadcast.c111 posix_set_pthread_errno(EINVAL); in pthread_cond_broadcast()
135 posix_set_pthread_errno(EINVAL); in pthread_cond_broadcast()
Dpx_pth_kill.c106 posix_set_pthread_errno(EINVAL); in pthread_kill()
119 posix_set_pthread_errno(ESRCH); in pthread_kill()
190 posix_set_pthread_errno(EAGAIN); in pthread_kill()
217 posix_set_pthread_errno(EAGAIN); in pthread_kill()
291 posix_set_pthread_errno(EACCES); in pthread_kill()

123