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

/darwin-on-arm/xnu/bsd/dev/random/YarrowCoreLib/src/
H A Dprng.c92 static HANDLE Statmutex = NULL; variable
239 Statmutex = CreateMutex(NULL,TRUE,NULL);
240 if(Statmutex == NULL) {mutexCreatorId = 0; return PRNG_ERR_MUTEX;}
241 DuplicateHandle(GetCurrentProcess(),Statmutex,GetCurrentProcess(),&mutex,SYNCHRONIZE,FALSE,0); local
299 CloseHandle(Statmutex);
300 Statmutex = NULL;
624 CloseHandle(Statmutex);
625 Statmutex = NULL;

Completed in 19 milliseconds