|
ReactOS 0.4.16-dev-2104-gb84fa49
|

Go to the source code of this file.
Macros | |
| #define | _SIGNAL_LOCK 1 |
| #define | _IOB_SCAN_LOCK 2 |
| #define | _TMPNAM_LOCK 3 |
| #define | _INPUT_LOCK 4 |
| #define | _OUTPUT_LOCK 5 |
| #define | _CSCANF_LOCK 6 |
| #define | _CPRINTF_LOCK 7 |
| #define | _CONIO_LOCK 8 |
| #define | _HEAP_LOCK 9 |
| #define | _BHEAP_LOCK 10 /* No longer used? */ |
| #define | _TIME_LOCK 11 |
| #define | _ENV_LOCK 12 |
| #define | _EXIT_LOCK1 13 |
| #define | _EXIT_LOCK2 14 |
| #define | _THREADDATA_LOCK 15 /* No longer used? */ |
| #define | _POPEN_LOCK 16 |
| #define | _LOCKTAB_LOCK 17 |
| #define | _OSFHND_LOCK 18 |
| #define | _SETLOCALE_LOCK 19 |
| #define | _LC_COLLATE_LOCK 20 /* No longer used? */ |
| #define | _LC_CTYPE_LOCK 21 /* No longer used? */ |
| #define | _LC_MONETARY_LOCK 22 /* No longer used? */ |
| #define | _LC_NUMERIC_LOCK 23 /* No longer used? */ |
| #define | _LC_TIME_LOCK 24 /* No longer used? */ |
| #define | _MB_CP_LOCK 25 |
| #define | _NLG_LOCK 26 |
| #define | _TYPEINFO_LOCK 27 |
| #define | _STREAM_LOCKS 28 |
| #define | _IOB_ENTRIES 20 |
| #define | _LAST_STREAM_LOCK (_STREAM_LOCKS+_IOB_ENTRIES-1) |
| #define | _TOTAL_LOCKS (_LAST_STREAM_LOCK+1) |
Functions | |
| void __cdecl | _unlock (int locknum) |
| void __cdecl | _lock (int locknum) |
| #define _HEAP_LOCK 9 |
| #define _LAST_STREAM_LOCK (_STREAM_LOCKS+_IOB_ENTRIES-1) |
| #define _TOTAL_LOCKS (_LAST_STREAM_LOCK+1) |
Definition at line 85 of file lock.c.
Referenced by __acrt_initialize_stdio(), __acrt_uninitialize_stdio(), _execute_onexit_table(), _fcloseall(), _lock(), _lock_file(), _lock_locales(), _pclose(), _register_onexit_function(), _setmbcp(), _tzset(), _tzset_init(), _unlock_file(), _wgetenv(), _wgetenv_s(), _wpopen(), getenv(), getenv_s(), putenv_helper(), update_thread_locale(), and wputenv_helper().
Definition at line 114 of file lock.c.
Referenced by _execute_onexit_table(), _lock(), _pclose(), _register_onexit_function(), _setmbcp(), _tzset(), _tzset_init(), _unlock_file(), _unlock_locales(), _wgetenv(), _wgetenv_s(), _wpopen(), getenv(), getenv_s(), putenv_helper(), update_thread_locale(), and wputenv_helper().