Searched refs:CVInfo (Results 1 - 1 of 1) sorted by relevance

/external/valgrind/main/helgrind/
H A Dhg_main.c2112 CVInfo; typedef in typeref:struct:__anon27541
2115 /* pthread_cond_t* -> CVInfo* */
2126 static CVInfo* map_cond_to_CVInfo_lookup_or_alloc ( void* cond ) {
2131 return (CVInfo*)val;
2134 CVInfo* cvi = HG_(zalloc)("hg.mctCloa.1", sizeof(CVInfo));
2142 static CVInfo* map_cond_to_CVInfo_lookup_NO_alloc ( void* cond ) {
2147 return (CVInfo*)val;
2162 CVInfo* cvi = (CVInfo*)val
[all...]

Completed in 90 milliseconds