#include <runnable.h>
|
|
static void | set_thread_name (const char *name) |
| Sets the name (displayed in debuggers) of the calling thread. More...
|
|
template<class C>
class CL_RunnableMember_v0< C >
(Internal ClanLib Class)
static void CL_Runnable::set_thread_name |
( |
const char * |
name) | |
|
|
staticinherited |
Sets the name (displayed in debuggers) of the calling thread.
Currently this only works with the Visual Studio compiler and debugger.
Referenced by CL_RunnableMember_v0< C >::run(), CL_RunnableMember_v1< C, P1 >::run(), CL_RunnableMember_v2< C, P1, P2 >::run(), CL_RunnableMember_v3< C, P1, P2, P3 >::run(), CL_RunnableMember_v4< C, P1, P2, P3, P4 >::run(), and CL_RunnableMember_v5< C, P1, P2, P3, P4, P5 >::run().
The documentation for this class was generated from the following file: