2008-10-06 11:17 UTC+0200 Przemyslaw Czerpak (druzus/at/priv.onet.pl)
* harbour/source/vm/thread.c
! fixed typo in recent modification
This commit is contained in:
@@ -8,6 +8,10 @@
|
||||
2008-12-31 13:59 UTC+0100 Foo Bar (foo.bar foobar.org)
|
||||
*/
|
||||
|
||||
2008-10-06 11:17 UTC+0200 Przemyslaw Czerpak (druzus/at/priv.onet.pl)
|
||||
* harbour/source/vm/thread.c
|
||||
! fixed typo in recent modification
|
||||
|
||||
2008-10-06 03:09 UTC+0200 Viktor Szakats (harbour.01 syenar hu)
|
||||
* include/hbextern.ch
|
||||
+ Added HB_THREADONCE.
|
||||
|
||||
@@ -117,12 +117,14 @@ static PHB_ITEM s_pOnceMutex = NULL;
|
||||
HB_CRITICAL_UNLOCK( s_critical_init );
|
||||
}
|
||||
# else
|
||||
# if defined( HB_COND_INIT )
|
||||
static HB_CRITICAL_NEW( s_critical_init );
|
||||
# endif
|
||||
static HB_CRITICAL_NEW( s_critical_once );
|
||||
static HB_CRITICAL_NEW( s_critical_mtx );
|
||||
# endif
|
||||
|
||||
# if defined( HB_COND_INIT )
|
||||
static HB_CRITICAL_NEW( s_critical_init );
|
||||
static void hb_threadCondInit( HB_COND_T * cond )
|
||||
{
|
||||
if( !s_fThreadInit )
|
||||
|
||||
Reference in New Issue
Block a user