Function
allSleeping thread-list -> bool
Returns true if every thread in thread-list is sleeping at the time of the call, and false otherwise. The thread-list must be of type MLWorks.Threads.Internal.thread_id list.
This function can be used for deadlock detection if thread-list is the list of every currently running thread.