MCPcopy Create free account
hub / github.com/data61/MP-SPDZ / Thread

Method Thread

GC/Thread.hpp:31–36  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

29
30template<class T>
31Thread<T>::Thread(int thread_num, ThreadMaster<T>& master) :
32 master(master), machine(master.machine), processor(machine),
33 N(master.N), P(0),
34 thread_num(thread_num), thread(0)
35{
36}
37
38template<class T>
39void Thread<T>::start()

Callers 1

remote_executionMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected