Implementation of ITreadImplementation using the standard C++ library. More...
Public Member Functions | |
| StdThreadImplementation (bool use_legacy_barrier) | |
| void | initialize () override |
| ThreadImpl * | createThread (IFunctor *f) override |
| void | joinThread (ThreadImpl *t) override |
| void | destroyThread (ThreadImpl *t) override |
| void | createSpinLock (Int64 *spin_lock_addr) override |
| void | lockSpinLock (Int64 *spin_lock_addr, Int64 *scoped_spin_lock_addr) override |
| void | unlockSpinLock (Int64 *spin_lock_addr, Int64 *scoped_spin_lock_addr) override |
| MutexImpl * | createMutex () override |
| void | destroyMutex (MutexImpl *) override |
| void | lockMutex (MutexImpl *mutex) override |
| void | unlockMutex (MutexImpl *mutex) override |
| Int64 | currentThread () override |
| IThreadBarrier * | createBarrier () override |
| void | addReference () override |
| void | removeReference () override |
| Public Member Functions inherited from Arcane::IThreadImplementation | |
| virtual bool | isMultiThread () const |
| True if the implementation supports multiple threads. | |
| Public Member Functions inherited from Arcane::ReferenceCounterImpl | |
| void | addReference () |
| void | removeReference () |
| void | _internalAddReference () |
| bool | _internalRemoveReference () |
Implementation of ITreadImplementation using the standard C++ library.
Definition at line 41 of file StdThreadImplementation.cc.
|
explicit |
Definition at line 198 of file StdThreadImplementation.cc.
|
override |
Definition at line 204 of file StdThreadImplementation.cc.
|
inlineoverridevirtual |
Implements Arcane::IThreadImplementation.
Definition at line 77 of file StdThreadImplementation.cc.
|
overridevirtual |
Implements Arcane::IThreadImplementation.
Definition at line 292 of file StdThreadImplementation.cc.
|
overridevirtual |
Implements Arcane::IThreadImplementation.
Definition at line 257 of file StdThreadImplementation.cc.
|
overridevirtual |
Implements Arcane::IThreadImplementation.
Definition at line 239 of file StdThreadImplementation.cc.
|
overridevirtual |
Implements Arcane::IThreadImplementation.
Definition at line 219 of file StdThreadImplementation.cc.
|
overridevirtual |
Implements Arcane::IThreadImplementation.
Definition at line 285 of file StdThreadImplementation.cc.
|
overridevirtual |
Implements Arcane::IThreadImplementation.
Definition at line 264 of file StdThreadImplementation.cc.
|
overridevirtual |
Implements Arcane::IThreadImplementation.
Definition at line 232 of file StdThreadImplementation.cc.
|
overridevirtual |
Implements Arcane::IThreadImplementation.
Definition at line 212 of file StdThreadImplementation.cc.
|
overridevirtual |
Implements Arcane::IThreadImplementation.
Definition at line 225 of file StdThreadImplementation.cc.
|
overridevirtual |
Implements Arcane::IThreadImplementation.
Definition at line 271 of file StdThreadImplementation.cc.
|
overridevirtual |
Implements Arcane::IThreadImplementation.
Definition at line 245 of file StdThreadImplementation.cc.
|
inlineoverridevirtual |
Implements Arcane::IThreadImplementation.
Definition at line 78 of file StdThreadImplementation.cc.
|
overridevirtual |
Implements Arcane::IThreadImplementation.
Definition at line 278 of file StdThreadImplementation.cc.
|
overridevirtual |
Implements Arcane::IThreadImplementation.
Definition at line 251 of file StdThreadImplementation.cc.