Searched refs:CRITSECT (Results 1 – 7 of 7) sorted by relevance
52 struct CRITSECT // CRITICAL_SECTION struct115 CRITSECT section; ///< Critical section object
356 struct CRITSECT struct1255 struct CRITSECT *cs_unix;1311 struct CRITSECT *cs; in expInitializeCriticalSection()1320 cs = malloc(sizeof(struct CRITSECT)); in expInitializeCriticalSection()1335 struct CRITSECT* cs = mreq_private(sizeof(struct CRITSECT) + sizeof(CRITICAL_SECTION), in expInitializeCriticalSection()1349 struct CRITSECT* cs = critsecs_get_unix(c); in expEnterCriticalSection()1351 struct CRITSECT* cs = (*(struct CRITSECT**)c); in expEnterCriticalSection()1361 cs = (*(struct CRITSECT**)c); in expEnterCriticalSection()1380 struct CRITSECT* cs = critsecs_get_unix(c); in expLeaveCriticalSection()1382 struct CRITSECT* cs = (*(struct CRITSECT**)c); in expLeaveCriticalSection()[all …]
341 struct CRITSECT struct1297 struct CRITSECT *cs_unix;1353 struct CRITSECT *cs; in expInitializeCriticalSection()1362 cs = malloc(sizeof(struct CRITSECT)); in expInitializeCriticalSection()1378 struct CRITSECT* cs = mreq_private(sizeof(struct CRITSECT) + sizeof(CRITICAL_SECTION), in expInitializeCriticalSection()1399 struct CRITSECT* cs = critsecs_get_unix(c); in expEnterCriticalSection()1401 struct CRITSECT* cs = (*(struct CRITSECT**)c); in expEnterCriticalSection()1411 cs = (*(struct CRITSECT**)c); in expEnterCriticalSection()1431 struct CRITSECT* cs = critsecs_get_unix(c); in expLeaveCriticalSection()1433 struct CRITSECT* cs = (*(struct CRITSECT**)c); in expLeaveCriticalSection()[all …]