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

  /external/compiler-rt/test/tsan/
static_init5.cc 14 void *AsyncInit(void *p) {
20 pthread_create(&t, 0, AsyncInit, (void*)(long)rand());
static_init6.cc 14 void *AsyncInit(void *p) {
20 pthread_create(&t, 0, AsyncInit, (void*)(long)rand());

Completed in 954 milliseconds