My Project
Functions
basictest.cc File Reference
#include "singthreads.h"
#include "channel.h"
#include "syncvar.h"

Go to the source code of this file.

Functions

int main ()
 

Function Documentation

◆ main()

int main ( )

Definition at line 5 of file basictest.cc.

5 {
8 Semaphore sem(1);
9 return 0;
10}