* harbour/src/compiler/harbour.y
* harbour/src/compiler/harbour.yyh
* harbour/src/compiler/harbour.yyc
! pacified compile time error when ... is used as parameter in _HB_MEMBRER
declaration. TODO: Remove or fix this strong typing grammar rules.
* harbour/src/debug/dbgtwin.prg
* harbour/src/debug/dbgtmenu.prg
* harbour/src/debug/tbrwtext.prg
* harbour/src/debug/debugger.prg
* harbour/src/debug/dbgtinp.prg
* harbour/src/rtl/tbcolumn.prg
* harbour/src/rtl/listbox.prg
* harbour/src/rtl/pushbtn.prg
* harbour/src/rtl/treport.prg
* harbour/src/rtl/radiogrp.prg
* harbour/src/rtl/tthreadx.prg
* harbour/src/rtl/checkbox.prg
* harbour/src/rtl/tsymbol.prg
* harbour/src/rtl/teditor.prg
* harbour/src/rtl/tmenuitm.prg
* harbour/src/rtl/tbrowse.prg
* harbour/contrib/hbmysql/tmysql.prg
* harbour/contrib/xhb/stream.prg
* harbour/contrib/xhb/trpccli.prg
* harbour/contrib/xhb/hblognet.prg
* harbour/contrib/xhb/tfile.prg
* harbour/contrib/xhb/tframe.prg
* harbour/contrib/xhb/htjlist.prg
* harbour/contrib/xhb/hblog.prg
* harbour/contrib/xhb/trpc.prg
* harbour/contrib/xhb/thtm.prg
* harbour/contrib/xhb/tcgi.prg
* harbour/contrib/xhb/ttable.prg
* harbour/contrib/xhb/txml.prg
* harbour/contrib/xhb/hjwindow.prg
* harbour/contrib/xhb/htmutil.prg
* harbour/contrib/hbodbc/todbc.prg
* harbour/contrib/hbfbird/tfirebrd.prg
* harbour/contrib/xpp/tthreadx.prg
* harbour/contrib/hbpgsql/tpostgre.prg
* harbour/contrib/hbgd/gdchart.prg
* harbour/contrib/hbgd/gdimage.prg
* harbour/contrib/hbgd/gdbar.prg
* harbour/contrib/hbgd/gdbarcod.prg
* harbour/contrib/hbmisc/twirler.prg
* harbour/contrib/hbtip/thtml.prg
* harbour/contrib/hbtip/cgi.prg
* harbour/contrib/hbtip/httpcli.prg
* harbour/contrib/hbtip/smtpcli.prg
* harbour/contrib/hbtip/client.prg
* harbour/contrib/hbtip/ftpcli.prg
* harbour/contrib/hbtip/mail.prg
* harbour/contrib/hbtip/popcli.prg
* harbour/contrib/hbwin/win_tprn.prg
* harbour/contrib/hbbtree/tbtree.prg
* harbour/utils/hbformat/hbformat.prg
! fixed class method declarations to be synced with method implementations
All of the above missdeclarations were detected by compilation with:
HB_USER_PRGFLAGS=-DHB_CLS_PARAMS_ERR
Few years ago in hbclass.ch I defined PP rules to force strict method
declarations but I had to disable them due to problems with old PP.
I defined HB_CLS_NO_PARAMS_ERR and left this note in hbclass.ch:
> I have to enable this definition by default until we will not fix
> preprocessor. [druzus]
Current PP code works correctly so we can remove it and activate this
code. Anyhow as above commit shows a lot of code has been created with
wrong declarations. I fixed Harbour core code (except HBQT, HBXBP and
GTWVG - I hope Pritpal or Viktor will fix it) but setting
HB_CLS_PARAMS_ERR as default will exploit a lot of similar problems in
user code so I would like the hear other developers' opinions about it.
261 lines
7.4 KiB
Plaintext
261 lines
7.4 KiB
Plaintext
/*
|
|
* $Id$
|
|
*/
|
|
|
|
/*
|
|
* Harbour Project source code:
|
|
* XPP compatible classes to manage threads
|
|
*
|
|
* Copyright 2008 Przemyslaw Czerpak <druzus / at / priv.onet.pl>
|
|
* www - http://www.harbour-project.org
|
|
* special thanks for Pritpal Bedi for class skeleton with info about
|
|
* Xbase++ and to other contributors which I hope will finish and fix
|
|
* this code
|
|
*
|
|
* This program is free software; you can redistribute it and/or modify
|
|
* it under the terms of the GNU General Public License as published by
|
|
* the Free Software Foundation; either version 2, or (at your option)
|
|
* any later version.
|
|
*
|
|
* This program is distributed in the hope that it will be useful,
|
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
* GNU General Public License for more details.
|
|
*
|
|
* You should have received a copy of the GNU General Public License
|
|
* along with this software; see the file COPYING. If not, write to
|
|
* the Free Software Foundation, Inc., 59 Temple Place, Suite 330,
|
|
* Boston, MA 02111-1307 USA (or visit the web site http://www.gnu.org/).
|
|
*
|
|
* As a special exception, the Harbour Project gives permission for
|
|
* additional uses of the text contained in its release of Harbour.
|
|
*
|
|
* The exception is that, if you link the Harbour libraries with other
|
|
* files to produce an executable, this does not by itself cause the
|
|
* resulting executable to be covered by the GNU General Public License.
|
|
* Your use of that executable is in no way restricted on account of
|
|
* linking the Harbour library code into it.
|
|
*
|
|
* This exception does not however invalidate any other reasons why
|
|
* the executable file might be covered by the GNU General Public License.
|
|
*
|
|
* This exception applies only to the code released by the Harbour
|
|
* Project under the name Harbour. If you copy code from other
|
|
* Harbour Project or Free Software Foundation releases into a copy of
|
|
* Harbour, as the General Public License permits, the exception does
|
|
* not apply to the code that you add in this way. To avoid misleading
|
|
* anyone as to the status of such modified files, you must delete
|
|
* this exception notice from them.
|
|
*
|
|
* If you write modifications of your own for Harbour, it is your choice
|
|
* whether to permit this exception to apply to your modifications.
|
|
* If you do not wish that, delete this exception notice.
|
|
*
|
|
*/
|
|
|
|
#include "common.ch"
|
|
#include "hbclass.ch"
|
|
#include "hbthread.ch"
|
|
|
|
/* I do not know Xbase++ values */
|
|
#define QUIT_NORESTART 1
|
|
#define QUIT_RESTART 2
|
|
|
|
|
|
/*
|
|
* SIGNAL class
|
|
*/
|
|
CREATE CLASS TSignal FUNCTION Signal
|
|
|
|
VAR cargo AS USUAL EXPORTED
|
|
VAR mutex AS USUAL PROTECTED
|
|
|
|
EXPORTED:
|
|
|
|
METHOD new( ... )
|
|
METHOD wait( nTimeOut )
|
|
METHOD signal()
|
|
|
|
ENDCLASS
|
|
|
|
METHOD new( ... ) CLASS TSIGNAL
|
|
::mutex := hb_mutexCreate()
|
|
::Init( ... )
|
|
RETURN Self
|
|
|
|
METHOD wait( nTimeOut ) CLASS TSIGNAL
|
|
RETURN __ClsSyncWait( ::mutex, nTimeOut )
|
|
|
|
METHOD signal() CLASS TSIGNAL
|
|
__ClsSyncSignal( ::mutex )
|
|
RETURN Self
|
|
|
|
|
|
/*
|
|
* THREAD class
|
|
*/
|
|
|
|
CREATE CLASS TThread FUNCTION Thread
|
|
|
|
EXPORTED:
|
|
VAR cargo AS USUAL
|
|
VAR active AS LOGICAL READONLY INIT .f.
|
|
VAR deltaTime AS NUMERIC READONLY INIT 0
|
|
VAR interval AS USUAL READONLY INIT NIL
|
|
VAR priority AS NUMERIC READONLY INIT 0
|
|
VAR startCount AS NUMERIC READONLY INIT 0
|
|
VAR startTime AS USUAL READONLY INIT NIL
|
|
VAR atEnd AS USUAL INIT NIL
|
|
VAR atStart AS USUAL INIT NIL
|
|
VAR result AS USUAL INIT NIL
|
|
|
|
PROTECTED:
|
|
VAR maxStackSize AS USUAL INIT 50000
|
|
|
|
HIDDEN:
|
|
VAR pThreadID AS USUAL INIT NIL
|
|
|
|
EXPORTED:
|
|
METHOD new( ... )
|
|
|
|
PROTECTED:
|
|
/* METHOD atEnd() */
|
|
/* METHOD atStart() */
|
|
METHOD execute()
|
|
|
|
EXPORTED:
|
|
METHOD quit( xResult, nRestart )
|
|
METHOD setInterval( nHSeconds )
|
|
METHOD setPriority( nPriority )
|
|
METHOD setStartTime( nSeconds )
|
|
METHOD start( xAction, ... )
|
|
METHOD synchronize( nTimeOut )
|
|
METHOD threadSelf()
|
|
METHOD threadID()
|
|
|
|
METHOD thread INLINE ::TThread()
|
|
|
|
ENDCLASS
|
|
|
|
METHOD new( ... ) CLASS TTHREAD
|
|
LOCAL nMaxStackSize
|
|
|
|
IF PCount() == 1
|
|
nMaxStackSize := hb_PValue( 1 )
|
|
IF ISNUMBER( nMaxStackSize )
|
|
::maxStackSize := nMaxStackSize
|
|
ENDIF
|
|
ENDIF
|
|
::Init( ... )
|
|
RETURN Self
|
|
|
|
METHOD execute() CLASS TTHREAD
|
|
HB_SYMBOL_UNUSED( Self )
|
|
RETURN NIL
|
|
|
|
METHOD quit( xResult, nRestart ) CLASS TTHREAD
|
|
IF hb_threadSelf() == ::pThreadID
|
|
IF ISNUMBER( nRestart )
|
|
IF nRestart == QUIT_NORESTART
|
|
::interval := NIL
|
|
ELSEIF nRestart == QUIT_RESTART
|
|
IF ISNUMBER( ::interval )
|
|
/* TODO: do not interrupt by QUIT but restart execution */
|
|
ENDIF
|
|
ENDIF
|
|
ENDIF
|
|
IF PCOUNT() > 0
|
|
::result := xResult
|
|
ENDIF
|
|
QUIT
|
|
ENDIF
|
|
RETURN NIL
|
|
|
|
METHOD setInterval( nHSeconds ) CLASS TTHREAD
|
|
IF nHSeconds == NIL .OR. ISNUMBER( nHSeconds )
|
|
::interval := nHSeconds
|
|
ENDIF
|
|
RETURN .F.
|
|
|
|
METHOD setPriority( nPriority ) CLASS TTHREAD
|
|
/* TODO: add thread priority setting */
|
|
IF ISNUMBER( nPriority )
|
|
::priority := nPriority
|
|
ENDIF
|
|
RETURN .F.
|
|
|
|
METHOD setStartTime( nSeconds ) CLASS TTHREAD
|
|
/* TODO: add such functionality, probably by special thread */
|
|
IF ISNUMBER( nSeconds )
|
|
::startTime := nSeconds
|
|
ELSEIF nSeconds == NIL
|
|
::startTime := NIL
|
|
ENDIF
|
|
RETURN .F.
|
|
|
|
METHOD start( xAction, ... ) CLASS TTHREAD
|
|
/* TODO: thread stack size set by user ::maxStackSize */
|
|
IF ::active
|
|
RETURN .F.
|
|
ELSEIF xAction == NIL
|
|
::active := .T.
|
|
::pThreadID := hb_threadStart( HB_THREAD_INHERIT_PUBLIC, ;
|
|
{ |...|
|
|
WHILE .T.
|
|
::startTime := Seconds()
|
|
ThreadObject( Self )
|
|
::result := ::execute( ... )
|
|
::startTime := NIL
|
|
IF ISNUMBER( ::interval )
|
|
hb_idleSleep( ::interval / 100 )
|
|
LOOP
|
|
ENDIF
|
|
EXIT
|
|
ENDDO
|
|
RETURN NIL
|
|
}, ... )
|
|
ELSEIF !Empty( xAction ) .AND. ValType( xAction ) $ "CBS"
|
|
::active := .T.
|
|
::pThreadID := hb_threadStart( HB_THREAD_INHERIT_PUBLIC, ;
|
|
{ |...|
|
|
WHILE .T.
|
|
::startTime := Seconds()
|
|
ThreadObject( Self )
|
|
IF ::atStart != NIL
|
|
EVAL( ::atStart, ... )
|
|
ENDIF
|
|
::result := DO( xAction, ... )
|
|
IF ::atEnd != NIL
|
|
EVAL( ::atEnd, ... )
|
|
ENDIF
|
|
::startTime := NIL
|
|
IF ISNUMBER( ::interval )
|
|
hb_idleSleep( ::interval / 100 )
|
|
LOOP
|
|
ENDIF
|
|
EXIT
|
|
ENDDO
|
|
RETURN NIL
|
|
}, ... )
|
|
ELSE
|
|
RETURN .F.
|
|
ENDIF
|
|
RETURN .T.
|
|
|
|
METHOD synchronize( nTimeOut ) CLASS TTHREAD
|
|
LOCAL pThreadID := ::pThreadID
|
|
|
|
IF hb_threadSelf() != pThreadID
|
|
RETURN hb_threadWait( pThreadID, ;
|
|
iif( ISNUMBER( nTimeOut ) .AND. nTimeOut != 0, ;
|
|
nTimeOut / 100, ) )
|
|
ENDIF
|
|
RETURN .F.
|
|
|
|
METHOD threadSelf() CLASS TTHREAD
|
|
RETURN ::pThreadID
|
|
|
|
METHOD threadID() CLASS TTHREAD
|
|
LOCAL pThreadID := ::pThreadID
|
|
RETURN IIF( pThreadID == NIL, 0, hb_threadID( pThreadID ) )
|