Home
last modified time | relevance | path

Searched refs:CRITSECT (Results 1 – 7 of 7) sorted by relevance

/dports/devel/juce/JUCE-f37e9a1/modules/juce_audio_processors/format_types/VST3_SDK/base/thread/include/
H A Dflock.h52 struct CRITSECT // CRITICAL_SECTION struct
115 CRITSECT section; ///< Critical section object
/dports/audio/carla/Carla-2.4.1/source/includes/vst3sdk/base/thread/include/
H A Dflock.h52 struct CRITSECT // CRITICAL_SECTION struct
115 CRITSECT section; ///< Critical section object
/dports/audio/vst3sdk/vst3sdk-3.7.1_build_50-1-g8199057/base/thread/include/
H A Dflock.h52 struct CRITSECT // CRITICAL_SECTION struct
115 CRITSECT section; ///< Critical section object
/dports/audio/surge-synthesizer-lv2/surge-release_1.9.0/vst3sdk/base/thread/include/
H A Dflock.h52 struct CRITSECT // CRITICAL_SECTION struct
115 CRITSECT section; ///< Critical section object
/dports/multimedia/libxine/xine-lib-1.2.11/src/libw32dll/wine/
H A Dwin32.c356 struct CRITSECT struct
1255 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 …]
/dports/multimedia/mplayer/mplayer-export-2021-12-29/loader/
H A Dwin32.c341 struct CRITSECT struct
1297 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 …]
/dports/multimedia/mencoder/mplayer-export-2021-12-29/loader/
H A Dwin32.c341 struct CRITSECT struct
1297 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 …]