rt-thread-official/components/libc/posix/pthreads
Man, Jianting (Meco) 6369e89502
[posix] POSIX standard implementation for PSE51 (#5384)
* [posix] POSIX standard implementation for PSE51

- add some posix's interfaces that we haven't before.
- these PR have passed the interface definition test across gcc platfrom;
- have tested base on qemu-a9 and stm32h750-art-pi.

* [newlib] only enable POSIX.1-1990

* update projects
2021-12-17 15:34:17 +08:00
..
SConscript [posix] POSIX standard implementation for PSE51 (#5384) 2021-12-17 15:34:17 +08:00
posix_types.h [posix] POSIX standard implementation for PSE51 (#5384) 2021-12-17 15:34:17 +08:00
pthread.c [posix] POSIX standard implementation for PSE51 (#5384) 2021-12-17 15:34:17 +08:00
pthread.h [posix] POSIX standard implementation for PSE51 (#5384) 2021-12-17 15:34:17 +08:00
pthread_attr.c [posix] POSIX standard implementation for PSE51 (#5384) 2021-12-17 15:34:17 +08:00
pthread_barrier.c [libc][posix] create 'posix' folder and move related files into it 2021-10-17 17:19:12 -04:00
pthread_cond.c [libc][posix] create 'posix' folder and move related files into it 2021-10-17 17:19:12 -04:00
pthread_internal.h [posix] POSIX standard implementation for PSE51 (#5384) 2021-12-17 15:34:17 +08:00
pthread_mutex.c [posix] POSIX standard implementation for PSE51 (#5384) 2021-12-17 15:34:17 +08:00
pthread_rwlock.c [libc][posix] create 'posix' folder and move related files into it 2021-10-17 17:19:12 -04:00
pthread_spin.c [libc][posix] create 'posix' folder and move related files into it 2021-10-17 17:19:12 -04:00
pthread_tls.c [posix] POSIX standard implementation for PSE51 (#5384) 2021-12-17 15:34:17 +08:00
sched.c [posix] POSIX standard implementation for PSE51 (#5384) 2021-12-17 15:34:17 +08:00
sched.h [posix] POSIX standard implementation for PSE51 (#5384) 2021-12-17 15:34:17 +08:00