HomeSort by: relevance | last modified time | path
    Searched defs:synchronize (Results 1 - 3 of 3) sorted by relevancy

  /src/external/mit/libuv/dist/test/
test-mutexes.c 98 static void synchronize(void) { function
116 synchronize();
122 synchronize();
126 synchronize();
131 synchronize();
151 synchronize(); /* Releases the mutex to the other thread. */
158 synchronize();
162 synchronize();
167 synchronize();
173 synchronize();
    [all...]
  /src/external/apache2/llvm/dist/llvm/examples/ParallelJIT/
ParallelJIT.cpp 242 static WaitForThreads synchronize; variable
252 synchronize.block(); // wait until other threads are at this point
302 synchronize.releaseThreads(3); // wait until other threads are at this point
  /src/tests/net/mcast/
mcast.c 239 synchronize(const int fd, bool waiter) function
280 if (synchronize(fd, true) == -1)
304 if (synchronize(fd, true) == -1)
326 synchronize(fd, false);
345 synchronize(fd, false);

Completed in 26 milliseconds