Home
last modified time | relevance | path

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

/reactos/sdk/lib/crt/stdio/
H A Dfile.c131 } file_crit; typedef
134 static file_crit* MSVCRT_fstream[MSVCRT_MAX_FILES/MSVCRT_FD_BLOCK_SIZE] = { NULL };
271 file_crit *ret; in msvcrt_get_file()
281 MSVCRT_fstream[i/MSVCRT_FD_BLOCK_SIZE] = calloc(MSVCRT_FD_BLOCK_SIZE, sizeof(file_crit)); in msvcrt_get_file()
399 InitializeCriticalSection(&((file_crit*)file)->crit); in msvcrt_init_fp()
1126 ((file_crit*)file)->crit.DebugInfo->Spare[0] = 0; in msvcrt_free_io()
1127 DeleteCriticalSection(&((file_crit*)file)->crit); in msvcrt_free_io()
1199 EnterCriticalSection(&((file_crit*)file)->crit); in _lock_file()
1211 LeaveCriticalSection(&((file_crit*)file)->crit); in _unlock_file()
2804 DeleteCriticalSection(&((file_crit*)file)->crit); in fclose()