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

  /src/external/lgpl2/userspace-rcu/dist/tests/common/
api.h 98 pthread_key_t thread_id_key; variable
109 if (pthread_setspecific(thread_id_key, (void *)v) != 0) {
133 id = pthread_getspecific(thread_id_key);
271 if (pthread_key_create(&thread_id_key, NULL) != 0) {

Completed in 34 milliseconds