Changeset 38 in flair-src for trunk/lib/FlairCore/src/Thread_impl.cpp
- Timestamp:
- Jun 23, 2016, 10:15:30 AM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/lib/FlairCore/src/Thread_impl.cpp
r20 r38 28 28 #else 29 29 #include <sys/resource.h> 30 #include <unistd.h> 31 #include <sys/syscall.h> 30 32 #endif 31 33 … … 153 155 } 154 156 #else 155 void *Thread_impl::main_nrt(void *arg) { 156 Thread_impl *caller = (Thread_impl *)arg; 157 void* Thread_impl::main_nrt(void * arg) 158 { 159 Thread_impl *caller = (Thread_impl*)arg; 160 /*string th_name=getFrameworkManager()->ObjectName()+ "-" + caller->self->ObjectName(); 161 caller->self->Info("pthread '%s' created with TID %x\n",th_name.c_str(),(pid_t)syscall(SYS_gettid));*/ 157 162 158 163 caller->self->Run();
Note:
See TracChangeset
for help on using the changeset viewer.