Search:

Type: Posts; User: soupbone

Search: Search took 0.00 seconds.

  1. Replies
    8
    Views
    2,315

    I actually found this interesting since it gave...

    I actually found this interesting since it gave me a reason to look at some assembly code. It can be helpful to get familiar with what compilers are generating.

    If the code is compiled as...
  2. Replies
    13
    Views
    2,224

    I'm not that familiar with Win32 synchronization...

    I'm not that familiar with Win32 synchronization factilities, but using pthreads something like the following might work. I don't think Win32 has a built in concept of wait conditions but they can...
  3. Replies
    12
    Views
    2,281

    You should try to remove the variables that are...

    You should try to remove the variables that are shared between the threads. Is it possible to give each thread their own sums and combine them after the threads are done? Locking and unlocking...
Results 1 to 3 of 3