Geant4  10.03.p01
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
G4Threading.cc File Reference
#include "G4Threading.hh"
#include "G4AutoDelete.hh"
#include "G4AutoLock.hh"
#include "globals.hh"
#include <unistd.h>
#include <sys/types.h>
#include <sys/syscall.h>
Include dependency graph for G4Threading.cc:

Go to the source code of this file.

Functions

G4int fake_mutex_lock_unlock (G4Mutex *)
 

Function Documentation

G4int fake_mutex_lock_unlock ( G4Mutex )

Definition at line 132 of file G4Threading.cc.

132 { return 0; }