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

  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/parallel/
equally_split.h 66 * thread number thread_no (included) and
67 * thread number thread_no+1 (excluded).
75 thread_index_t thread_no)
79 if (thread_no < num_longer_chunks)
80 return thread_no * (chunk_length + 1);
83 + (thread_no - num_longer_chunks) * chunk_length;
  /system/core/libsync/
sync_test.c 30 int thread_no; member in struct:sync_thread_data
46 printf("thread %d wait %d failed: %s\n", sync_data->thread_no,
49 printf("thread %d wait %d done\n", sync_data->thread_no, i);
90 sync_data[i].thread_no = i;
106 sync_data[3].thread_no = 3;
  /external/chromium_org/v8/test/cctest/
test-threads.cc 130 unsigned int thread_no,
133 refs_(refs), thread_no_(thread_no), thread_to_start_(thread_to_start),
  /external/v8/test/cctest/
test-threads.cc 145 unsigned int thread_no,
148 refs_(refs), thread_no_(thread_no), thread_to_start_(thread_to_start),

Completed in 598 milliseconds