#include <WKFThreads.h>
Public Attributes | |
int | padding1 [8] |
wkf_mutex_t | lock |
int | val |
int | padding2 [8] |
|
Mutex lock for the structure Definition at line 220 of file WKFThreads.h. Referenced by wkf_atomic_int_add_and_fetch, wkf_atomic_int_destroy, wkf_atomic_int_fetch_and_add, wkf_atomic_int_get, wkf_atomic_int_init, and wkf_atomic_int_set. |
|
Pad to avoid false sharing, cache aliasing Definition at line 219 of file WKFThreads.h. |
|
Pad to avoid false sharing, cache aliasing Definition at line 230 of file WKFThreads.h. |
|
Integer value to be atomically manipulated Definition at line 228 of file WKFThreads.h. Referenced by wkf_atomic_int_add_and_fetch, wkf_atomic_int_fetch_and_add, wkf_atomic_int_get, wkf_atomic_int_init, and wkf_atomic_int_set. |