pthread_windows_386.go 58 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166
  1. // Code generated by 'ccgo pthread/gen.c -crt-import-path "" -export-defines "" -export-enums "" -export-externs X -export-fields F -export-structs "" -export-typedefs "" -header -hide _OSSwapInt16,_OSSwapInt32,_OSSwapInt64 -ignore-unsupported-alignment -o pthread/pthread_windows_386.go -pkgname pthread', DO NOT EDIT.
  2. package pthread
  3. import (
  4. "math"
  5. "reflect"
  6. "sync/atomic"
  7. "unsafe"
  8. )
  9. var _ = math.Pi
  10. var _ reflect.Kind
  11. var _ atomic.Value
  12. var _ unsafe.Pointer
  13. const (
  14. CHAR_BIT = 8 // limits.h:64:1:
  15. CHAR_MAX = 127 // limits.h:99:1:
  16. CHAR_MIN = -128 // limits.h:97:1:
  17. DUMMYSTRUCTNAME = 0 // _mingw.h:519:1:
  18. DUMMYSTRUCTNAME1 = 0 // _mingw.h:520:1:
  19. DUMMYSTRUCTNAME2 = 0 // _mingw.h:521:1:
  20. DUMMYSTRUCTNAME3 = 0 // _mingw.h:522:1:
  21. DUMMYSTRUCTNAME4 = 0 // _mingw.h:523:1:
  22. DUMMYSTRUCTNAME5 = 0 // _mingw.h:524:1:
  23. DUMMYUNIONNAME = 0 // _mingw.h:497:1:
  24. DUMMYUNIONNAME1 = 0 // _mingw.h:498:1:
  25. DUMMYUNIONNAME2 = 0 // _mingw.h:499:1:
  26. DUMMYUNIONNAME3 = 0 // _mingw.h:500:1:
  27. DUMMYUNIONNAME4 = 0 // _mingw.h:501:1:
  28. DUMMYUNIONNAME5 = 0 // _mingw.h:502:1:
  29. DUMMYUNIONNAME6 = 0 // _mingw.h:503:1:
  30. DUMMYUNIONNAME7 = 0 // _mingw.h:504:1:
  31. DUMMYUNIONNAME8 = 0 // _mingw.h:505:1:
  32. DUMMYUNIONNAME9 = 0 // _mingw.h:506:1:
  33. E2BIG = 7 // errno.h:31:1:
  34. EACCES = 13 // errno.h:37:1:
  35. EADDRINUSE = 100 // errno.h:86:1:
  36. EADDRNOTAVAIL = 101 // errno.h:90:1:
  37. EAFNOSUPPORT = 102 // errno.h:82:1:
  38. EAGAIN = 11 // errno.h:35:1:
  39. EALREADY = 103 // errno.h:106:1:
  40. EBADF = 9 // errno.h:33:1:
  41. EBADMSG = 104 // errno.h:182:1:
  42. EBUSY = 16 // errno.h:39:1:
  43. ECANCELED = 105 // errno.h:154:1:
  44. ECHILD = 10 // errno.h:34:1:
  45. ECONNABORTED = 106 // errno.h:102:1:
  46. ECONNREFUSED = 107 // errno.h:110:1:
  47. ECONNRESET = 108 // errno.h:114:1:
  48. EDEADLK = 36 // errno.h:55:1:
  49. EDEADLOCK = 36 // errno.h:71:1:
  50. EDESTADDRREQ = 109 // errno.h:118:1:
  51. EDOM = 33 // errno.h:54:1:
  52. EEXIST = 17 // errno.h:40:1:
  53. EFAULT = 14 // errno.h:38:1:
  54. EFBIG = 27 // errno.h:48:1:
  55. EHOSTUNREACH = 110 // errno.h:122:1:
  56. EIDRM = 111 // errno.h:186:1:
  57. EILSEQ = 42 // errno.h:66:1:
  58. EINPROGRESS = 112 // errno.h:158:1:
  59. EINTR = 4 // errno.h:28:1:
  60. EINVAL = 22 // errno.h:64:1:
  61. EIO = 5 // errno.h:29:1:
  62. EISCONN = 113 // errno.h:94:1:
  63. EISDIR = 21 // errno.h:44:1:
  64. ELOOP = 114 // errno.h:227:1:
  65. EMFILE = 24 // errno.h:46:1:
  66. EMLINK = 31 // errno.h:52:1:
  67. EMSGSIZE = 115 // errno.h:126:1:
  68. ENAMETOOLONG = 38 // errno.h:56:1:
  69. ENETDOWN = 116 // errno.h:130:1:
  70. ENETRESET = 117 // errno.h:134:1:
  71. ENETUNREACH = 118 // errno.h:138:1:
  72. ENFILE = 23 // errno.h:45:1:
  73. ENOBUFS = 119 // errno.h:98:1:
  74. ENODATA = 120 // errno.h:190:1:
  75. ENODEV = 19 // errno.h:42:1:
  76. ENOENT = 2 // errno.h:25:1:
  77. ENOEXEC = 8 // errno.h:32:1:
  78. ENOFILE = 2 // errno.h:26:1:
  79. ENOLCK = 39 // errno.h:57:1:
  80. ENOLINK = 121 // errno.h:194:1:
  81. ENOMEM = 12 // errno.h:36:1:
  82. ENOMSG = 122 // errno.h:198:1:
  83. ENOPROTOOPT = 123 // errno.h:142:1:
  84. ENOSPC = 28 // errno.h:49:1:
  85. ENOSR = 124 // errno.h:202:1:
  86. ENOSTR = 125 // errno.h:206:1:
  87. ENOSYS = 40 // errno.h:58:1:
  88. ENOTCONN = 126 // errno.h:150:1:
  89. ENOTDIR = 20 // errno.h:43:1:
  90. ENOTEMPTY = 41 // errno.h:59:1:
  91. ENOTRECOVERABLE = 127 // errno.h:210:1:
  92. ENOTSOCK = 128 // errno.h:146:1:
  93. ENOTSUP = 129 // errno.h:76:1:
  94. ENOTTY = 25 // errno.h:47:1:
  95. ENXIO = 6 // errno.h:30:1:
  96. EOPNOTSUPP = 130 // errno.h:162:1:
  97. EOVERFLOW = 132 // errno.h:235:1:
  98. EOWNERDEAD = 133 // errno.h:170:1:
  99. EPERM = 1 // errno.h:24:1:
  100. EPIPE = 32 // errno.h:53:1:
  101. EPROTO = 134 // errno.h:174:1:
  102. EPROTONOSUPPORT = 135 // errno.h:178:1:
  103. EPROTOTYPE = 136 // errno.h:231:1:
  104. ERANGE = 34 // errno.h:65:1:
  105. EROFS = 30 // errno.h:51:1:
  106. ESPIPE = 29 // errno.h:50:1:
  107. ESRCH = 3 // errno.h:27:1:
  108. ETIME = 137 // errno.h:214:1:
  109. ETIMEDOUT = 138 // errno.h:223:1:
  110. ETXTBSY = 139 // errno.h:218:1:
  111. EWOULDBLOCK = 140 // errno.h:166:1:
  112. EXDEV = 18 // errno.h:41:1:
  113. GENERIC_ERRORCHECK_INITIALIZER = -2 // pthread.h:279:1:
  114. GENERIC_INITIALIZER = -1 // pthread.h:278:1:
  115. GENERIC_NORMAL_INITIALIZER = -1 // pthread.h:281:1:
  116. GENERIC_RECURSIVE_INITIALIZER = -3 // pthread.h:280:1:
  117. INT_MAX = 2147483647 // limits.h:120:1:
  118. INT_MIN = -2147483648 // limits.h:118:1:
  119. LLONG_MAX = 9223372036854775807 // limits.h:142:1:
  120. LLONG_MIN = -9223372036854775808 // limits.h:140:1:
  121. LONG_LONG_MAX = 9223372036854775807 // limits.h:154:1:
  122. LONG_LONG_MIN = -9223372036854775808 // limits.h:152:1:
  123. LONG_MAX = 2147483647 // limits.h:131:1:
  124. LONG_MIN = -2147483648 // limits.h:129:1:
  125. MAX_READ_LOCKS = 2147483646 // pthread.h:168:1:
  126. MB_LEN_MAX = 5 // limits.h:35:1:
  127. MINGW_DDK_H = 0 // _mingw_ddk.h:2:1:
  128. MINGW_HAS_DDK_H = 1 // _mingw_ddk.h:4:1:
  129. MINGW_HAS_SECURE_API = 1 // _mingw.h:602:1:
  130. MINGW_SDK_INIT = 0 // _mingw.h:598:1:
  131. NSIG = 23 // signal.h:21:1:
  132. OLD_P_OVERLAY = 2 // process.h:149:1:
  133. PATH_MAX = 260 // limits.h:20:1:
  134. PTHREAD_BARRIER_SERIAL_THREAD = 1 // pthread.h:165:1:
  135. PTHREAD_CANCEL_ASYNCHRONOUS = 0x02 // pthread.h:117:1:
  136. PTHREAD_CANCEL_DEFERRED = 0 // pthread.h:116:1:
  137. PTHREAD_CANCEL_DISABLE = 0 // pthread.h:113:1:
  138. PTHREAD_CANCEL_ENABLE = 0x01 // pthread.h:114:1:
  139. PTHREAD_CREATE_DETACHED = 0x04 // pthread.h:120:1:
  140. PTHREAD_CREATE_JOINABLE = 0 // pthread.h:119:1:
  141. PTHREAD_DEFAULT_ATTR = 1 // pthread.h:128:1:
  142. PTHREAD_DESTRUCTOR_ITERATIONS = 256 // pthread.h:136:1:
  143. PTHREAD_EXPLICIT_SCHED = 0 // pthread.h:122:1:
  144. PTHREAD_INHERIT_SCHED = 0x08 // pthread.h:123:1:
  145. PTHREAD_KEYS_MAX = 1048576 // pthread.h:137:1:
  146. PTHREAD_MUTEX_ADAPTIVE_NP = 0 // pthread.h:156:1:
  147. PTHREAD_MUTEX_DEFAULT = 0 // pthread.h:142:1:
  148. PTHREAD_MUTEX_ERRORCHECK = 1 // pthread.h:275:1:
  149. PTHREAD_MUTEX_ERRORCHECK_NP = 1 // pthread.h:157:1:
  150. PTHREAD_MUTEX_FAST_NP = 0 // pthread.h:154:1:
  151. PTHREAD_MUTEX_NORMAL = 0 // pthread.h:274:1:
  152. PTHREAD_MUTEX_PRIVATE = 0 // pthread.h:145:1:
  153. PTHREAD_MUTEX_RECURSIVE = 2 // pthread.h:276:1:
  154. PTHREAD_MUTEX_RECURSIVE_NP = 2 // pthread.h:158:1:
  155. PTHREAD_MUTEX_SHARED = 1 // pthread.h:144:1:
  156. PTHREAD_MUTEX_TIMED_NP = 0 // pthread.h:155:1:
  157. PTHREAD_ONCE_INIT = 0 // pthread.h:134:1:
  158. PTHREAD_PRIO_INHERIT = 8 // pthread.h:148:1:
  159. PTHREAD_PRIO_MULT = 32 // pthread.h:150:1:
  160. PTHREAD_PRIO_NONE = 0 // pthread.h:147:1:
  161. PTHREAD_PRIO_PROTECT = 16 // pthread.h:149:1:
  162. PTHREAD_PROCESS_PRIVATE = 0 // pthread.h:152:1:
  163. PTHREAD_PROCESS_SHARED = 1 // pthread.h:151:1:
  164. PTHREAD_SCOPE_PROCESS = 0 // pthread.h:125:1:
  165. PTHREAD_SCOPE_SYSTEM = 0x10 // pthread.h:126:1:
  166. PTHREAD_THREADS_MAX = 2019 // pthread.h:437:1:
  167. P_DETACH = 4 // process.h:151:1:
  168. P_NOWAIT = 1 // process.h:147:1:
  169. P_NOWAITO = 3 // process.h:150:1:
  170. P_OVERLAY = 2 // process.h:148:1:
  171. P_WAIT = 0 // process.h:146:1:
  172. RWLS_PER_THREAD = 8 // pthread.h:98:1:
  173. SCHAR_MAX = 127 // limits.h:75:1:
  174. SCHAR_MIN = -128 // limits.h:73:1:
  175. SCHED_FIFO = 1 // pthread.h:234:1:
  176. SCHED_MAX = 2 // pthread.h:237:1:
  177. SCHED_MIN = 0 // pthread.h:236:1:
  178. SCHED_OTHER = 0 // pthread.h:233:1:
  179. SCHED_RR = 2 // pthread.h:235:1:
  180. SEM_NSEMS_MAX = 1024 // pthread.h:443:1:
  181. SHRT_MAX = 32767 // limits.h:106:1:
  182. SHRT_MIN = -32768 // limits.h:104:1:
  183. SIGABRT = 22 // signal.h:30:1:
  184. SIGABRT2 = 22 // signal.h:31:1:
  185. SIGABRT_COMPAT = 6 // signal.h:25:1:
  186. SIGBREAK = 21 // signal.h:29:1:
  187. SIGFPE = 8 // signal.h:26:1:
  188. SIGILL = 4 // signal.h:24:1:
  189. SIGINT = 2 // signal.h:23:1:
  190. SIGSEGV = 11 // signal.h:27:1:
  191. SIGTERM = 15 // signal.h:28:1:
  192. SIG_BLOCK = 0 // pthread.h:419:1:
  193. SIG_SETMASK = 2 // pthread.h:425:1:
  194. SIG_UNBLOCK = 1 // pthread.h:422:1:
  195. SIZE_MAX = 4294967295 // limits.h:78:1:
  196. SSIZE_MAX = 2147483647 // limits.h:86:1:
  197. STRUNCATE = 80 // errno.h:67:1:
  198. UCHAR_MAX = 255 // limits.h:82:1:
  199. UINT_MAX = 4294967295 // limits.h:124:1:
  200. ULLONG_MAX = 18446744073709551615 // limits.h:146:1:
  201. ULONG_LONG_MAX = 18446744073709551615 // limits.h:158:1:
  202. ULONG_MAX = 4294967295 // limits.h:135:1:
  203. UNALIGNED = 0 // _mingw.h:384:1:
  204. USE___UUIDOF = 0 // _mingw.h:77:1:
  205. USHRT_MAX = 65535 // limits.h:113:1:
  206. WAIT_CHILD = 0 // process.h:152:1:
  207. WAIT_GRANDCHILD = 1 // process.h:153:1:
  208. WIN32 = 1 // <predefined>:258:1:
  209. WINNT = 1 // <predefined>:306:1:
  210. WINPTHREAD_API = 0 // pthread.h:92:1:
  211. WIN_PTHREADS_H = 0 // pthread.h:60:1:
  212. WIN_PTHREADS_PTHREAD_COMPAT_H = 0 // pthread_compat.h:61:1:
  213. WIN_PTHREADS_SIGNAL_H = 0 // pthread_signal.h:24:1:
  214. WIN_PTHREADS_UNISTD_H = 0 // pthread_unistd.h:24:1:
  215. X_AGLOBAL = 0 // _mingw.h:346:1:
  216. X_ANONYMOUS_STRUCT = 0 // _mingw.h:474:1:
  217. X_ANONYMOUS_UNION = 0 // _mingw.h:473:1:
  218. X_ANSI_STDDEF_H = 0 // stddef.h:52:1:
  219. X_ARGMAX = 100 // _mingw.h:402:1:
  220. X_CONST_RETURN = 0 // _mingw.h:377:1:
  221. X_CRTNOALIAS = 0 // corecrt.h:29:1:
  222. X_CRTRESTRICT = 0 // corecrt.h:33:1:
  223. X_CRT_ALTERNATIVE_IMPORTED = 0 // _mingw.h:313:1:
  224. X_CRT_ERRNO_DEFINED = 0 // stddef.h:17:1:
  225. X_CRT_GETPID_DEFINED = 0 // process.h:157:1:
  226. X_CRT_MANAGED_HEAP_DEPRECATE = 0 // _mingw.h:361:1:
  227. X_CRT_PACKING = 8 // corecrt.h:14:1:
  228. X_CRT_SECURE_CPP_OVERLOAD_SECURE_NAMES = 0 // _mingw_secapi.h:34:1:
  229. X_CRT_SECURE_CPP_OVERLOAD_SECURE_NAMES_MEMORY = 0 // _mingw_secapi.h:35:1:
  230. X_CRT_SECURE_CPP_OVERLOAD_STANDARD_NAMES = 0 // _mingw_secapi.h:36:1:
  231. X_CRT_SECURE_CPP_OVERLOAD_STANDARD_NAMES_COUNT = 0 // _mingw_secapi.h:37:1:
  232. X_CRT_SECURE_CPP_OVERLOAD_STANDARD_NAMES_MEMORY = 0 // _mingw_secapi.h:38:1:
  233. X_CRT_SYSTEM_DEFINED = 0 // process.h:91:1:
  234. X_CRT_TERMINATE_DEFINED = 0 // process.h:41:1:
  235. X_CRT_USE_WINAPI_FAMILY_DESKTOP_APP = 0 // corecrt.h:501:1:
  236. X_CRT_WSYSTEM_DEFINED = 0 // process.h:120:1:
  237. X_DEV_T_DEFINED = 0 // types.h:50:1:
  238. X_DLL = 0 // _mingw.h:326:1:
  239. X_ERRCODE_DEFINED = 0 // corecrt.h:117:1:
  240. X_FILE_OFFSET_BITS = 64 // <builtin>:25:1:
  241. X_FILE_OFFSET_BITS_SET_OFFT = 0 // _mingw_off_t.h:21:1:
  242. X_GCC_LIMITS_H_ = 0 // limits.h:30:1:
  243. X_GCC_MAX_ALIGN_T = 0 // stddef.h:419:1:
  244. X_GTHREAD_USE_MUTEX_INIT_FUNC = 1 // pthread.h:686:1:
  245. X_I16_MAX = 32767 // limits.h:54:1:
  246. X_I16_MIN = -32768 // limits.h:53:1:
  247. X_I32_MAX = 2147483647 // limits.h:58:1:
  248. X_I32_MIN = -2147483648 // limits.h:57:1:
  249. X_I64_MAX = 9223372036854775807 // limits.h:71:1:
  250. X_I64_MIN = -9223372036854775808 // limits.h:70:1:
  251. X_I8_MAX = 127 // limits.h:50:1:
  252. X_I8_MIN = -128 // limits.h:49:1:
  253. X_ILP32 = 1 // <predefined>:211:1:
  254. X_INC_CORECRT = 0 // corecrt.h:8:1:
  255. X_INC_CORECRT_STARTUP = 0 // corecrt_startup.h:8:1:
  256. X_INC_CRTDEFS = 0 // crtdefs.h:8:1:
  257. X_INC_CRTDEFS_MACRO = 0 // _mingw_mac.h:8:1:
  258. X_INC_ERRNO = 0 // errno.h:7:1:
  259. X_INC_LIMITS = 0 // limits.h:9:1:
  260. X_INC_MINGW_SECAPI = 0 // _mingw_secapi.h:8:1:
  261. X_INC_PROCESS = 0 // process.h:7:1:
  262. X_INC_SIGNAL = 0 // signal.h:7:1:
  263. X_INC_STDDEF = 0 // stddef.h:10:1:
  264. X_INC_TYPES = 0 // types.h:7:1:
  265. X_INC_VADEFS = 0 // vadefs.h:7:1:
  266. X_INC__MINGW_H = 0 // _mingw.h:8:1:
  267. X_INO_T_DEFINED = 0 // types.h:42:1:
  268. X_INT128_DEFINED = 0 // _mingw.h:237:1:
  269. X_INTEGRAL_MAX_BITS = 64 // <predefined>:320:1:
  270. X_INTPTR_T_DEFINED = 0 // corecrt.h:62:1:
  271. X_LIMITS_H___ = 0 // limits.h:60:1:
  272. X_MODE_T_ = 0 // types.h:73:1:
  273. X_MT = 0 // _mingw.h:330:1:
  274. X_M_IX86 = 600 // _mingw_mac.h:54:1:
  275. X_OFF64_T_DEFINED = 0 // _mingw_off_t.h:12:1:
  276. X_OFF_T_ = 0 // _mingw_off_t.h:4:1:
  277. X_OFF_T_DEFINED = 0 // _mingw_off_t.h:2:1:
  278. X_OLD_P_OVERLAY = 2 // process.h:23:1:
  279. X_PGLOBAL = 0 // _mingw.h:342:1:
  280. X_PID_T_ = 0 // types.h:58:1:
  281. X_POSIX_BARRIERS = 200112 // pthread_unistd.h:130:1:
  282. X_POSIX_CLOCK_SELECTION = 200112 // pthread_unistd.h:173:1:
  283. X_POSIX_READER_WRITER_LOCKS = 200112 // pthread_unistd.h:101:1:
  284. X_POSIX_SEMAPHORES = 200112 // pthread_unistd.h:190:1:
  285. X_POSIX_SEM_NSEMS_MAX = 256 // pthread.h:440:1:
  286. X_POSIX_SPIN_LOCKS = 200112 // pthread_unistd.h:115:1:
  287. X_POSIX_THREADS = 200112 // pthread_unistd.h:81:1:
  288. X_POSIX_THREAD_DESTRUCTOR_ITERATIONS = 256 // pthread.h:431:1:
  289. X_POSIX_THREAD_KEYS_MAX = 1048576 // pthread.h:434:1:
  290. X_POSIX_TIMEOUTS = 200112 // pthread_unistd.h:145:1:
  291. X_PTRDIFF_T_ = 0 // corecrt.h:90:1:
  292. X_PTRDIFF_T_DEFINED = 0 // corecrt.h:88:1:
  293. X_P_DETACH = 4 // process.h:25:1:
  294. X_P_NOWAIT = 1 // process.h:22:1:
  295. X_P_NOWAITO = 3 // process.h:24:1:
  296. X_P_OVERLAY = 2 // process.h:26:1:
  297. X_P_WAIT = 0 // process.h:21:1:
  298. X_RSIZE_T_DEFINED = 0 // corecrt.h:58:1:
  299. X_SECURECRT_ERRCODE_VALUES_DEFINED = 0 // errno.h:63:1:
  300. X_SECURECRT_FILL_BUFFER_PATTERN = 0xFD // _mingw.h:349:1:
  301. X_SIGSET_T_ = 0 // types.h:101:1:
  302. X_SIG_ATOMIC_T_DEFINED = 0 // signal.h:17:1:
  303. X_SIZE_T_DEFINED = 0 // corecrt.h:37:1:
  304. X_SPAWNV_DEFINED = 0 // process.h:83:1:
  305. X_SSIZE_T_DEFINED = 0 // corecrt.h:47:1:
  306. X_STDDEF_H = 0 // stddef.h:49:1:
  307. X_STDDEF_H_ = 0 // stddef.h:50:1:
  308. X_TAGLC_ID_DEFINED = 0 // corecrt.h:447:1:
  309. X_THREADLOCALEINFO = 0 // corecrt.h:456:1:
  310. X_TIME32_T_DEFINED = 0 // corecrt.h:122:1:
  311. X_TIME64_T_DEFINED = 0 // corecrt.h:127:1:
  312. X_TIMEB_DEFINED = 0 // timeb.h:51:1:
  313. X_TIMEB_H_ = 0 // timeb.h:7:1:
  314. X_TIMEB_H_S = 0 // timeb_s.h:8:1:
  315. X_TIMESPEC_DEFINED = 0 // types.h:88:1:
  316. X_TIME_T_DEFINED = 0 // corecrt.h:139:1:
  317. X_UI16_MAX = 0xffff // limits.h:55:1:
  318. X_UI32_MAX = 0xffffffff // limits.h:59:1:
  319. X_UI64_MAX = 0xffffffffffffffff // limits.h:72:1:
  320. X_UI8_MAX = 0xff // limits.h:51:1:
  321. X_UINTPTR_T_DEFINED = 0 // corecrt.h:75:1:
  322. X_USE_32BIT_TIME_T = 0 // _mingw.h:372:1:
  323. X_VA_LIST_DEFINED = 0 // <builtin>:55:1:
  324. X_W64 = 0 // _mingw.h:296:1:
  325. X_WAIT_CHILD = 0 // process.h:28:1:
  326. X_WAIT_GRANDCHILD = 1 // process.h:29:1:
  327. X_WCHAR_T_DEFINED = 0 // corecrt.h:101:1:
  328. X_WCTYPE_T_DEFINED = 0 // corecrt.h:108:1:
  329. X_WEXEC_DEFINED = 0 // process.h:96:1:
  330. X_WIN32 = 1 // <predefined>:164:1:
  331. X_WIN32_WINNT = 0x502 // _mingw.h:233:1:
  332. X_WINT_T = 0 // corecrt.h:110:1:
  333. X_WSPAWN_DEFINED = 0 // process.h:108:1:
  334. X_X86_ = 1 // <predefined>:169:1:
  335. I386 = 1 // <predefined>:171:1:
  336. )
  337. type Ptrdiff_t = int32 /* <builtin>:3:26 */
  338. type Size_t = uint32 /* <builtin>:9:23 */
  339. type Wchar_t = uint16 /* <builtin>:15:24 */
  340. type X__builtin_va_list = uintptr /* <builtin>:46:14 */
  341. type X__float128 = float64 /* <builtin>:47:21 */
  342. type Va_list = X__builtin_va_list /* <builtin>:50:27 */
  343. //
  344. // Copyright (c) 2011-2016 mingw-w64 project
  345. //
  346. // Permission is hereby granted, free of charge, to any person obtaining a
  347. // copy of this software and associated documentation files (the "Software"),
  348. // to deal in the Software without restriction, including without limitation
  349. // the rights to use, copy, modify, merge, publish, distribute, sublicense,
  350. // and/or sell copies of the Software, and to permit persons to whom the
  351. // Software is furnished to do so, subject to the following conditions:
  352. //
  353. // The above copyright notice and this permission notice shall be included in
  354. // all copies or substantial portions of the Software.
  355. //
  356. // THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
  357. // IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
  358. // FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
  359. // AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
  360. // LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
  361. // FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
  362. // DEALINGS IN THE SOFTWARE.
  363. // Parts of this library are derived by:
  364. //
  365. // Posix Threads library for Microsoft Windows
  366. //
  367. // Use at own risk, there is no implied warranty to this code.
  368. // It uses undocumented features of Microsoft Windows that can change
  369. // at any time in the future.
  370. //
  371. // (C) 2010 Lockless Inc.
  372. // All rights reserved.
  373. //
  374. // Redistribution and use in source and binary forms, with or without modification,
  375. // are permitted provided that the following conditions are met:
  376. //
  377. //
  378. // * Redistributions of source code must retain the above copyright notice,
  379. // this list of conditions and the following disclaimer.
  380. // * Redistributions in binary form must reproduce the above copyright notice,
  381. // this list of conditions and the following disclaimer in the documentation
  382. // and/or other materials provided with the distribution.
  383. // * Neither the name of Lockless Inc. nor the names of its contributors may be
  384. // used to endorse or promote products derived from this software without
  385. // specific prior written permission.
  386. //
  387. // THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AN
  388. // ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
  389. // WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
  390. // IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT,
  391. // INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING,
  392. // BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
  393. // DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF
  394. // LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE
  395. // OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
  396. // OF THE POSSIBILITY OF SUCH DAMAGE.
  397. // *
  398. // This file has no copyright assigned and is placed in the Public Domain.
  399. // This file is part of the mingw-w64 runtime package.
  400. // No warranty is given; refer to the file DISCLAIMER.PD within this package.
  401. // *
  402. // This file has no copyright assigned and is placed in the Public Domain.
  403. // This file is part of the mingw-w64 runtime package.
  404. // No warranty is given; refer to the file DISCLAIMER.PD within this package.
  405. // *
  406. // This file has no copyright assigned and is placed in the Public Domain.
  407. // This file is part of the mingw-w64 runtime package.
  408. // No warranty is given; refer to the file DISCLAIMER.PD within this package.
  409. // *
  410. // This file has no copyright assigned and is placed in the Public Domain.
  411. // This file is part of the mingw-w64 runtime package.
  412. // No warranty is given; refer to the file DISCLAIMER.PD within this package.
  413. // *
  414. // This file has no copyright assigned and is placed in the Public Domain.
  415. // This file is part of the mingw-w64 runtime package.
  416. // No warranty is given; refer to the file DISCLAIMER.PD within this package.
  417. // This macro holds an monotonic increasing value, which indicates
  418. // a specific fix/patch is present on trunk. This value isn't related to
  419. // minor/major version-macros. It is increased on demand, if a big
  420. // fix was applied to trunk. This macro gets just increased on trunk. For
  421. // other branches its value won't be modified.
  422. // mingw.org's version macros: these make gcc to define
  423. // MINGW32_SUPPORTS_MT_EH and to use the _CRT_MT global
  424. // and the __mingwthr_key_dtor() function from the MinGW
  425. // CRT in its private gthr-win32.h header.
  426. // Set VC specific compiler target macros.
  427. // For x86 we have always to prefix by underscore.
  428. // Special case nameless struct/union.
  429. // MinGW-w64 has some additional C99 printf/scanf feature support.
  430. // So we add some helper macros to ease recognition of them.
  431. // If _FORTIFY_SOURCE is enabled, some inline functions may use
  432. // __builtin_va_arg_pack(). GCC may report an error if the address
  433. // of such a function is used. Set _FORTIFY_VA_ARG=0 in this case.
  434. // Enable workaround for ABI incompatibility on affected platforms
  435. // *
  436. // This file has no copyright assigned and is placed in the Public Domain.
  437. // This file is part of the mingw-w64 runtime package.
  438. // No warranty is given; refer to the file DISCLAIMER.PD within this package.
  439. // http://msdn.microsoft.com/en-us/library/ms175759%28v=VS.100%29.aspx
  440. // Templates won't work in C, will break if secure API is not enabled, disabled
  441. // https://blogs.msdn.com/b/sdl/archive/2010/02/16/vc-2010-and-memcpy.aspx?Redirected=true
  442. // fallback on default implementation if we can't know the size of the destination
  443. // Include _cygwin.h if we're building a Cygwin application.
  444. // Target specific macro replacement for type "long". In the Windows API,
  445. // the type long is always 32 bit, even if the target is 64 bit (LLP64).
  446. // On 64 bit Cygwin, the type long is 64 bit (LP64). So, to get the right
  447. // sized definitions and declarations, all usage of type long in the Windows
  448. // headers have to be replaced by the below defined macro __LONG32.
  449. // C/C++ specific language defines.
  450. // Note the extern. This is needed to work around GCC's
  451. // limitations in handling dllimport attribute.
  452. // Attribute `nonnull' was valid as of gcc 3.3. We don't use GCC's
  453. // variadiac macro facility, because variadic macros cause syntax
  454. // errors with --traditional-cpp.
  455. // High byte is the major version, low byte is the minor.
  456. // *
  457. // This file has no copyright assigned and is placed in the Public Domain.
  458. // This file is part of the mingw-w64 runtime package.
  459. // No warranty is given; refer to the file DISCLAIMER.PD within this package.
  460. // *
  461. // This file has no copyright assigned and is placed in the Public Domain.
  462. // This file is part of the mingw-w64 runtime package.
  463. // No warranty is given; refer to the file DISCLAIMER.PD within this package.
  464. // for backward compatibility
  465. type X__gnuc_va_list = X__builtin_va_list /* vadefs.h:24:29 */
  466. type Ssize_t = int32 /* corecrt.h:52:13 */
  467. type Rsize_t = Size_t /* corecrt.h:57:16 */
  468. type Intptr_t = int32 /* corecrt.h:69:13 */
  469. type Uintptr_t = uint32 /* corecrt.h:82:22 */
  470. type Wint_t = uint16 /* corecrt.h:111:24 */
  471. type Wctype_t = uint16 /* corecrt.h:112:24 */
  472. type Errno_t = int32 /* corecrt.h:118:13 */
  473. type X__time32_t = int32 /* corecrt.h:123:14 */
  474. type X__time64_t = int64 /* corecrt.h:128:35 */
  475. type Time_t = X__time32_t /* corecrt.h:141:20 */
  476. type Threadlocaleinfostruct = struct {
  477. Frefcount int32
  478. Flc_codepage uint32
  479. Flc_collate_cp uint32
  480. Flc_handle [6]uint32
  481. Flc_id [6]LC_ID
  482. Flc_category [6]struct {
  483. Flocale uintptr
  484. Fwlocale uintptr
  485. Frefcount uintptr
  486. Fwrefcount uintptr
  487. }
  488. Flc_clike int32
  489. Fmb_cur_max int32
  490. Flconv_intl_refcount uintptr
  491. Flconv_num_refcount uintptr
  492. Flconv_mon_refcount uintptr
  493. Flconv uintptr
  494. Fctype1_refcount uintptr
  495. Fctype1 uintptr
  496. Fpctype uintptr
  497. Fpclmap uintptr
  498. Fpcumap uintptr
  499. Flc_time_curr uintptr
  500. } /* corecrt.h:435:1 */
  501. type Pthreadlocinfo = uintptr /* corecrt.h:437:39 */
  502. type Pthreadmbcinfo = uintptr /* corecrt.h:438:36 */
  503. type Localeinfo_struct = struct {
  504. Flocinfo Pthreadlocinfo
  505. Fmbcinfo Pthreadmbcinfo
  506. } /* corecrt.h:441:9 */
  507. type X_locale_tstruct = Localeinfo_struct /* corecrt.h:444:3 */
  508. type X_locale_t = uintptr /* corecrt.h:444:19 */
  509. type TagLC_ID = struct {
  510. FwLanguage uint16
  511. FwCountry uint16
  512. FwCodePage uint16
  513. } /* corecrt.h:435:1 */
  514. type LC_ID = TagLC_ID /* corecrt.h:452:3 */
  515. type LPLC_ID = uintptr /* corecrt.h:452:9 */
  516. type Threadlocinfo = Threadlocaleinfostruct /* corecrt.h:487:3 */
  517. // ISO C Standard: 7.17 Common definitions <stddef.h>
  518. // Any one of these symbols __need_* means that GNU libc
  519. // wants us just to define one data type. So don't define
  520. // the symbols that indicate this file's entire job has been done.
  521. // snaroff@next.com says the NeXT needs this.
  522. // Irix 5.1 needs this.
  523. // In 4.3bsd-net2, machine/ansi.h defines these symbols, which are
  524. // defined if the corresponding type is *not* defined.
  525. // FreeBSD-2.1 defines _MACHINE_ANSI_H_ instead of _ANSI_H_
  526. // Sequent's header files use _PTRDIFF_T_ in some conflicting way.
  527. // Just ignore it.
  528. // On VxWorks, <type/vxTypesBase.h> may have defined macros like
  529. // _TYPE_size_t which will typedef size_t. fixincludes patched the
  530. // vxTypesBase.h so that this macro is only defined if _GCC_SIZE_T is
  531. // not defined, and so that defining this macro defines _GCC_SIZE_T.
  532. // If we find that the macros are still defined at this point, we must
  533. // invoke them so that the type is defined as expected.
  534. // In case nobody has defined these types, but we aren't running under
  535. // GCC 2.00, make sure that __PTRDIFF_TYPE__, __SIZE_TYPE__, and
  536. // __WCHAR_TYPE__ have reasonable values. This can happen if the
  537. // parts of GCC is compiled by an older compiler, that actually
  538. // include gstddef.h, such as collect2.
  539. // Signed type of difference of two pointers.
  540. // Define this type if we are doing the whole job,
  541. // or if we want this type in particular.
  542. // If this symbol has done its job, get rid of it.
  543. // Unsigned type of `sizeof' something.
  544. // Define this type if we are doing the whole job,
  545. // or if we want this type in particular.
  546. // Wide character type.
  547. // Locale-writers should change this as necessary to
  548. // be big enough to hold unique values not between 0 and 127,
  549. // and not (wchar_t) -1, for each defined multibyte character.
  550. // Define this type if we are doing the whole job,
  551. // or if we want this type in particular.
  552. // In 4.3bsd-net2, leave these undefined to indicate that size_t, etc.
  553. // are already defined.
  554. // BSD/OS 3.1 and FreeBSD [23].x require the MACHINE_ANSI_H check here.
  555. // A null pointer constant.
  556. // Offset of member MEMBER in a struct of type TYPE.
  557. // Type whose alignment is supported in every context and is at least
  558. //
  559. // as great as that of any standard type not using alignment
  560. // specifiers.
  561. type Max_align_t = struct {
  562. F__max_align_ll int64
  563. F__max_align_ld float64
  564. } /* stddef.h:427:3 */
  565. // Copyright (C) 1989-2020 Free Software Foundation, Inc.
  566. //
  567. // This file is part of GCC.
  568. //
  569. // GCC is free software; you can redistribute it and/or modify
  570. // it under the terms of the GNU General Public License as published by
  571. // the Free Software Foundation; either version 3, or (at your option)
  572. // any later version.
  573. //
  574. // GCC is distributed in the hope that it will be useful,
  575. // but WITHOUT ANY WARRANTY; without even the implied warranty of
  576. // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  577. // GNU General Public License for more details.
  578. //
  579. // Under Section 7 of GPL version 3, you are granted additional
  580. // permissions described in the GCC Runtime Library Exception, version
  581. // 3.1, as published by the Free Software Foundation.
  582. //
  583. // You should have received a copy of the GNU General Public License and
  584. // a copy of the GCC Runtime Library Exception along with this program;
  585. // see the files COPYING3 and COPYING.RUNTIME respectively. If not, see
  586. // <http://www.gnu.org/licenses/>.
  587. // ISO C Standard: 7.17 Common definitions <stddef.h>
  588. // *
  589. // This file has no copyright assigned and is placed in the Public Domain.
  590. // This file is part of the mingw-w64 runtime package.
  591. // No warranty is given; refer to the file DISCLAIMER.PD within this package.
  592. // *
  593. // This file has no copyright assigned and is placed in the Public Domain.
  594. // This file is part of the mingw-w64 runtime package.
  595. // No warranty is given; refer to the file DISCLAIMER.PD within this package.
  596. // Posix thread extensions.
  597. // Extension defined as by report VC 10+ defines error-numbers.
  598. // Defined as WSAETIMEDOUT.
  599. // *
  600. // This file has no copyright assigned and is placed in the Public Domain.
  601. // This file is part of the mingw-w64 runtime package.
  602. // No warranty is given; refer to the file DISCLAIMER.PD within this package.
  603. // *
  604. // This file has no copyright assigned and is placed in the Public Domain.
  605. // This file is part of the mingw-w64 runtime package.
  606. // No warranty is given; refer to the file DISCLAIMER.PD within this package.
  607. type X_ino_t = uint16 /* types.h:43:24 */
  608. type Ino_t = uint16 /* types.h:45:24 */
  609. type X_dev_t = uint32 /* types.h:51:22 */
  610. type Dev_t = uint32 /* types.h:53:22 */
  611. type X_pid_t = int32 /* types.h:60:13 */
  612. type Pid_t = X_pid_t /* types.h:68:16 */
  613. type X_mode_t = uint16 /* types.h:74:24 */
  614. type Mode_t = X_mode_t /* types.h:77:17 */
  615. type X_off_t = int32 /* _mingw_off_t.h:5:16 */
  616. type Off32_t = int32 /* _mingw_off_t.h:7:16 */
  617. type X_off64_t = int64 /* _mingw_off_t.h:13:39 */
  618. type Off64_t = int64 /* _mingw_off_t.h:15:39 */
  619. type Off_t = Off64_t /* _mingw_off_t.h:24:17 */
  620. type Useconds_t = uint32 /* types.h:84:22 */
  621. type Timespec = struct {
  622. Ftv_sec Time_t
  623. Ftv_nsec int32
  624. } /* types.h:89:1 */
  625. type Itimerspec = struct {
  626. Fit_interval struct {
  627. Ftv_sec Time_t
  628. Ftv_nsec int32
  629. }
  630. Fit_value struct {
  631. Ftv_sec Time_t
  632. Ftv_nsec int32
  633. }
  634. } /* types.h:94:1 */
  635. type X_sigset_t = uint32 /* types.h:106:23 */
  636. type X_PVFV = uintptr /* corecrt_startup.h:20:14 */
  637. type X_PIFV = uintptr /* corecrt_startup.h:21:13 */
  638. type X_PVFI = uintptr /* corecrt_startup.h:22:14 */
  639. type X_onexit_table_t1 = struct {
  640. F_first uintptr
  641. F_last uintptr
  642. F_end uintptr
  643. } /* corecrt_startup.h:24:9 */
  644. type X_onexit_table_t = X_onexit_table_t1 /* corecrt_startup.h:28:3 */
  645. type X_onexit_t = uintptr /* corecrt_startup.h:30:13 */
  646. // Includes a definition of _pid_t and pid_t
  647. // *
  648. // This file has no copyright assigned and is placed in the Public Domain.
  649. // This file is part of the mingw-w64 runtime package.
  650. // No warranty is given; refer to the file DISCLAIMER.PD within this package.
  651. type X_beginthread_proc_type = uintptr /* process.h:32:16 */
  652. type X_beginthreadex_proc_type = uintptr /* process.h:33:20 */
  653. type X_tls_callback_type = uintptr /* process.h:61:16 */
  654. // Copyright (C) 1992-2020 Free Software Foundation, Inc.
  655. //
  656. // This file is part of GCC.
  657. //
  658. // GCC is free software; you can redistribute it and/or modify it under
  659. // the terms of the GNU General Public License as published by the Free
  660. // Software Foundation; either version 3, or (at your option) any later
  661. // version.
  662. //
  663. // GCC is distributed in the hope that it will be useful, but WITHOUT ANY
  664. // WARRANTY; without even the implied warranty of MERCHANTABILITY or
  665. // FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
  666. // for more details.
  667. //
  668. // Under Section 7 of GPL version 3, you are granted additional
  669. // permissions described in the GCC Runtime Library Exception, version
  670. // 3.1, as published by the Free Software Foundation.
  671. //
  672. // You should have received a copy of the GNU General Public License and
  673. // a copy of the GCC Runtime Library Exception along with this program;
  674. // see the files COPYING3 and COPYING.RUNTIME respectively. If not, see
  675. // <http://www.gnu.org/licenses/>.
  676. // This administrivia gets added to the beginning of limits.h
  677. // if the system has its own version of limits.h.
  678. // We use _GCC_LIMITS_H_ because we want this not to match
  679. // any macros that the system's limits.h uses for its own purposes.
  680. // Use "..." so that we find syslimits.h only in this same directory.
  681. // syslimits.h stands for the system's own limits.h file.
  682. // If we can use it ok unmodified, then we install this text.
  683. // If fixincludes fixes it, then the fixed version is installed
  684. // instead of this text.
  685. // *
  686. // This file has no copyright assigned and is placed in the Public Domain.
  687. // This file is part of the mingw-w64 runtime package.
  688. // No warranty is given; refer to the file DISCLAIMER.PD within this package.
  689. // *
  690. // This file has no copyright assigned and is placed in the Public Domain.
  691. // This file is part of the mingw-w64 runtime package.
  692. // No warranty is given; refer to the file DISCLAIMER.PD within this package.
  693. // File system limits
  694. //
  695. // NOTE: Apparently the actual size of PATH_MAX is 260, but a space is
  696. // required for the NUL. TODO: Test?
  697. // NOTE: PATH_MAX is the POSIX equivalent for Microsoft's MAX_PATH; the two
  698. // are semantically identical, with a limit of 259 characters for the
  699. // path name, plus one for a terminating NUL, for a total of 260.
  700. // Copyright (C) 1991-2020 Free Software Foundation, Inc.
  701. //
  702. // This file is part of GCC.
  703. //
  704. // GCC is free software; you can redistribute it and/or modify it under
  705. // the terms of the GNU General Public License as published by the Free
  706. // Software Foundation; either version 3, or (at your option) any later
  707. // version.
  708. //
  709. // GCC is distributed in the hope that it will be useful, but WITHOUT ANY
  710. // WARRANTY; without even the implied warranty of MERCHANTABILITY or
  711. // FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
  712. // for more details.
  713. //
  714. // Under Section 7 of GPL version 3, you are granted additional
  715. // permissions described in the GCC Runtime Library Exception, version
  716. // 3.1, as published by the Free Software Foundation.
  717. //
  718. // You should have received a copy of the GNU General Public License and
  719. // a copy of the GCC Runtime Library Exception along with this program;
  720. // see the files COPYING3 and COPYING.RUNTIME respectively. If not, see
  721. // <http://www.gnu.org/licenses/>.
  722. // Number of bits in a `char'.
  723. // Maximum length of a multibyte character.
  724. // Minimum and maximum values a `signed char' can hold.
  725. // Maximum value an `unsigned char' can hold. (Minimum is 0).
  726. // Minimum and maximum values a `char' can hold.
  727. // Minimum and maximum values a `signed short int' can hold.
  728. // Maximum value an `unsigned short int' can hold. (Minimum is 0).
  729. // Minimum and maximum values a `signed int' can hold.
  730. // Maximum value an `unsigned int' can hold. (Minimum is 0).
  731. // Minimum and maximum values a `signed long int' can hold.
  732. // (Same as `int').
  733. // Maximum value an `unsigned long int' can hold. (Minimum is 0).
  734. // Minimum and maximum values a `signed long long int' can hold.
  735. // Maximum value an `unsigned long long int' can hold. (Minimum is 0).
  736. // Minimum and maximum values a `signed long long int' can hold.
  737. // Maximum value an `unsigned long long int' can hold. (Minimum is 0).
  738. // This administrivia gets added to the end of limits.h
  739. // if the system has its own version of limits.h.
  740. // *
  741. // This file has no copyright assigned and is placed in the Public Domain.
  742. // This file is part of the mingw-w64 runtime package.
  743. // No warranty is given; refer to the file DISCLAIMER.PD within this package.
  744. // *
  745. // This file has no copyright assigned and is placed in the Public Domain.
  746. // This file is part of the mingw-w64 runtime package.
  747. // No warranty is given; refer to the file DISCLAIMER.PD within this package.
  748. //
  749. // Copyright (c) 2013-2016 mingw-w64 project
  750. //
  751. // Permission is hereby granted, free of charge, to any person obtaining a
  752. // copy of this software and associated documentation files (the "Software"),
  753. // to deal in the Software without restriction, including without limitation
  754. // the rights to use, copy, modify, merge, publish, distribute, sublicense,
  755. // and/or sell copies of the Software, and to permit persons to whom the
  756. // Software is furnished to do so, subject to the following conditions:
  757. //
  758. // The above copyright notice and this permission notice shall be included in
  759. // all copies or substantial portions of the Software.
  760. //
  761. // THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
  762. // IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
  763. // FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
  764. // AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
  765. // LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
  766. // FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
  767. // DEALINGS IN THE SOFTWARE.
  768. // Windows has rudimentary signals support.
  769. type Sig_atomic_t = int32 /* signal.h:18:15 */
  770. type X__p_sig_fn_t = uintptr /* signal.h:48:16 */
  771. // *
  772. // This file has no copyright assigned and is placed in the Public Domain.
  773. // This file is part of the mingw-w64 runtime package.
  774. // No warranty is given; refer to the file DISCLAIMER.PD within this package.
  775. // *
  776. // This file has no copyright assigned and is placed in the Public Domain.
  777. // This file is part of the mingw-w64 runtime package.
  778. // No warranty is given; refer to the file DISCLAIMER.PD within this package.
  779. type X__timeb32 = struct {
  780. Ftime X__time32_t
  781. Fmillitm uint16
  782. Ftimezone int16
  783. Fdstflag int16
  784. F__ccgo_pad1 [2]byte
  785. } /* timeb.h:53:3 */
  786. type Timeb = struct {
  787. Ftime Time_t
  788. Fmillitm uint16
  789. Ftimezone int16
  790. Fdstflag int16
  791. F__ccgo_pad1 [2]byte
  792. } /* timeb.h:61:3 */
  793. type X__timeb64 = struct {
  794. Ftime X__time64_t
  795. Fmillitm uint16
  796. Ftimezone int16
  797. Fdstflag int16
  798. F__ccgo_pad1 [2]byte
  799. } /* timeb.h:69:3 */
  800. // maximum number of times a read lock may be obtained
  801. // No fork() in windows - so ignore this
  802. // unsupported stuff:
  803. type Pthread_once_t = int32 /* pthread.h:180:14 */
  804. type Pthread_mutexattr_t = uint32 /* pthread.h:181:18 */
  805. type Pthread_key_t = uint32 /* pthread.h:182:18 */
  806. type Pthread_barrierattr_t = uintptr /* pthread.h:183:14 */
  807. type Pthread_condattr_t = int32 /* pthread.h:184:13 */
  808. type Pthread_rwlockattr_t = int32 /* pthread.h:185:13 */
  809. //
  810. // struct _pthread_v;
  811. //
  812. // typedef struct pthread_t {
  813. // struct _pthread_v *p;
  814. // int x;
  815. // } pthread_t;
  816. type Pthread_t = Uintptr_t /* pthread.h:196:19 */
  817. type X_pthread_cleanup1 = struct {
  818. Ffunc uintptr
  819. Farg uintptr
  820. Fnext uintptr
  821. } /* pthread.h:198:9 */
  822. type X_pthread_cleanup = X_pthread_cleanup1 /* pthread.h:198:33 */
  823. // Note that if async cancelling is used, then there is a race here
  824. // Windows doesn't have this, so declare it ourselves.
  825. // Some POSIX realtime extensions, mostly stubbed
  826. type Sched_param = struct{ Fsched_priority int32 } /* pthread.h:239:1 */
  827. type Pthread_attr_t1 = struct {
  828. Fp_state uint32
  829. Fstack uintptr
  830. Fs_size Size_t
  831. Fparam struct{ Fsched_priority int32 }
  832. } /* pthread.h:251:9 */
  833. type Pthread_attr_t = Pthread_attr_t1 /* pthread.h:251:31 */
  834. // synchronization objects
  835. type Pthread_spinlock_t = Intptr_t /* pthread.h:268:18 */
  836. type Pthread_mutex_t = Intptr_t /* pthread.h:269:18 */
  837. type Pthread_cond_t = Intptr_t /* pthread.h:270:18 */
  838. type Pthread_rwlock_t = Intptr_t /* pthread.h:271:18 */
  839. type Pthread_barrier_t = uintptr /* pthread.h:272:14 */
  840. type Clockid_t = int32 /* pthread.h:389:13 */
  841. //
  842. // Copyright (c) 2011-2016 mingw-w64 project
  843. //
  844. // Permission is hereby granted, free of charge, to any person obtaining a
  845. // copy of this software and associated documentation files (the "Software"),
  846. // to deal in the Software without restriction, including without limitation
  847. // the rights to use, copy, modify, merge, publish, distribute, sublicense,
  848. // and/or sell copies of the Software, and to permit persons to whom the
  849. // Software is furnished to do so, subject to the following conditions:
  850. //
  851. // The above copyright notice and this permission notice shall be included in
  852. // all copies or substantial portions of the Software.
  853. //
  854. // THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
  855. // IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
  856. // FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
  857. // AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
  858. // LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
  859. // FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
  860. // DEALINGS IN THE SOFTWARE.
  861. // Set defines described by the POSIX Threads Extension (1003.1c-1995)
  862. // _SC_THREADS
  863. // Basic support for POSIX threads is available. The functions
  864. //
  865. // pthread_atfork(),
  866. // pthread_attr_destroy(),
  867. // pthread_attr_getdetachstate(),
  868. // pthread_attr_getschedparam(),
  869. // pthread_attr_init(),
  870. // pthread_attr_setdetachstate(),
  871. // pthread_attr_setschedparam(),
  872. // pthread_cancel(),
  873. // pthread_cleanup_push(),
  874. // pthread_cleanup_pop(),
  875. // pthread_cond_broadcast(),
  876. // pthread_cond_destroy(),
  877. // pthread_cond_init(),
  878. // pthread_cond_signal(),
  879. // pthread_cond_timedwait(),
  880. // pthread_cond_wait(),
  881. // pthread_condattr_destroy(),
  882. // pthread_condattr_init(),
  883. // pthread_create(),
  884. // pthread_detach(),
  885. // pthread_equal(),
  886. // pthread_exit(),
  887. // pthread_getspecific(),
  888. // pthread_join(,
  889. // pthread_key_create(),
  890. // pthread_key_delete(),
  891. // pthread_mutex_destroy(),
  892. // pthread_mutex_init(),
  893. // pthread_mutex_lock(),
  894. // pthread_mutex_trylock(),
  895. // pthread_mutex_unlock(),
  896. // pthread_mutexattr_destroy(),
  897. // pthread_mutexattr_init(),
  898. // pthread_once(),
  899. // pthread_rwlock_destroy(),
  900. // pthread_rwlock_init(),
  901. // pthread_rwlock_rdlock(),
  902. // pthread_rwlock_tryrdlock(),
  903. // pthread_rwlock_trywrlock(),
  904. // pthread_rwlock_unlock(),
  905. // pthread_rwlock_wrlock(),
  906. // pthread_rwlockattr_destroy(),
  907. // pthread_rwlockattr_init(),
  908. // pthread_self(),
  909. // pthread_setcancelstate(),
  910. // pthread_setcanceltype(),
  911. // pthread_setspecific(),
  912. // pthread_testcancel()
  913. //
  914. // are present.
  915. // _SC_READER_WRITER_LOCKS
  916. // This option implies the _POSIX_THREADS option. Conversely, under
  917. // POSIX 1003.1-2001 the _POSIX_THREADS option implies this option.
  918. //
  919. // The functions
  920. // pthread_rwlock_destroy(),
  921. // pthread_rwlock_init(),
  922. // pthread_rwlock_rdlock(),
  923. // pthread_rwlock_tryrdlock(),
  924. // pthread_rwlock_trywrlock(),
  925. // pthread_rwlock_unlock(),
  926. // pthread_rwlock_wrlock(),
  927. // pthread_rwlockattr_destroy(),
  928. // pthread_rwlockattr_init()
  929. //
  930. // are present.
  931. // _SC_SPIN_LOCKS
  932. // This option implies the _POSIX_THREADS and _POSIX_THREAD_SAFE_FUNCTIONS
  933. // options. The functions
  934. //
  935. // pthread_spin_destroy(),
  936. // pthread_spin_init(),
  937. // pthread_spin_lock(),
  938. // pthread_spin_trylock(),
  939. // pthread_spin_unlock()
  940. //
  941. // are present.
  942. // _SC_BARRIERS
  943. // This option implies the _POSIX_THREADS and _POSIX_THREAD_SAFE_FUNCTIONS
  944. // options. The functions
  945. //
  946. // pthread_barrier_destroy(),
  947. // pthread_barrier_init(),
  948. // pthread_barrier_wait(),
  949. // pthread_barrierattr_destroy(),
  950. // pthread_barrierattr_init()
  951. //
  952. // are present.
  953. // _SC_TIMEOUTS
  954. // The functions
  955. //
  956. // mq_timedreceive(), - not supported
  957. // mq_timedsend(), - not supported
  958. // posix_trace_timedgetnext_event(), - not supported
  959. // pthread_mutex_timedlock(),
  960. // pthread_rwlock_timedrdlock(),
  961. // pthread_rwlock_timedwrlock(),
  962. // sem_timedwait(),
  963. //
  964. // are present.
  965. // _SC_TIMERS - not supported
  966. // The functions
  967. //
  968. // clock_getres(),
  969. // clock_gettime(),
  970. // clock_settime(),
  971. // nanosleep(),
  972. // timer_create(),
  973. // timer_delete(),
  974. // timer_gettime(),
  975. // timer_getoverrun(),
  976. // timer_settime()
  977. //
  978. // are present.
  979. // #undef _POSIX_TIMERS
  980. // _SC_CLOCK_SELECTION
  981. // This option implies the _POSIX_TIMERS option. The functions
  982. //
  983. // pthread_condattr_getclock(),
  984. // pthread_condattr_setclock(),
  985. // clock_nanosleep()
  986. //
  987. // are present.
  988. // _SC_SEMAPHORES
  989. // The include file <semaphore.h> is present. The functions
  990. //
  991. // sem_close(),
  992. // sem_destroy(),
  993. // sem_getvalue(),
  994. // sem_init(),
  995. // sem_open(),
  996. // sem_post(),
  997. // sem_trywait(),
  998. // sem_unlink(),
  999. // sem_wait()
  1000. //
  1001. // are present.
  1002. // Wrap cancellation points.
  1003. // We deal here with a gcc issue for posix threading on Windows.
  1004. // We would need to change here gcc's gthr-posix.h header, but this
  1005. // got rejected. So we deal it within this header.
  1006. var _ int8 /* gen.c:2:13: */