]> git.saurik.com Git - apple/libsystem.git/blobdiff - alloc_once_private.h
Libsystem-1238.60.2.tar.gz
[apple/libsystem.git] / alloc_once_private.h
index 6f65f84a9771f52044ec0a74903d41df8f712ed1..a565d459b4a92f3a44eb0193fc8ff01de42a0f3d 100644 (file)
 /* Keys for use with os_once_alloc. */
 
 /* Keys for Libsystem. */
-#define OS_ALLOC_ONCE_KEY_LIBSYSTEM_NOTIFY     0
-#define OS_ALLOC_ONCE_KEY_LIBXPC       1
-#define OS_ALLOC_ONCE_KEY_LIBSYSTEM_C  2
-#define OS_ALLOC_ONCE_KEY_LIBSYSTEM_INFO       3
-#define OS_ALLOC_ONCE_KEY_LIBSYSTEM_NETWORK    4
-#define OS_ALLOC_ONCE_KEY_LIBCACHE     5
-#define OS_ALLOC_ONCE_KEY_LIBCOMMONCRYPTO      6
-#define OS_ALLOC_ONCE_KEY_LIBDISPATCH  7
-#define OS_ALLOC_ONCE_KEY_LIBDYLD      8
-#define OS_ALLOC_ONCE_KEY_LIBKEYMGR    9
-#define OS_ALLOC_ONCE_KEY_LIBLAUNCH    10
-#define OS_ALLOC_ONCE_KEY_LIBMACHO     11
-#define OS_ALLOC_ONCE_KEY_OS_TRACE     12
-#define OS_ALLOC_ONCE_KEY_LIBSYSTEM_BLOCKS     13
-#define OS_ALLOC_ONCE_KEY_LIBSYSTEM_MALLOC     14
-#define OS_ALLOC_ONCE_KEY_LIBSYSTEM_PLATFORM   15
-#define OS_ALLOC_ONCE_KEY_LIBSYSTEM_PTHREAD    16
-#define OS_ALLOC_ONCE_KEY_LIBSYSTEM_STATS      17
+#define OS_ALLOC_ONCE_KEY_LIBSYSTEM_NOTIFY                     0
+#define OS_ALLOC_ONCE_KEY_LIBXPC                                       1
+#define OS_ALLOC_ONCE_KEY_LIBSYSTEM_C                          2
+#define OS_ALLOC_ONCE_KEY_LIBSYSTEM_INFO                       3
+#define OS_ALLOC_ONCE_KEY_LIBSYSTEM_NETWORK                    4
+#define OS_ALLOC_ONCE_KEY_LIBCACHE                                     5
+#define OS_ALLOC_ONCE_KEY_LIBCOMMONCRYPTO                      6
+#define OS_ALLOC_ONCE_KEY_LIBDISPATCH                          7
+#define OS_ALLOC_ONCE_KEY_LIBDYLD                                      8
+#define OS_ALLOC_ONCE_KEY_LIBKEYMGR                                    9
+#define OS_ALLOC_ONCE_KEY_LIBLAUNCH                                    10
+#define OS_ALLOC_ONCE_KEY_LIBMACHO                                     11
+#define OS_ALLOC_ONCE_KEY_OS_TRACE                                     12
+#define OS_ALLOC_ONCE_KEY_LIBSYSTEM_BLOCKS                     13
+#define OS_ALLOC_ONCE_KEY_LIBSYSTEM_MALLOC                     14
+#define OS_ALLOC_ONCE_KEY_LIBSYSTEM_PLATFORM           15
+#define OS_ALLOC_ONCE_KEY_LIBSYSTEM_PTHREAD                    16
+#define OS_ALLOC_ONCE_KEY_LIBSYSTEM_STATS                      17
+#define OS_ALLOC_ONCE_KEY_LIBSECINIT                           18
+#define OS_ALLOC_ONCE_KEY_LIBSYSTEM_CORESERVICES       19
+#define OS_ALLOC_ONCE_KEY_LIBSYSTEM_SYMPTOMS           20
+#define OS_ALLOC_ONCE_KEY_LIBSYSTEM_PLATFORM_ASL       21
 
 /* Keys OS_ALLOC_ONCE_KEY_MAX - 10 upwards are reserved for the system. */
 #define OS_ALLOC_ONCE_KEY_RESERVED_0   (OS_ALLOC_ONCE_KEY_MAX - 10)