Home
last modified time | relevance | path

Searched refs:map_errno (Results 1 - 10 of 10) sorted by relevance

/kernel/liteos_a/compat/posix/src/
H A Dsemaphore.c51 if (map_errno(ret) != ENOERR) { in sem_init()
70 if (map_errno(ret) != ENOERR) { in sem_destroy()
87 if (map_errno(ret) == ENOERR) { in sem_wait()
105 if (map_errno(ret) == ENOERR) { in sem_trywait()
132 if (map_errno(ret) == ENOERR) { in sem_timedwait()
149 if (map_errno(ret) != ENOERR) { in sem_post()
H A Dmap_error.h41 int map_errno(unsigned int err);
H A Dmap_error.c38 int map_errno(UINT32 err) in map_errno() function
H A Dsched.c83 errno = map_errno(ret); in sched_setaffinity()
H A Dmqueue.c192 if (map_errno(err) != ENOERR) { in DoMqueueCreate()
817 if (map_errno(err) != ENOERR) { in mq_timedsend()
871 if (map_errno(err) == ENOERR) { in mq_timedreceive()
H A Dpthread.c276 return map_errno(ret); in pthread_create()
/kernel/liteos_m/kal/posix/src/
H A Dmap_error.h40 INT32 map_errno(UINT32 err);
H A Dmap_error.c37 INT32 map_errno(UINT32 err) in map_errno() function
H A Dpthread.c214 return map_errno(ret); in pthread_create()
/kernel/liteos_a/testsuites/unittest/libc/posix/pthread/
H A DIt_posix_pthread.h231 extern int map_errno(UINT32 err);

Completed in 6 milliseconds