Re: [Boost-users] in IOS, thread_info object is being destructed before the thread finishes executing (Andy Weinstein)
6 Feb
2013
6 Feb
'13
9 p.m.
I have solved this problem. Please see my post in stack overflow at: http://stackoverflow.com/questions/14692802/boost-threads-in-ios-thread-info... The short answer is that the IOS boost.sh script needs to be modified to use BOOST_SP_USE_SPINLOCK instead of BOOST_SP_USE_PTHREADS. But there are a lot of details involved in getting this to work in IOS which are described in that post. Maybe also a small modification to the boost code in spinlock_gcc_arm.hpp, but I need to verify that a change I made along the way is absolutely necessary.
4295
Age (days ago)
4295
Last active (days ago)
0 comments
1 participants
participants (1)
-
Andy Weinstein