[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: Random crashed with threaded application
- From: Javier Guerra Giraldez <javier@...>
- Date: Fri, 21 Jun 2013 08:46:49 -0500
On Fri, Jun 21, 2013 at 1:29 AM, steve donovan
<steve.j.donovan@gmail.com> wrote:
> How about 'daughter threads' launched in different OS threads? So there may
> be some mutexed communication between these in the same 'global' Lua state?
those threads all belong to the same state, so must share the same mutex.
--
Javier