| /ThreadX-v6.4.1/utility/rtos_compatibility_layers/posix/ |
| D | px_pth_cancel.c | 85 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()
|
| D | px_cond_destroy.c | 80 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()
|
| D | px_pth_attr_setschedparam.c | 77 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()
|
| D | px_cond_signal.c | 99 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()
|
| D | px_pth_join.c | 118 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()
|
| D | px_mx_trylock.c | 92 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()
|
| D | px_mx_unlock.c | 89 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()
|
| D | px_cond_wait.c | 118 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()
|
| D | px_mx_init.c | 109 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()
|
| D | px_cond_broadcast.c | 110 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()
|
| D | px_cond_timedwait.c | 130 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()
|
| D | px_sem_trywait.c | 94 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()
|
| D | px_mx_lock.c | 85 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()
|
| D | px_mx_attr_destroy.c | 80 posix_errno = EINVAL; in pthread_mutexattr_destroy() 81 posix_set_pthread_errno(EINVAL); in pthread_mutexattr_destroy() 82 return(EINVAL); in pthread_mutexattr_destroy()
|
| D | px_pth_attr_getstackaddr.c | 75 posix_errno = EINVAL; in pthread_attr_getstackaddr() 76 posix_set_pthread_errno(EINVAL); in pthread_attr_getstackaddr() 77 return(EINVAL); in pthread_attr_getstackaddr()
|
| D | px_pth_attr_setstackaddr.c | 76 posix_errno = EINVAL; in pthread_attr_setstackaddr() 77 posix_set_pthread_errno(EINVAL); in pthread_attr_setstackaddr() 78 return(EINVAL); in pthread_attr_setstackaddr()
|
| D | px_mx_attr_getpshared.c | 77 posix_errno = EINVAL; in pthread_mutexattr_getpshared() 78 posix_set_pthread_errno(EINVAL); in pthread_mutexattr_getpshared() 79 return(EINVAL); in pthread_mutexattr_getpshared()
|
| D | px_pth_attr_getstacksize.c | 78 posix_errno = EINVAL; in pthread_attr_getstacksize() 79 posix_set_pthread_errno(EINVAL); in pthread_attr_getstacksize() 80 return(EINVAL); in pthread_attr_getstacksize()
|
| D | px_pth_attr_setdetachstate.c | 82 posix_errno = EINVAL; in pthread_attr_setdetachstate() 83 posix_set_pthread_errno(EINVAL); in pthread_attr_setdetachstate() 84 return(EINVAL); in pthread_attr_setdetachstate()
|
| D | px_pth_attr_setinheritsched.c | 80 posix_errno = EINVAL; in pthread_attr_setinheritsched() 81 posix_set_pthread_errno(EINVAL); in pthread_attr_setinheritsched() 82 return(EINVAL); in pthread_attr_setinheritsched()
|
| D | px_pth_attr_setschedpolicyl.c | 76 posix_errno = EINVAL; in pthread_attr_setschedpolicy() 77 posix_set_pthread_errno(EINVAL); in pthread_attr_setschedpolicy() 78 return(EINVAL); in pthread_attr_setschedpolicy()
|
| D | px_pth_attr_setstacksize.c | 76 posix_errno = EINVAL; in pthread_attr_setstacksize() 77 posix_set_pthread_errno(EINVAL); in pthread_attr_setstacksize() 78 return(EINVAL); in pthread_attr_setstacksize()
|
| D | px_mx_attr_getprotocol.c | 77 posix_errno = EINVAL; in pthread_mutexattr_getprotocol() 78 posix_set_pthread_errno(EINVAL); in pthread_mutexattr_getprotocol() 79 return(EINVAL); in pthread_mutexattr_getprotocol()
|
| D | px_mx_attr_gettype.c | 77 posix_errno = EINVAL; in pthread_mutexattr_gettype() 78 posix_set_pthread_errno(EINVAL); in pthread_mutexattr_gettype() 79 return(EINVAL); in pthread_mutexattr_gettype()
|
| D | px_pth_attr_getdetachstate.c | 83 posix_errno = EINVAL; in pthread_attr_getdetachstate() 84 posix_set_pthread_errno(EINVAL); in pthread_attr_getdetachstate() 85 return(EINVAL); in pthread_attr_getdetachstate()
|