Search:

Type: Posts; User: dayalsoap

Search: Search took 0.01 seconds.

  1. Found the problem! Was initializing the conds in...

    Found the problem! Was initializing the conds in both files.

    also, not using malloc, just static arrays.

    Duh.
  2. using pthread_cond across two processes via shared memory

    Hi,

    For some reason, I can't get a thread that waits on a condition to start when I call notify from another thread. They are separate processes, actually, and I create a shared memory segment...
Results 1 to 2 of 2