Function THREAD-NAME, THREAD-NATIVE-THREAD
Syntax:
thread-name thread => name
thread-native-thread thread => native-thread
Arguments and values:
thread -> an instance of class thread.
name -> a
string
or
nil
native-thread -> a host thread instance.
Description:
These accessors return the public slots of class thread.
Exceptional situations:
None.