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

  /src/lib/librumpuser/
rumpuser_pth.c 637 static pthread_key_t curlwpkey; variable in typeref:typename:pthread_key_t
685 assert(pthread_getspecific(curlwpkey) == NULL && l != NULL);
699 pthread_setspecific(curlwpkey, rl);
703 pthread_getspecific(curlwpkey))->l == l);
704 pthread_setspecific(curlwpkey, NULL);
714 rl = pthread_getspecific(curlwpkey);
731 assert(pthread_getspecific(curlwpkey) == NULL);
732 pthread_setspecific(curlwpkey, l);
735 assert(pthread_getspecific(curlwpkey) == l);
736 pthread_setspecific(curlwpkey, NULL)
    [all...]

Completed in 14 milliseconds