(incubating) | The Free and Open Productivity Suite

Developer's Guide

API

SDK

Tips 'n' Tricks

Miscellaneous

Content for OpenOffice.org version 3.3.

:: osl ::

class Thread


Base Classes
None.
Known Derived Classes
None.

virtual abstract interface template
YES YES YES NO
File
thread.hxx

Public Members

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( );
void
setPriority( oslThreadPriority Priority );
oslThreadPriority
getPriority( );
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( );

Protected Members

Methods

virtual void
run( ) = 0;
The thread functions calls the protected functions run and onTerminated.
virtual void
onTerminated( );

Private Members

Methods


Thread( const Thread & );
Thread &
operator=( const Thread & );

Data

oslThread m_hThread;

Top of Page

Apache OpenOffice is an effort undergoing incubation at The Apache Software Foundation (ASF), sponsored by the Apache Incubator. Incubation is required of all newly accepted projects until a further review indicates that the infrastructure, communications, and decision making process have stabilized in a manner consistent with other successful ASF projects. While incubation status is not necessarily a reflection of the completeness or stability of the code, it does indicate that the project has yet to be fully endorsed by the ASF.

Copyright & License
Apache and the Apache feather logos are trademarks of The Apache Software Foundation. OpenOffice.org and the seagull logo are registered trademarks of The Apache Software Foundation. Other names appearing on the site may be trademarks of their respective owners.