Home | History | Annotate | Download | only in vm

Lines Matching refs:pthreadKeySelf

266     if (pthread_key_create(&gDvm.pthreadKeySelf, threadExitCheck) != 0) {
272 if (pthread_getspecific(gDvm.pthreadKeySelf) != NULL)
434 pthread_key_delete(gDvm.pthreadKeySelf);
1111 return (Thread*) pthread_getspecific(gDvm.pthreadKeySelf);
1121 cc = pthread_setspecific(gDvm.pthreadKeySelf, thread);
1137 * This is associated with the pthreadKeySelf key. It's called by the
1179 int cc = pthread_setspecific(gDvm.pthreadKeySelf, self);