ReactOS 0.4.15-dev-7924-g5949c20
mtdll.h File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define _mlock(locknum)   do {} while(0)
 
#define _munlock(locknum)   do {} while(0)
 
#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)
 

Macro Definition Documentation

◆ _BHEAP_LOCK

#define _BHEAP_LOCK   10 /* No longer used? */

Definition at line 47 of file mtdll.h.

◆ _CONIO_LOCK

#define _CONIO_LOCK   8

Definition at line 45 of file mtdll.h.

◆ _CPRINTF_LOCK

#define _CPRINTF_LOCK   7

Definition at line 44 of file mtdll.h.

◆ _CSCANF_LOCK

#define _CSCANF_LOCK   6

Definition at line 43 of file mtdll.h.

◆ _ENV_LOCK

#define _ENV_LOCK   12

Definition at line 49 of file mtdll.h.

◆ _EXIT_LOCK1

#define _EXIT_LOCK1   13

Definition at line 50 of file mtdll.h.

◆ _EXIT_LOCK2

#define _EXIT_LOCK2   14

Definition at line 51 of file mtdll.h.

◆ _HEAP_LOCK

#define _HEAP_LOCK   9

Definition at line 46 of file mtdll.h.

◆ _INPUT_LOCK

#define _INPUT_LOCK   4

Definition at line 41 of file mtdll.h.

◆ _IOB_ENTRIES

#define _IOB_ENTRIES   20

Definition at line 68 of file mtdll.h.

◆ _IOB_SCAN_LOCK

#define _IOB_SCAN_LOCK   2

Definition at line 39 of file mtdll.h.

◆ _LAST_STREAM_LOCK

#define _LAST_STREAM_LOCK   (_STREAM_LOCKS+_IOB_ENTRIES-1)

Definition at line 69 of file mtdll.h.

◆ _LC_COLLATE_LOCK

#define _LC_COLLATE_LOCK   20 /* No longer used? */

Definition at line 57 of file mtdll.h.

◆ _LC_CTYPE_LOCK

#define _LC_CTYPE_LOCK   21 /* No longer used? */

Definition at line 58 of file mtdll.h.

◆ _LC_MONETARY_LOCK

#define _LC_MONETARY_LOCK   22 /* No longer used? */

Definition at line 59 of file mtdll.h.

◆ _LC_NUMERIC_LOCK

#define _LC_NUMERIC_LOCK   23 /* No longer used? */

Definition at line 60 of file mtdll.h.

◆ _LC_TIME_LOCK

#define _LC_TIME_LOCK   24 /* No longer used? */

Definition at line 61 of file mtdll.h.

◆ _LOCKTAB_LOCK

#define _LOCKTAB_LOCK   17

Definition at line 54 of file mtdll.h.

◆ _MB_CP_LOCK

#define _MB_CP_LOCK   25

Definition at line 62 of file mtdll.h.

◆ _mlock

#define _mlock (   locknum)    do {} while(0)

Definition at line 32 of file mtdll.h.

◆ _munlock

#define _munlock (   locknum)    do {} while(0)

Definition at line 33 of file mtdll.h.

◆ _NLG_LOCK

#define _NLG_LOCK   26

Definition at line 63 of file mtdll.h.

◆ _OSFHND_LOCK

#define _OSFHND_LOCK   18

Definition at line 55 of file mtdll.h.

◆ _OUTPUT_LOCK

#define _OUTPUT_LOCK   5

Definition at line 42 of file mtdll.h.

◆ _POPEN_LOCK

#define _POPEN_LOCK   16

Definition at line 53 of file mtdll.h.

◆ _SETLOCALE_LOCK

#define _SETLOCALE_LOCK   19

Definition at line 56 of file mtdll.h.

◆ _SIGNAL_LOCK

#define _SIGNAL_LOCK   1

Definition at line 38 of file mtdll.h.

◆ _STREAM_LOCKS

#define _STREAM_LOCKS   28

Definition at line 65 of file mtdll.h.

◆ _THREADDATA_LOCK

#define _THREADDATA_LOCK   15 /* No longer used? */

Definition at line 52 of file mtdll.h.

◆ _TIME_LOCK

#define _TIME_LOCK   11

Definition at line 48 of file mtdll.h.

◆ _TMPNAM_LOCK

#define _TMPNAM_LOCK   3

Definition at line 40 of file mtdll.h.

◆ _TOTAL_LOCKS

#define _TOTAL_LOCKS   (_LAST_STREAM_LOCK+1)

Definition at line 70 of file mtdll.h.

◆ _TYPEINFO_LOCK

#define _TYPEINFO_LOCK   27

Definition at line 64 of file mtdll.h.