Searched refs:osType (Results 1 – 3 of 3) sorted by relevance
156 osType = platform.system()157 if osType == 'Linux':
559 u_int32_t osType; /* Same as DPTSIG definition */ member
17826 static int osType = 0; in mutexIsNT() local17827 if( osType==0 ){ in mutexIsNT()17831 osType = sInfo.dwPlatformId==VER_PLATFORM_WIN32_NT ? 2 : 1; in mutexIsNT()17833 return osType==2; in mutexIsNT()