tsan_posix.cc | 19 struct thread_key { struct 24 thread_key(pthread_key_t key, pthread_mutex_t *mtx, int val, int *cnt) function in struct:thread_key 33 thread_key *k = (thread_key *)v; 49 thread_key *k = (thread_key *)p; 61 thread_key k1 = thread_key(key, &mtx, 42, &cnt); 62 thread_key k2 = thread_key(key, &mtx, 43, &cnt) [all...] |