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

  /external/compiler-rt/lib/tsan/tests/rtl/
tsan_posix.cc 18 struct thread_key { struct
23 thread_key(pthread_key_t key, pthread_mutex_t *mtx, int val, int *cnt) function in struct:thread_key
32 thread_key *k = (thread_key *)v;
48 thread_key *k = (thread_key *)p;
60 thread_key *k[3];
61 k[0] = new thread_key(key, &mtx, 42, &cnt);
62 k[1] = new thread_key(key, &mtx, 43, &cnt);
63 k[2] = new thread_key(key, &mtx, 44, &cnt)
    [all...]

Completed in 124 milliseconds