/usr/share/freemat/help/text/threadid.mdc is in freemat-help 4.0-5.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 | THREADID THREADID Get Current Thread Handle
Usage
The threadid function in FreeMat tells you which thread
is executing the context you are in. Normally, this is thread
1, the main thread. However, if you start a new thread using
threadnew, you will be operating in a new thread, and functions
that call threadid from the new thread will return their
handles.
|