FREE Subscription to Dr. Dobb’s Digest: Same Great Content, New Digital Edition
Site Archive (Complete)
C++
Email
Print
Reprint

add to:
Del.icio.us
Digg
Google
Furl
Slashdot
Y! MyWeb
Blink
November 01, 1995

Multithreading in C++

(Page 4 of 6)
November 1995/Multithreading in C++/Listing 3

Listing 3 event class definition

#ifndef EVENT_SEM_CLASS
#define EVENT_SEM_CLASS

#define INCL_DOSSEMAPHORES
#include <os2.h>

class event {

   HEV handle;

   public:
      event( const char* name );
      static void post( const char* name );

};

#endif
/* End of File */
Previous Page | 1 | 2 | 3 | 4 | 5 | 6 Next Page
RELATED ARTICLES
No Related Articles
TOP 5 ARTICLES
No Top Articles.



MICROSITES
FEATURED TOPIC

ADDITIONAL TOPICS

INFO-LINK