pthreads: Move pthread_once from sched/pthreads to libc/pthreads. ...
pthreads: Move pthread_once from sched/pthreads to libc/pthreads. pthread_once just coordinates other OS interface calls but is not a fundamental OS interface and, hence, does not belong within the OS.
Showing
- include/sys/syscall.h 6 additions, 7 deletionsinclude/sys/syscall.h
- libc/libc.csv 1 addition, 0 deletionslibc/libc.csv
- libc/pthread/Make.defs 1 addition, 1 deletionlibc/pthread/Make.defs
- libc/pthread/pthread_once.c 2 additions, 2 deletionslibc/pthread/pthread_once.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