- File:
-
- 1 edited
-
libcfa/src/concurrency/invoke.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
libcfa/src/concurrency/invoke.h
rbeeff61e rc19ca4b 217 217 struct __thread_user_link cltr_link; 218 218 219 // used to point to this thd's current clh node 220 volatile bool * clh_node; 221 219 222 struct processor * last_proc; 220 221 // ptr used during handover between blocking lists to allow for stack allocation of intrusive nodes222 // main use case is wait-morphing to allow a different node to be used to block on condvar vs lock223 void * link_node;224 223 225 224 PRNG_STATE_T random_state; // fast random numbers
Note:
See TracChangeset
for help on using the changeset viewer.