Geant4.10
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Functions
G4Threading.cc File Reference
#include "G4Threading.hh"
#include <unistd.h>
#include <sys/types.h>
#include <sys/syscall.h>
#include "globals.hh"

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 91 of file G4Threading.cc.

91 { return 0; }