Home
last modified time | relevance | path

Searched refs:EINVAL (Results 1 – 25 of 66) sorted by relevance

123

/ThreadX-v6.4.1/utility/rtos_compatibility_layers/posix/
Dpx_pth_cancel.c85 posix_errno = EINVAL; in pthread_cancel()
86 posix_set_pthread_errno(EINVAL); in pthread_cancel()
87 return(EINVAL); in pthread_cancel()
95 posix_errno= EINVAL; in pthread_cancel()
96 posix_set_pthread_errno(EINVAL); in pthread_cancel()
97 return(EINVAL); in pthread_cancel()
112 posix_errno = EINVAL; in pthread_cancel()
113 posix_set_pthread_errno(EINVAL); in pthread_cancel()
114 return(EINVAL); in pthread_cancel()
Dpx_cond_destroy.c80 posix_errno = EINVAL; in pthread_cond_destroy()
81 posix_set_pthread_errno(EINVAL); in pthread_cond_destroy()
82 return(EINVAL); in pthread_cond_destroy()
93 posix_errno = EINVAL; in pthread_cond_destroy()
94 posix_set_pthread_errno(EINVAL); in pthread_cond_destroy()
95 return(EINVAL); in pthread_cond_destroy()
Dpx_pth_attr_setschedparam.c77 posix_errno = EINVAL; in pthread_attr_setschedparam()
78 posix_set_pthread_errno(EINVAL); in pthread_attr_setschedparam()
79 return(EINVAL); in pthread_attr_setschedparam()
83 posix_errno = EINVAL; in pthread_attr_setschedparam()
84 posix_set_pthread_errno(EINVAL); in pthread_attr_setschedparam()
85 return(EINVAL); in pthread_attr_setschedparam()
Dpx_cond_signal.c99 posix_errno = EINVAL; in pthread_cond_signal()
100 posix_set_pthread_errno(EINVAL); in pthread_cond_signal()
101 return(EINVAL); in pthread_cond_signal()
106 posix_errno = EINVAL; in pthread_cond_signal()
107 posix_set_pthread_errno(EINVAL); in pthread_cond_signal()
108 return(EINVAL); in pthread_cond_signal()
Dpx_pth_join.c118 posix_errno= EINVAL; in pthread_join()
119 posix_set_pthread_errno(EINVAL); in pthread_join()
120 return(EINVAL); in pthread_join()
150 posix_errno= EINVAL; in pthread_join()
151 posix_set_pthread_errno(EINVAL); in pthread_join()
152 return(EINVAL); in pthread_join()
158 posix_errno= EINVAL; in pthread_join()
159 posix_set_pthread_errno(EINVAL); in pthread_join()
160 return(EINVAL); in pthread_join()
Dpx_mx_trylock.c92 posix_errno = EINVAL; in pthread_mutex_trylock()
93 posix_set_pthread_errno(EINVAL); in pthread_mutex_trylock()
94 retval = EINVAL; in pthread_mutex_trylock()
104 posix_errno = EINVAL; in pthread_mutex_trylock()
105 posix_set_pthread_errno(EINVAL); in pthread_mutex_trylock()
106 retval = EINVAL; in pthread_mutex_trylock()
Dpx_mx_unlock.c89 posix_errno = EINVAL; in pthread_mutex_unlock()
90 posix_set_pthread_errno(EINVAL); in pthread_mutex_unlock()
91 retval = EINVAL; in pthread_mutex_unlock()
101 posix_errno = EINVAL; in pthread_mutex_unlock()
102 posix_set_pthread_errno(EINVAL); in pthread_mutex_unlock()
103 retval = EINVAL; in pthread_mutex_unlock()
Dpx_cond_wait.c118 posix_errno = EINVAL; in pthread_cond_wait()
119 posix_set_pthread_errno(EINVAL); in pthread_cond_wait()
120 return(EINVAL); in pthread_cond_wait()
127 posix_errno = EINVAL; in pthread_cond_wait()
128 posix_set_pthread_errno(EINVAL); in pthread_cond_wait()
129 return(EINVAL); in pthread_cond_wait()
Dpx_mx_init.c109 posix_errno = EINVAL; in pthread_mutex_init()
110 posix_set_pthread_errno(EINVAL); in pthread_mutex_init()
111 return(EINVAL); in pthread_mutex_init()
128 posix_errno = EINVAL; in pthread_mutex_init()
129 posix_set_pthread_errno(EINVAL); in pthread_mutex_init()
130 retval = EINVAL; in pthread_mutex_init()
Dpx_cond_broadcast.c110 posix_errno = EINVAL; in pthread_cond_broadcast()
111 posix_set_pthread_errno(EINVAL); in pthread_cond_broadcast()
112 return(EINVAL); in pthread_cond_broadcast()
133 posix_errno = EINVAL; in pthread_cond_broadcast()
135 posix_set_pthread_errno(EINVAL); in pthread_cond_broadcast()
137 return(EINVAL); in pthread_cond_broadcast()
Dpx_cond_timedwait.c130 posix_errno = EINVAL; in pthread_cond_timedwait()
131 posix_set_pthread_errno(EINVAL); in pthread_cond_timedwait()
132 return(EINVAL); in pthread_cond_timedwait()
137 posix_errno = EINVAL; in pthread_cond_timedwait()
138 posix_set_pthread_errno(EINVAL); in pthread_cond_timedwait()
139 return(EINVAL); in pthread_cond_timedwait()
Dpx_sem_trywait.c94 posix_errno = EINVAL; in sem_trywait()
95 posix_set_pthread_errno(EINVAL); in sem_trywait()
96 return (EINVAL); in sem_trywait()
123 posix_errno = EINVAL; in sem_trywait()
124 posix_set_pthread_errno(EINVAL); in sem_trywait()
Dpx_mx_lock.c85 posix_set_pthread_errno(EINVAL); in pthread_mutex_lock()
96 posix_errno = EINVAL; in pthread_mutex_lock()
97 posix_set_pthread_errno(EINVAL); in pthread_mutex_lock()
98 retval = EINVAL; in pthread_mutex_lock()
Dpx_mx_attr_destroy.c80 posix_errno = EINVAL; in pthread_mutexattr_destroy()
81 posix_set_pthread_errno(EINVAL); in pthread_mutexattr_destroy()
82 return(EINVAL); in pthread_mutexattr_destroy()
Dpx_pth_attr_getstackaddr.c75 posix_errno = EINVAL; in pthread_attr_getstackaddr()
76 posix_set_pthread_errno(EINVAL); in pthread_attr_getstackaddr()
77 return(EINVAL); in pthread_attr_getstackaddr()
Dpx_pth_attr_setstackaddr.c76 posix_errno = EINVAL; in pthread_attr_setstackaddr()
77 posix_set_pthread_errno(EINVAL); in pthread_attr_setstackaddr()
78 return(EINVAL); in pthread_attr_setstackaddr()
Dpx_mx_attr_getpshared.c77 posix_errno = EINVAL; in pthread_mutexattr_getpshared()
78 posix_set_pthread_errno(EINVAL); in pthread_mutexattr_getpshared()
79 return(EINVAL); in pthread_mutexattr_getpshared()
Dpx_pth_attr_getstacksize.c78 posix_errno = EINVAL; in pthread_attr_getstacksize()
79 posix_set_pthread_errno(EINVAL); in pthread_attr_getstacksize()
80 return(EINVAL); in pthread_attr_getstacksize()
Dpx_pth_attr_setdetachstate.c82 posix_errno = EINVAL; in pthread_attr_setdetachstate()
83 posix_set_pthread_errno(EINVAL); in pthread_attr_setdetachstate()
84 return(EINVAL); in pthread_attr_setdetachstate()
Dpx_pth_attr_setinheritsched.c80 posix_errno = EINVAL; in pthread_attr_setinheritsched()
81 posix_set_pthread_errno(EINVAL); in pthread_attr_setinheritsched()
82 return(EINVAL); in pthread_attr_setinheritsched()
Dpx_pth_attr_setschedpolicyl.c76 posix_errno = EINVAL; in pthread_attr_setschedpolicy()
77 posix_set_pthread_errno(EINVAL); in pthread_attr_setschedpolicy()
78 return(EINVAL); in pthread_attr_setschedpolicy()
Dpx_pth_attr_setstacksize.c76 posix_errno = EINVAL; in pthread_attr_setstacksize()
77 posix_set_pthread_errno(EINVAL); in pthread_attr_setstacksize()
78 return(EINVAL); in pthread_attr_setstacksize()
Dpx_mx_attr_getprotocol.c77 posix_errno = EINVAL; in pthread_mutexattr_getprotocol()
78 posix_set_pthread_errno(EINVAL); in pthread_mutexattr_getprotocol()
79 return(EINVAL); in pthread_mutexattr_getprotocol()
Dpx_mx_attr_gettype.c77 posix_errno = EINVAL; in pthread_mutexattr_gettype()
78 posix_set_pthread_errno(EINVAL); in pthread_mutexattr_gettype()
79 return(EINVAL); in pthread_mutexattr_gettype()
Dpx_pth_attr_getdetachstate.c83 posix_errno = EINVAL; in pthread_attr_getdetachstate()
84 posix_set_pthread_errno(EINVAL); in pthread_attr_getdetachstate()
85 return(EINVAL); in pthread_attr_getdetachstate()

123