Searched refs:exitcount (Results 1 - 1 of 1) sorted by relevance
/vbox/src/libs/xpcom18a4/nsprpub/pr/tests/ |
H A D | cvar2.c | 89 PRInt32 *exitcount; member in struct:threadinfo 93 ** Make exitcount, tcount static. for Win16. 95 static PRInt32 exitcount=0; variable 117 (*info->exitcount)++; 147 (*info->exitcount)++; 150 PR_GetCurrentThread(), info->exitcvar,(*info->exitcount))); 168 PRInt32 *exitcount, 181 info->exitcount = exitcount; 206 exitcount 159 CreateTestThread(threadinfo *info, PRInt32 id, PRLock *lock, PRCondVar *cvar, PRInt32 loops, PRIntervalTime timeout, PRInt32 *tcount, PRLock *exitlock, PRCondVar *exitcvar, PRInt32 *exitcount, PRBool shared, PRThreadScope scope) argument [all...] |
Completed in 1192 milliseconds