Changeset View
Changeset View
Standalone View
Standalone View
lib/libthr/thread/thr_private.h
Show First 20 Lines • Show All 858 Lines • ▼ Show 20 Lines | |||||
int _pthread_mutex_consistent(pthread_mutex_t * _Nonnull); | int _pthread_mutex_consistent(pthread_mutex_t * _Nonnull); | ||||
int _pthread_mutexattr_getrobust(pthread_mutexattr_t * _Nonnull __restrict, | int _pthread_mutexattr_getrobust(pthread_mutexattr_t * _Nonnull __restrict, | ||||
int * _Nonnull __restrict); | int * _Nonnull __restrict); | ||||
int _pthread_mutexattr_setrobust(pthread_mutexattr_t * _Nonnull, int); | int _pthread_mutexattr_setrobust(pthread_mutexattr_t * _Nonnull, int); | ||||
/* #include <fcntl.h> */ | /* #include <fcntl.h> */ | ||||
#ifdef _SYS_FCNTL_H_ | #ifdef _SYS_FCNTL_H_ | ||||
#ifndef _LIBC_PRIVATE_H_ | #ifndef _LIBC_PRIVATE_H_ | ||||
int __sys_fcntl(int, int, ...); | int __sys_fcntl(int, int, intptr_t); | ||||
int __sys_openat(int, const char *, int, ...); | int __sys_openat(int, const char *, int, int); | ||||
#endif /* _LIBC_PRIVATE_H_ */ | #endif /* _LIBC_PRIVATE_H_ */ | ||||
#endif /* _SYS_FCNTL_H_ */ | #endif /* _SYS_FCNTL_H_ */ | ||||
/* #include <signal.h> */ | /* #include <signal.h> */ | ||||
#ifdef _SIGNAL_H_ | #ifdef _SIGNAL_H_ | ||||
#ifndef _LIBC_PRIVATE_H_ | #ifndef _LIBC_PRIVATE_H_ | ||||
int __sys_sigaction(int, const struct sigaction *, struct sigaction *); | int __sys_sigaction(int, const struct sigaction *, struct sigaction *); | ||||
int __sys_sigprocmask(int, const sigset_t *, sigset_t *); | int __sys_sigprocmask(int, const sigset_t *, sigset_t *); | ||||
▲ Show 20 Lines • Show All 234 Lines • Show Last 20 Lines |