MCPcopy Create free account
hub / github.com/Geant4/geant4 / SetThreadId

Method SetThreadId

source/run/src/G4WorkerThread.cc:46–49  ·  view source on GitHub ↗

--------------------------------------------------------------------

Source from the content-addressed store, hash-verified

44
45// --------------------------------------------------------------------
46void G4WorkerThread::SetThreadId(G4int tid)
47{
48 threadId = tid;
49}
50
51// --------------------------------------------------------------------
52G4int G4WorkerThread::GetThreadId() const

Callers 2

CreateAndStartWorkersMethod · 0.80
InitializeWorkerMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected