pthreads: Move pthread_cond_init and pthread_cond_destory from sched/pthreads...
pthreads: Move pthread_cond_init and pthread_cond_destory from sched/pthreads to libc/pthreads. This just coordinate other OS interface calls but are not a fundamental OS interfaces and, hence, do not belong within the OS.
Showing
- include/sys/syscall.h 18 additions, 20 deletionsinclude/sys/syscall.h
- libc/libc.csv 2 additions, 0 deletionslibc/libc.csv
- libc/pthread/Make.defs 1 addition, 0 deletionslibc/pthread/Make.defs
- libc/pthread/pthread_conddestroy.c 2 additions, 3 deletionslibc/pthread/pthread_conddestroy.c
- libc/pthread/pthread_condinit.c 2 additions, 4 deletionslibc/pthread/pthread_condinit.c
- sched/pthread/Make.defs 0 additions, 1 deletionsched/pthread/Make.defs
- syscall/syscall.csv 0 additions, 2 deletionssyscall/syscall.csv
- syscall/syscall_lookup.h 0 additions, 2 deletionssyscall/syscall_lookup.h
- syscall/syscall_stublookup.c 0 additions, 2 deletionssyscall/syscall_stublookup.c
Loading
Please register or sign in to comment