Internal Arcane API for 'TaskFactory'. More...
Static Public Member Functions | |
| static void | addThreadCreateObserver (IObserver *o) |
| Adds an observer for thread creation. | |
| static void | removeThreadCreateObserver (IObserver *o) |
| Removes an observer for thread creation. | |
| static void | notifyThreadCreated () |
| Notifies all observers of thread creation. | |
| static void | setImplementation (ITaskImplementation *task_impl) |
Internal Arcane API for 'TaskFactory'.
Definition at line 31 of file TaskFactoryInternal.h.
|
static |
Adds an observer for thread creation.
Definition at line 205 of file ConcurrencyUtils.cc.
|
static |
Notifies all observers of thread creation.
Definition at line 221 of file ConcurrencyUtils.cc.
|
static |
Removes an observer for thread creation.
Definition at line 213 of file ConcurrencyUtils.cc.
|
static |
Definition at line 197 of file ConcurrencyUtils.cc.