HomeSort by relevance Sort by last modified time
    Searched full:post_sync (Results 1 - 1 of 1) sorted by null

  /external/autotest/client/tests/synctest/src/
synctest.c 40 int *post_sync; local
66 post_sync = (int*) shm_addr;
67 *post_sync = 0;
114 *post_sync = 1;
134 ret = *post_sync;

Completed in 91 milliseconds