chickadee » srfi-18 » abandoned-mutex-exception?

abandoned-mutex-exception? objprocedure

Returns #t if obj is an "abandoned mutex exception" object, otherwise returns #f. An abandoned mutex exception is raised when the current thread locks a mutex that was owned by a thread which terminated (see mutex-lock!).