NAME
not_threadsafe - modules which are not thread safe
DESCRIPTION
-
butterworth filter routines in libcoords
void setbfl_ ( float *fl, int *ol, float *fu, int *ou, float *dt );
void setwfl_ ( int *velocity, int *nominal, float *dt );
void inifil_ ( float *data );
void filrec_ ( int *npts, float *idata, int *saveflag, float *odata );
These butterworth filter routines hold state in static variables.
libds
The datascope library is not thread safe, and can be use safely by only
a single thread in a multi-threaded application.
ATTRIBUTES
MT-Safe : no
BUGS AND CAVEATS
This list is incomplete.
AUTHOR
Daniel Quinlan