This is preparation for flushing streams from user space, like it should
be done.
- Move tg_streamlist (group, kernel space) ->
ta_streamlist (TLS, user space)
- Access stream list via tg_info in kernel
- Access stream list via TLS in user space
- Remove / rename nxsched_get_streams -> lib_getstreams
- Remove system call for nxsched_get_streams
|
||
|---|---|---|
| .. | ||
| builtin.h | ||
| float.h | ||
| lib.h | ||
| math.h | ||
| math32.h | ||
| modlib.h | ||
| setjmp.h | ||
| stdarg.h | ||
| xorshift128.h | ||