Searched refs:CvContext (Results 1 – 1 of 1) sorted by relevance
57 typedef struct CvContext struct65 } CvContext; argument73 static CvContext*76 CvContext* context = (CvContext*)malloc( sizeof(*context) ); in icvCreateContext()88 icvDestroyContext(CvContext* context) in icvDestroyContext()99 static CvContext*104 CvContext* context; in icvGetContext()114 context = (CvContext*)TlsGetValue( g_TlsIndex ); in icvGetContext()125 CvContext* context = (CvContext*)pthread_getspecific( g_TlsIndex ); in icvGetContext()139 static CvContext* context = 0; in icvGetContext()[all …]