pthreads: Move pthread_yield from sched/pthreads to libc/pthreads. it is a...
pthreads: Move pthread_yield from sched/pthreads to libc/pthreads. it is a simple wrapper for sched_yield and does not belong within the OS.
Showing
- configs/b-l475e-iot01a/README.txt 3 additions, 0 deletionsconfigs/b-l475e-iot01a/README.txt
- include/sys/syscall.h 1 addition, 2 deletionsinclude/sys/syscall.h
- libc/libc.csv 1 addition, 0 deletionslibc/libc.csv
- libc/pthread/Make.defs 1 addition, 0 deletionslibc/pthread/Make.defs
- libc/pthread/pthread_yield.c 2 additions, 2 deletionslibc/pthread/pthread_yield.c
- sched/pthread/Make.defs 1 addition, 1 deletionsched/pthread/Make.defs
- syscall/syscall.csv 0 additions, 1 deletionsyscall/syscall.csv
- syscall/syscall_lookup.h 0 additions, 1 deletionsyscall/syscall_lookup.h
- syscall/syscall_stublookup.c 0 additions, 1 deletionsyscall/syscall_stublookup.c
Loading
Please register or sign in to comment