Searched refs:pthreadKeySelf (Results 1 – 2 of 2) sorted by relevance
257 if (pthread_key_create(&gDvm.pthreadKeySelf, threadExitCheck) != 0) { in dvmThreadStartup()263 if (pthread_getspecific(gDvm.pthreadKeySelf) != NULL) in dvmThreadStartup()326 pthread_key_delete(gDvm.pthreadKeySelf); in dvmThreadShutdown()1008 return (Thread*) pthread_getspecific(gDvm.pthreadKeySelf); in dvmThreadSelf()1018 cc = pthread_setspecific(gDvm.pthreadKeySelf, thread); in setThreadSelf()1076 int cc = pthread_setspecific(gDvm.pthreadKeySelf, self); in threadExitCheck()
579 pthread_key_t pthreadKeySelf; /* Thread*, for dvmThreadSelf */ member