HomeSort by relevance Sort by last modified time
    Searched full:pthread_create (Results 101 - 125 of 1067) sorted by null

1 2 3 45 6 7 8 91011>>

  /external/compiler-rt/lib/tsan/lit_tests/
race_on_mutex.c 28 pthread_create(&t[0], NULL, Thread1, NULL);
29 pthread_create(&t[1], NULL, Thread2, NULL);
tsan-vs-gvn.cc 30 pthread_create(&t[0], NULL, Thread1, NULL);
31 pthread_create(&t[1], NULL, Thread2, NULL);
simple_stack.c 38 pthread_create(t, NULL, f, NULL);
60 // CHECK-NEXT: #0 pthread_create {{.*}} ({{.*}})
64 // CHECK-NEXT: #0 pthread_create {{.*}} ({{.*}})
benign_race.cc 31 pthread_create(&t, 0, Thread, 0);
global_race.cc 16 pthread_create(&t, 0, Thread, 0);
ignore_race.cc 24 pthread_create(&t, 0, Thread, 0);
java_alloc.cc 25 pthread_create(&th, 0, Thread, (void*)(jheap + kHeapSize / 4));
java_lock.cc 25 pthread_create(&th, 0, Thread, 0);
java_lock_move.cc 29 pthread_create(&th, 0, Thread, 0);
java_race_move.cc 23 pthread_create(&th, 0, Thread, 0);
java_rwlock.cc 25 pthread_create(&th, 0, Thread, 0);
suppress_same_stacks.cc 19 pthread_create(&t, 0, Thread1, 0);
write_in_reader_lock.cc 22 pthread_create(&t, 0, Thread1, 0);
  /external/valgrind/main/drd/tests/
pth_create_chain.c 22 pthread_create(&s_thread[thread_count], 0, thread_func,
42 pthread_create(&s_thread[thread_count], 0, thread_func,
pth_barrier_race.c 35 pthread_create(&tid, NULL, thread, NULL);
pth_cancel_locked.c 36 pthread_create(&tid, 0, &thread, 0);
  /external/valgrind/main/helgrind/tests/
locked_vs_unlocked1.c 29 if (pthread_create(&child1, NULL, child_fn, (void*)(long)(sw ? 0 : 1))) {
34 if (pthread_create(&child2, NULL, child_fn, (void*)(long)(sw ? 1 : 0))) {
locked_vs_unlocked3.c 53 r= pthread_create(&child2, NULL, child_fn2, NULL); assert(!r);
54 r= pthread_create(&child1, NULL, child_fn1, NULL); assert(!r);
tc22_exit_w_lock.c 39 r= pthread_create(&child2, NULL, child_fn2, NULL); assert(!r);
42 r= pthread_create(&child1, NULL, child_fn1, NULL); assert(!r);
  /external/valgrind/main/none/tests/
pth_cancel2.c 82 pthread_create(&io_thread,
86 pthread_create(&killer_thread,
pth_once.c 65 if (( rtn = pthread_create(&threads[thread_num],
70 fprintf(stderr, "pthread_create failed with %d",rtn);
  /external/llvm/test/CodeGen/Thumb/
2007-05-05-InvalidPushPop.ll 23 %tmp1 = call i32 @pthread_create( i32* %t, %struct.pthread_attr_t* null, i8* (i8*)* @f, i8* null ) ; <i32> [#uses=0]
29 %tmp8 = call i32 @pthread_create( i32* %t, %struct.pthread_attr_t* null, i8* (i8*)* @f, i8* null ) ; <i32> [#uses=0]
37 declare i32 @pthread_create(i32*, %struct.pthread_attr_t*, i8* (i8*)*, i8*)
  /external/chromium_org/third_party/re2/util/
thread.cc 27 pthread_create(&pid_, 0, startThread, this);
  /external/regex-re2/util/
thread.cc 27 pthread_create(&pid_, 0, startThread, this);
  /external/valgrind/main/callgrind/tests/
threads.c 41 pthread_create(&t[i], NULL, th, &sum[i]);

Completed in 1529 milliseconds

1 2 3 45 6 7 8 91011>>