标签:UNC must enc html from def stand ase rate
The \threadsafe command includes a line in the documentation to indicate that the associated class or function is threadsafe and can be called simultaneously by multiple threads, even when separate invocations reference shared data.
The command must stand on its own line.
The documentation generated from this command will be similar to the what is generated for the \reentrant command. See the example above in the introduction.
See also \reentrant and \nonreentrant.
The \reentrant command indicates that the associated class or function can be called simultaneously by multiple threads, provided that each invocation references its own data. See the example above.
The command must stand on its own line.
See also \nonreentrant and \threadsafe.
The \nonreentrant command indicates that the associated class or function cannot be called by multiple threads. Nonreentrant is the default case.
The command must stand on its own line.
When a class is marked \reentrant or \threadsafe, functions in that class can be marked nonreentrant
using this command in the \fn comment of the functions to be excluded.
See also \reentrant and \threadsafe.
The Meta-Object System Signals & Slots
标签:UNC must enc html from def stand ase rate
原文地址:https://www.cnblogs.com/rsapaper/p/14396112.html