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

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