Home | History | Annotate | Download | only in common

Lines Matching refs:instance

26     void *instance;
27 UMTX_CHECK(NULL, fInstance, instance);
28 if(instance!=NULL) {
29 return instance;
31 instance=instantiator(context, errorCode);
34 fInstance=instance;
36 duplicate=instance;
52 return fInstance; // instance was created
54 errorCode=fErrorCode; // instance creation failed
57 void *instance=instantiator(context, errorCode);
61 fInstance=instance;
62 instance=NULL;
71 duplicate=instance;