Overview   Namespace   Class   Index   Help 
 NESTED NAMESPACESCLASSESSTRUCTSUNIONSENUMSTYPEDEFSFUNCTIONSCONSTANTSVARIABLES

::

namespace osl



Classes

AcceptorSocket Allows to accept socket connections.
ClearableGuard A helper class for mutex objects and interfaces.
Condition Thread synchronization object
ConnectorSocket
DatagramSocket A connectionless socket to send and receive datagrams.
File The file class object provides access to file contents and attributes
FileBase Base class for all filesystem specific objects
FileStatus The FileStatus class
Guard A helper class for mutex objects and interfaces.
Module A class representing a share library module
Mutex A mutual exclusion synchronization object
Pipe Represents a pipe.
Profile
ResettableGuard A helper class for mutex objects and interfaces.
Security
Semaphore
Socket
SocketAddr The class should be understood as a reference to a socket address handle ( struct sockaddr ).
StreamPipe A pipe to send or receive a stream of data.
StreamSocket
Thread The Thread class is a c++ wrapper for the C thread API.
ThreadData
VolumeDevice The VolumeDevice class
VolumeInfo The VolumeInfo class

Enums

__osl_socket_NoCopy

Typedefs

ClearableMutexGuard
MutexGuard
ProfileOption
ResettableMutexGuard

Functions

void
threadFunc( void * param );

Constants

const int Profile_DEFAULT;
const int Profile_READLOCK;
const int Profile_SYSTEM;
const int Profile_WRITELOCK;

Top of Page