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

  /external/valgrind/none/tests/
pth_once.c 56 int *id_arg, thread_num, rtn; local
61 for (thread_num = 0; thread_num < NUM_THREADS; (thread_num)++) {
63 id_arg[thread_num] = thread_num;
65 if (( rtn = pthread_create(&threads[thread_num],
68 (void *) &(id_arg[thread_num])))
75 for (thread_num = 0; thread_num < NUM_THREADS; thread_num++)
    [all...]
  /external/valgrind/drd/tests/
thread_name.c 21 const int thread_num = (ptrdiff_t)(argp); local
26 "thread_func instance %d", thread_num + 1);
34 while (s_counter != thread_num)
annotate_barrier.c 42 int thread_num; member in struct:threadinfo
111 printf("thread %d iteration 0\n", p->thread_num);
117 p->thread_num, i + 1, &array[i]);
143 t[i].thread_num = i + 1;
tsan_unittest.cpp     [all...]
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/nio/channels/
SinkChannelTest.java 107 final int THREAD_NUM = 20;
109 Thread[] thread = new Thread[THREAD_NUM];
110 for (int i = 0; i < THREAD_NUM; i++) {
121 for (int i = 0; i < THREAD_NUM; i++) {
124 for (int i = 0; i < THREAD_NUM; i++) {
127 ByteBuffer readBuf = ByteBuffer.allocate(THREAD_NUM * BUFFER_SIZE);
136 } while (totalCount != (THREAD_NUM * BUFFER_SIZE));
139 for (int i = 0; i < THREAD_NUM; i++) {
  /external/clang/test/OpenMP/
threadprivate_codegen.cpp 335 // CHECK: [[THREAD_NUM:%.+]] = call {{.*}}i32 @__kmpc_global_thread_num([[IDENT]]* [[DEFAULT_LOC]])
339 // CHECK: [[GS1_TEMP_ADDR:%.*]] = call {{.*}}i8* @__kmpc_threadprivate_cached([[IDENT]]* [[DEFAULT_LOC]], i32 [[THREAD_NUM]], i8* bitcast ([[S1]]* [[GS1]] to i8*), i{{.*}} {{[0-9]+}}, i8*** [[GS1]].cache.)
347 // CHECK-DEBUG-NEXT: [[THREAD_NUM:%.+]] = call {{.*}}i32 @__kmpc_global_thread_num([[IDENT]]* [[KMPC_LOC_ADDR]])
353 // CHECK-DEBUG: [[GS1_TEMP_ADDR:%.*]] = call {{.*}}i8* @__kmpc_threadprivate_cached([[IDENT]]* [[KMPC_LOC_ADDR]], i32 [[THREAD_NUM]], i8* bitcast ([[S1]]* [[GS1]] to i8*), i{{.*}} {{[0-9]+}}, i8***
372 // CHECK: [[STATIC_S_TEMP_ADDR:%.*]] = call {{.*}}i8* @__kmpc_threadprivate_cached([[IDENT]]* [[DEFAULT_LOC]], i32 [[THREAD_NUM]], i8* bitcast ([[S3]]* [[STATIC_S]] to i8*), i{{.*}} {{[0-9]+}}, i8*** [[STATIC_S]].cache.)
379 // CHECK-DEBUG-NEXT: [[STATIC_S_TEMP_ADDR:%.*]] = call {{.*}}i8* @__kmpc_threadprivate_cached([[IDENT]]* [[KMPC_LOC_ADDR]], i32 [[THREAD_NUM]], i8* bitcast ([[S3]]* [[STATIC_S]] to i8*), i{{.*}} {{[0-9]+}}, i8***
389 // CHECK: [[SM_TEMP_ADDR:%.*]] = call {{.*}}i8* @__kmpc_threadprivate_cached([[IDENT]]* [[DEFAULT_LOC]], i32 [[THREAD_NUM]], i8* bitcast ([[SMAIN]]* [[SM]] to i8*), i{{.*}} {{[0-9]+}}, i8*** [[SM]].cache.)
398 // CHECK-DEBUG-NEXT: [[SM_TEMP_ADDR:%.*]] = call {{.*}}i8* @__kmpc_threadprivate_cached([[IDENT]]* [[KMPC_LOC_ADDR]], i32 [[THREAD_NUM]], i8* bitcast ([[SMAIN]]* [[SM]] to i8*), i{{.*}} {{[0-9]+}}, i8***
411 // CHECK: [[GS1_TEMP_ADDR:%.*]] = call {{.*}}i8* @__kmpc_threadprivate_cached([[IDENT]]* [[DEFAULT_LOC]], i32 [[THREAD_NUM]], i8* bitcast ([[S1]]* [[GS1]] to i8*), i{{.*}} {{[0-9]+}}, i8*** [[GS1]].cache.)
420 // CHECK-DEBUG-NEXT: [[GS1_TEMP_ADDR:%.*]] = call {{.*}}i8* @__kmpc_threadprivate_cached([[IDENT]]* [[KMPC_LOC_ADDR]], i32 [[THREAD_NUM]], i8* bitcast ([[S1]]* [[GS1]] to i8*), i{{.*}} {{[0-9]+}}, i8**
    [all...]
  /external/valgrind/exp-bbv/
bbv_main.c 126 static VgFile *open_tracefile(Int thread_num)
135 if (thread_num==1) {
139 VG_(sprintf)(temp_string,"%s.%d",bb_out_file,thread_num);
  /external/google-breakpad/src/processor/
stackwalk_common.cc 624 static void PrintStackMachineReadable(int thread_num, const CallStack *stack) {
628 printf("%d%c%d%c", thread_num, kOutputSeparator, frame_index,
    [all...]

Completed in 389 milliseconds