Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for nor (0.33 sec)

  1. doc/go_mem.html

    and a write-like memory operation <i>w</i> on <i>x</i>,
    at least one of which is non-synchronizing,
    which are unordered by happens before
    (that is, neither <i>r</i> happens before <i>w</i>
    nor <i>w</i> happens before <i>r</i>).
    </p>
    
    <p>
    A <i>write-write data race</i> on memory location <i>x</i>
    consists of two write-like memory operations <i>w</i> and <i>w'</i> on <i>x</i>,
    HTML
    - Registered: Tue May 07 11:14:38 GMT 2024
    - Last Modified: Mon Mar 04 15:54:42 GMT 2024
    - 26.6K bytes
    - Viewed (0)
  2. doc/go_spec.html

    <a href="#Method_declarations">methods</a> declared with receiver type <code>T</code>.
    </li>
    
    <li>
    The method set of a pointer to a defined type <code>T</code>
    (where <code>T</code> is neither a pointer nor an interface)
    is the set of all methods declared with receiver <code>*T</code> or <code>T</code>.
    </li>
    
    <li>The method set of an <a href="#Interface_types">interface type</a> is the intersection
    HTML
    - Registered: Tue May 07 11:14:38 GMT 2024
    - Last Modified: Thu May 02 22:43:51 GMT 2024
    - 279.6K bytes
    - Viewed (0)
Back to top