Overview | Namespace | Class | Index | Help |
PUBLIC MEMBERS: | CLASSES | STRUCTS | UNIONS | ENUMS | TYPEDEFS | METHODS | STATIC METHODS | DATA | STATIC DATA |
PROTECTED MEMBERS: | CLASSES | STRUCTS | UNIONS | ENUMS | TYPEDEFS | METHODS | STATIC METHODS | DATA | STATIC DATA |
PRIVATE MEMBERS: | CLASSES | STRUCTS | UNIONS | ENUMS | TYPEDEFS | METHODS | STATIC METHODS | DATA | STATIC DATA |
virtual | abstract | interface | template |
YES | YES | YES | NO |
Methods |
|
Thread( ); |
|
virtual ~Thread( ); |
|
sal_Bool create( ); |
|
sal_Bool createSuspended( ); |
|
virtual void suspend( ); |
|
virtual void resume( ); |
|
virtual void terminate( ); |
|
virtual void join( ); |
|
sal_Bool isRunning( ) const; |
|
void setPriority( oslThreadPriority Priority ); |
|
oslThreadPriority getPriority( ) const; |
|
oslThreadIdentifier getIdentifier( ) const; |
|
virtual sal_Bool schedule( ); |
|
operator oslThread( ) const; |
Static Methods |
|
static void * operator new( size_t nSize ) throw( ); |
|
static void operator delete( void * pMem ) throw( ); |
|
static void * operator new( size_t , void * pMem ) throw( ); |
|
static void operator delete( void * , void * ) throw( ); |
|
static oslThreadIdentifier getCurrentIdentifier( ); |
|
static void wait( const TimeValue & Delay ); |
|
static void yield( ); |
|
static void setName( const char * name ) throw( ); |
Methods |
|
virtual void run( ) = 0; |
The thread functions calls the protected functions run and onTerminated. |
virtual void onTerminated( ); |
Methods |
|
Thread( const Thread & ); |
|
Thread & operator=( const Thread & ); |
Data |
|
oslThread m_hThread; |
Copyright © 2000, 2013 LibreOffice contributors and/or their affiliates. All rights reserved.
LibreOffice was created by The Document Foundation, based on OpenOffice.org, which is Copyright 2000, 2010 Oracle and/or its affiliates.
The Document Foundation acknowledges all community members, please find more info at our website.
Privacy Policy | Impressum (Legal Info) | Copyright information: The source code of LibreOffice is licensed under the GNU Lesser General Public License (LGPLv3). "LibreOffice" and "The Document Foundation" are registered trademarks of their corresponding registered owners or are in actual use as trademarks in one or more countries. Their respective logos and icons are also subject to international copyright laws. Use thereof is explained in our trademark policy.