xref: /third_party/musl/arch/i386/bits/sem.h
  • Home
  • History
  • Annotate Annotate
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
  • only in /third_party/musl/arch/i386/bits/
1570af302Sopenharmony_cistruct semid_ds {
2570af302Sopenharmony_ci	struct ipc_perm sem_perm;
3570af302Sopenharmony_ci	unsigned long __sem_otime_lo;
4570af302Sopenharmony_ci	unsigned long __sem_otime_hi;
5570af302Sopenharmony_ci	unsigned long __sem_ctime_lo;
6570af302Sopenharmony_ci	unsigned long __sem_ctime_hi;
7570af302Sopenharmony_ci	unsigned short sem_nsems;
8570af302Sopenharmony_ci	char __sem_nsems_pad[sizeof(long)-sizeof(short)];
9570af302Sopenharmony_ci	long __unused3;
10570af302Sopenharmony_ci	long __unused4;
11570af302Sopenharmony_ci	time_t sem_otime;
12570af302Sopenharmony_ci	time_t sem_ctime;
13570af302Sopenharmony_ci};
14

Indexes created Thu Nov 07 10:32:03 CST 2024