- Timestamp:
- Apr 12, 2021, 5:34:33 PM (2 years ago)
- Branches:
- ADT, arm-eh, ast-experimental, enum, forall-pointer-decay, jacob/cs343-translation, master, new-ast-unique-expr, pthread-emulation, qualifiedEnum
- Children:
- 47e000c
- Parents:
- a1b9bc3
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
doc/theses/thierry_delisle_PhD/code/readyQ_proto/links2.hpp
ra1b9bc3 r7f5683e 2 2 3 3 #include <assert.h> 4 5 #include "utils.hpp" 4 6 5 7 //------------------------------------------------------------ … … 36 38 37 39 // If not wait for next item to show-up, filled by push 38 while (!elem->_links.next) asm volatile("pause");40 while (!elem->_links.next) Pause(); 39 41 40 42 // we need to return if the next link was empty
Note: See TracChangeset
for help on using the changeset viewer.