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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libcsc-0.82.3/src/
H A Dcsc_symtab.c149 #define MON_ENTER(x) {if(x->monFunc!=NULL)\
150 (*x->monFunc)(CSC_IN,(void*)x->monData);}
152 #define MON_EXIT(x) {if(x->monFunc!=NULL)\
153 (*x->monFunc)(CSC_OUT,(void*)x->monData);}
189 CSCmonFnType monFunc; member in struct:S_symTableType
265 CSCmonFnType monFunc,
309 CSCmonFnType monFunc,
325 memList = CSCmemInit (name, NULL, monFunc, monData, CSC_NO_PROFILING);
334 symTab->monFunc = monFunc;
304 CSCsymtabNew( const char* const name, size_t size, const char** keyWords, int keyWordSpec, CSCmonFnType monFunc, const void* monData, CSCprofileType profiling ) argument
493 CSCmonFnType monFunc = symTab->monFunc; local
[all...]
H A Dcsc_notify.c151 #define MON_ENTER(x) {if(x->monFunc!=NULL)\
152 (*x->monFunc)(CSC_IN,(void*)x->monData);}
154 #define MON_EXIT(x) {if(x->monFunc!=NULL)\
155 (*x->monFunc)(CSC_OUT,(void*)x->monData);}
221 CSCmonFnType monFunc; member in struct:S_notifBoardType
389 CSCmonFnType monFunc,
421 CSCmonFnType monFunc,
452 newBoard->monFunc = monFunc;
564 CSCmonFnType monFunc local
419 CSCnotificationBoardNew( const char* name, CSCmonFnType monFunc, const void* monData, CSCprofileType profiling ) argument
[all...]
H A Dcsc_mem.c154 #define MON_ENTER(x) {if(x->monFunc!=NULL)(*x->monFunc)(CSC_IN,x->monData);}
155 #define MON_EXIT(x) {if(x->monFunc!=NULL)(*x->monFunc)(CSC_OUT,x->monData);}
208 CSCmonFnType monFunc; member in struct:S_memListType
589 if (memList->monFunc != NULL)
772 CSCmonFnType monFunc,
807 `monFunc' and `monData':
812 function in multiple environments. `monFunc' is used to provide mutual
815 memory. `monFunc' i
845 CSCmemInit( const char* name, CSCtagFnType tagFunc, CSCmonFnType monFunc, const void* monData, CSCprofileType profiling ) argument
981 CSCmonFnType monFunc = memList->monFunc; local
[all...]
H A Dcsc_tree.c176 #define MON_ENTER(x) {if(x->monFunc!=NULL)\
177 (*x->monFunc)(CSC_IN,(void*)x->monData);}
179 #define MON_EXIT(x) {if(x->monFunc!=NULL)\
180 (*x->monFunc)(CSC_OUT,(void*)x->monData);}
234 CSCmonFnType monFunc; member in struct:S_binTreeType
589 CSCmonFnType monFunc,
638 CSCmonFnType monFunc,
653 memList = CSCmemInit (namePtr, NULL, monFunc, monData, CSC_NO_PROFILING);
663 newTree->monFunc = monFunc;
636 CSCbinTreeNew( const char* namePtr, CSCmonFnType monFunc, const void* monData, CSCprofileType profiling ) argument
786 CSCmonFnType monFunc = tree->monFunc; local
[all...]
H A Dcsc_hash.c167 #define MON_ENTER(x) {if(x->monFunc!=NULL)(*x->monFunc)\
170 #define MON_EXIT(x) {if(x->monFunc!=NULL)(*x->monFunc)\
222 CSCmonFnType monFunc; member in struct:S_hashTableType
995 CSCmonFnType monFunc,
1049 CSCmonFnType monFunc,
1070 memList = CSCmemInit (name, NULL, monFunc, monData, CSC_NO_PROFILING);
1079 newHash->monFunc = monFunc;
1045 CSChashNew( const char* const name, CSChashKeyType keySpec, size_t size, CSCmonFnType monFunc, const void* monData, CSCprofileType profiling ) argument
1198 CSCmonFnType monFunc = hashTable->monFunc; local
1970 CSChashRead( int fd, CSChashTableType* const hashTablePtr, CSCmonFnType monFunc, const void* monData, CSCprofileType profiling ) argument
[all...]
H A Dcsc_list.c168 #define MON_ENTER(x) {if(x->monFunc!=NULL)\
169 (*x->monFunc)(CSC_IN,(void*)x->monData);}
171 #define MON_EXIT(x) {if(x->monFunc!=NULL)\
172 (*x->monFunc)(CSC_OUT,(void*)x->monData);}
225 CSCmonFnType monFunc; member in struct:S_listType
608 CSCmonFnType monFunc,
645 CSCmonFnType monFunc,
672 newList->monFunc = monFunc;
785 CSCmonFnType monFunc local
643 CSClistNew( const char* name, CSCmonFnType monFunc, const void* monData, CSCprofileType profiling ) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libcsc-0.82.3/include/
H A Dlibcsc.h375 CSCmonFnType monFunc,
531 CSCmonFnType monFunc,
580 CSCmonFnType monFunc,
656 CSCmonFnType monFunc,
753 CSCmonFnType monFunc,
822 CSCmonFnType monFunc,
1008 CSCmonFnType monFunc,

Completed in 182 milliseconds