summaryrefslogtreecommitdiff
path: root/ACE/ace/Thread.inl
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2007-11-27 08:30:10 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2007-11-27 08:30:10 +0000
commitae169800060d7b8c1fe9575cf6ca64d03c1d71fd (patch)
treedf230971e9d84373a2d3291d40456ac8c86dfde5 /ACE/ace/Thread.inl
parent05712023cfa3c13119fef966f891c7453c34cda7 (diff)
downloadATCD-ae169800060d7b8c1fe9575cf6ca64d03c1d71fd.tar.gz
Diffstat (limited to 'ACE/ace/Thread.inl')
-rw-r--r--ACE/ace/Thread.inl6
1 files changed, 4 insertions, 2 deletions
diff --git a/ACE/ace/Thread.inl b/ACE/ace/Thread.inl
index ba635c6b2f0..6c292ab27cd 100644
--- a/ACE/ace/Thread.inl
+++ b/ACE/ace/Thread.inl
@@ -82,7 +82,8 @@ ACE_Thread::spawn (ACE_THR_FUNC func,
long priority,
void *thr_stack,
size_t thr_stack_size,
- ACE_Thread_Adapter *thread_adapter)
+ ACE_Thread_Adapter *thread_adapter,
+ const char** thr_name)
{
ACE_TRACE ("ACE_Thread::spawn");
@@ -94,7 +95,8 @@ ACE_Thread::spawn (ACE_THR_FUNC func,
priority,
thr_stack,
thr_stack_size,
- thread_adapter);
+ thread_adapter,
+ thr_name);
}
ACE_INLINE int