HomeSort by relevance Sort by last modified time
    Searched full:dlerror_key (Results 1 - 1 of 1) sorted by null

  /external/qemu/distrib/sdl-1.2.15/src/loadso/macosx/
SDL_dlcompat.c 193 static pthread_key_t dlerror_key; variable
287 tss = pthread_getspecific(dlerror_key);
910 if (pthread_key_create(&dlerror_key, &dlerrorfree))
917 tss = pthread_getspecific(dlerror_key);
935 tss = pthread_getspecific(dlerror_key);
941 if (pthread_setspecific(dlerror_key, tss))
958 tss = pthread_getspecific(dlerror_key);
1178 tss = pthread_getspecific(dlerror_key);
    [all...]

Completed in 185 milliseconds