Searched defs:MAP_SHARED (Results 1 – 3 of 3) sorted by relevance
17 #define MAP_SHARED 0x01 /* Share changes */ macro
29 #define MAP_SHARED 0x001 /* Share changes */ macro
202 public static final int MAP_SHARED = placeholder(); field in OsConstants