st_int.h	--- header for library sources
st_asm.c	--- assembly procedures
st.c		--- basics (intra-node multithreading)
st_nopp.c	--- ditto, but postprocessing must not be done
st_nocs.c	--- ditto, but do not use callee-save registers
th.c		--- shared-memory and lwp primitives
ws.c		--- work stealing
ma.c		--- main
