Ignore:
Timestamp:
Apr 12, 2021, 5:34:33 PM (2 years ago)
Author:
Thierry Delisle <tdelisle@…>
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
Message:

Several prototype fixes for arm

File:
1 edited

Legend:

Unmodified
Added
Removed
  • doc/theses/thierry_delisle_PhD/code/readyQ_proto/links2.hpp

    ra1b9bc3 r7f5683e  
    22
    33#include <assert.h>
     4
     5#include "utils.hpp"
    46
    57//------------------------------------------------------------
     
    3638
    3739                // 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();
    3941
    4042                // we need to return if the next link was empty
Note: See TracChangeset for help on using the changeset viewer.