Home
last modified time | relevance | path

Searched refs:thread_key (Results 1 – 1 of 1) sorted by relevance

/llvm-project-15.0.7/compiler-rt/lib/tsan/tests/rtl/
H A Dtsan_posix.cpp18 struct thread_key { struct
23 thread_key(pthread_key_t key, pthread_mutex_t *mtx, int val, int *cnt) in thread_key() function
32 thread_key *k = (thread_key *)v; in thread_secific_dtor()
48 thread_key *k = (thread_key *)p; in dtors_thread()
60 thread_key k1 = thread_key(key, &mtx, 42, &cnt); in TEST()
61 thread_key k2 = thread_key(key, &mtx, 43, &cnt); in TEST()
62 thread_key k3 = thread_key(key, &mtx, 44, &cnt); in TEST()