Go to the source code of this file.
◆ ADOBE_THREAD_LOCAL_STORAGE_1
#define ADOBE_THREAD_LOCAL_STORAGE_1 |
( |
| type, |
|
|
| signature, |
|
|
| ctor_p1 ) |
- Parameters
-
type | The type of the object to be stored. |
signature | A unique identifier for this thread-local object. |
ctor_p1 | The single argument to be passed to the constructor of the object. |
Definition at line 13 of file once.hpp.
◆ ADOBE_THREAD_LOCAL_STORAGE
#define ADOBE_THREAD_LOCAL_STORAGE |
( |
| type, |
|
|
| signature ) |
- Parameters
-
type | The type of the object to be stored. |
signature | A unique identifier for this thread-local object. |
Definition at line 19 of file once.hpp.
◆ ADOBE_THREAD_LOCAL_STORAGE_INITIALIZE
#define ADOBE_THREAD_LOCAL_STORAGE_INITIALIZE |
( |
| signature | ) |
|
- Parameters
-
signature | A unique identifier for this thread-local object. |
Definition at line 25 of file once.hpp.
◆ ADOBE_THREAD_LOCAL_STORAGE_ACCESS
#define ADOBE_THREAD_LOCAL_STORAGE_ACCESS |
( |
| signature | ) |
|
- Parameters
-
signature | A unique identifier for this thread-local object. |
Definition at line 27 of file once.hpp.