diff options
Diffstat (limited to 'vendor/modernc.org/libc/pthread/pthread_windows_amd64.go')
-rw-r--r-- | vendor/modernc.org/libc/pthread/pthread_windows_amd64.go | 67 |
1 files changed, 33 insertions, 34 deletions
diff --git a/vendor/modernc.org/libc/pthread/pthread_windows_amd64.go b/vendor/modernc.org/libc/pthread/pthread_windows_amd64.go index 7e8612cb3..31f34badd 100644 --- a/vendor/modernc.org/libc/pthread/pthread_windows_amd64.go +++ b/vendor/modernc.org/libc/pthread/pthread_windows_amd64.go @@ -1,4 +1,4 @@ -// Code generated by 'ccgo pthread/gen.c -crt-import-path "" -export-defines "" -export-enums "" -export-externs X -export-fields F -export-structs "" -export-typedefs "" -hide _OSSwapInt16,_OSSwapInt32,_OSSwapInt64 -o pthread/pthread_windows_amd64.go -pkgname pthread', DO NOT EDIT. +// 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 -o pthread\pthread_windows_amd64.go -pkgname pthread', DO NOT EDIT. package pthread @@ -297,6 +297,7 @@ const ( X_P_NOWAITO = 3 X_P_OVERLAY = 2 X_P_WAIT = 0 + X_REENTRANT = 1 X_RSIZE_T_DEFINED = 0 X_SECURECRT_ERRCODE_VALUES_DEFINED = 0 X_SECURECRT_FILL_BUFFER_PATTERN = 0xFD @@ -625,7 +626,7 @@ type Threadlocinfo = Threadlocaleinfostruct /* crtdefs.h:468:3 */ type Max_align_t = struct { F__max_align_ll int64 F__max_align_ld float64 -} /* stddef.h:427:3 */ +} /* stddef.h:426:3 */ // Copyright (C) 1989-2018 Free Software Foundation, Inc. // @@ -702,21 +703,21 @@ type Off_t = Off64_t /* _mingw_off_t.h:24:17 */ type Useconds_t = uint32 /* types.h:84:22 */ type Timespec = struct { - Ftv_sec Time_t - Ftv_nsec int32 - _ [4]byte + Ftv_sec Time_t + Ftv_nsec int32 + F__ccgo_pad1 [4]byte } /* types.h:89:1 */ type Itimerspec = struct { Fit_interval struct { - Ftv_sec Time_t - Ftv_nsec int32 - _ [4]byte + Ftv_sec Time_t + Ftv_nsec int32 + F__ccgo_pad1 [4]byte } Fit_value struct { - Ftv_sec Time_t - Ftv_nsec int32 - _ [4]byte + Ftv_sec Time_t + Ftv_nsec int32 + F__ccgo_pad1 [4]byte } } /* types.h:94:1 */ @@ -736,8 +737,6 @@ type X_onexit_table_t = X_onexit_table_t1 /* corecrt_startup.h:28:3 */ type X_onexit_t = uintptr /* corecrt_startup.h:30:13 */ -type X_tls_callback_type = uintptr /* process.h:58:16 */ - // Copyright (C) 1992-2018 Free Software Foundation, Inc. // // This file is part of GCC. @@ -895,27 +894,27 @@ type X__p_sig_fn_t = uintptr /* signal.h:48:16 */ // No warranty is given; refer to the file DISCLAIMER.PD within this package. type X__timeb32 = struct { - Ftime X__time32_t - Fmillitm uint16 - Ftimezone int16 - Fdstflag int16 - _ [2]byte + Ftime X__time32_t + Fmillitm uint16 + Ftimezone int16 + Fdstflag int16 + F__ccgo_pad1 [2]byte } /* timeb.h:53:3 */ type Timeb = struct { - Ftime Time_t - Fmillitm uint16 - Ftimezone int16 - Fdstflag int16 - _ [2]byte + Ftime Time_t + Fmillitm uint16 + Ftimezone int16 + Fdstflag int16 + F__ccgo_pad1 [2]byte } /* timeb.h:61:3 */ type X__timeb64 = struct { - Ftime X__time64_t - Fmillitm uint16 - Ftimezone int16 - Fdstflag int16 - _ [2]byte + Ftime X__time64_t + Fmillitm uint16 + Ftimezone int16 + Fdstflag int16 + F__ccgo_pad1 [2]byte } /* timeb.h:69:3 */ // maximum number of times a read lock may be obtained @@ -958,12 +957,12 @@ type X_pthread_cleanup = X_pthread_cleanup1 /* pthread.h:198:33 */ type Sched_param = struct{ Fsched_priority int32 } /* pthread.h:239:1 */ type Pthread_attr_t1 = struct { - Fp_state uint32 - _ [4]byte - Fstack uintptr - Fs_size Size_t - Fparam struct{ Fsched_priority int32 } - _ [4]byte + Fp_state uint32 + F__ccgo_pad1 [4]byte + Fstack uintptr + Fs_size Size_t + Fparam struct{ Fsched_priority int32 } + F__ccgo_pad2 [4]byte } /* pthread.h:251:9 */ type Pthread_attr_t = Pthread_attr_t1 /* pthread.h:251:31 */ |