暫無描述
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

ANSWERS.md 584B

hw8 - Simulation 1 - Antworten

  1. Helgrind markiert die richtigen Stellen im Code:

    ==1930== Possible data race during write of size 4 at 0x60207C by thread #1
    ==1930== Locks held: none
    ==1930==    at 0x400C9A: main (main-race.c:15)
    ==1930==
    ==1930== This conflicts with a previous write of size 4 by thread #2
    ==1930== Locks held: none
    ==1930==    at 0x400C5A: worker (main-race.c:8)
    
  2. Blah

    1.

    2.

    3.

    4.

3.

4.

  1. Blah

    1.

    2.

    3.

    4.

6.

  1. Blah

    1.

    2.

  2. Blah

    1.

    2.

9.