HomeSort by: relevance | last modified time | path
    Searched defs:thread_key (Results 1 - 2 of 2) sorted by relevancy

  /src/lib/libc/include/
arc4random.h 51 thread_key_t thread_key; member in struct:arc4random_global_state
  /src/sys/external/bsd/compiler_rt/dist/lib/tsan/tests/rtl/
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...]

Completed in 15 milliseconds