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

  /system/core/libsync/
sync_test.c 31 int thread_no; member in struct:sync_thread_data
47 printf("thread %d wait %d failed: %s\n", sync_data->thread_no,
50 printf("thread %d wait %d done\n", sync_data->thread_no, i);
91 sync_data[i].thread_no = i;
107 sync_data[3].thread_no = 3;
  /external/v8/test/cctest/
test-threads.cc 128 i::List<i::ThreadId>* refs, unsigned int thread_no,
132 thread_no_(thread_no),

Completed in 3959 milliseconds