|
PFUNC
1.0
|
Go to the source code of this file.
Defines | |
| #define | PFUNC_HAVE_ERRNO_H 1 |
| #define | PFUNC_HAVE_LIMITS_H 1 |
| #define | PFUNC_HAVE_SYSCTL_H 1 |
| #define | PFUNC_HAVE_SYS_RESOURCE_H 1 |
| #define | PFUNC_HAVE_SYSCALL_H 1 |
| #define | PFUNC_HAVE_UNISTD_H 1 |
| #define | PFUNC_HAVE_TIME_H 1 |
| #define | PFUNC_HAVE_SYS_TIME_H 1 |
| #define | PFUNC_HAVE_SCHED_H 1 |
| #define | PFUNC_HAVE_STDINT_H 1 |
| #define | PFUNC_HAVE_HASH_MAP_H 1 |
| #define | PFUNC_HAVE_PTHREAD_H 1 |
| #define | PFUNC_X86 1 |
| #define | PFUNC_LINUX 1 |
| #define | PFUNC_HAVE_PTHREADS 1 |
| #define | PFUNC_HAVE_FUTEX 1 |
| #define | PFUNC_HAVE_TLS 1 |
| #define | PFUNC_HAVE_SCHED_AFFINITY 1 |
| #define | PFUNC_HAVE_INLINE 1 |
| #define | PFUNC_PTHREAD_YIELD 1 |
| #define PFUNC_HAVE_ERRNO_H 1 |
Do we have errno.h
| #define PFUNC_HAVE_FUTEX 1 |
Do we have futexes (Linux 2.6 and later)
| #define PFUNC_HAVE_HASH_MAP_H 1 |
Do we have hash_map.h
| #define PFUNC_HAVE_INLINE 1 |
Do we have inline support in C compiler
| #define PFUNC_HAVE_LIMITS_H 1 |
Do we have limits.h
| #define PFUNC_HAVE_PTHREAD_H 1 |
Do we have pthread.h
| #define PFUNC_HAVE_PTHREADS 1 |
Are we running Windows Are we running Darwin Are we running AIX Do we have Windows threads Do we have pthreads
| #define PFUNC_HAVE_SCHED_AFFINITY 1 |
Do we have a means of setting the scheduler affinities
| #define PFUNC_HAVE_SCHED_H 1 |
Do we have sched.h
| #define PFUNC_HAVE_STDINT_H 1 |
Do we have stdint.h
| #define PFUNC_HAVE_SYS_RESOURCE_H 1 |
Do we have sys/resource.h
| #define PFUNC_HAVE_SYS_TIME_H 1 |
Do we have sys/time.h
| #define PFUNC_HAVE_SYSCALL_H 1 |
Do we have syscall.h
| #define PFUNC_HAVE_SYSCTL_H 1 |
Do we have sys/sysctl.h
| #define PFUNC_HAVE_TIME_H 1 |
Do we have time.h
| #define PFUNC_HAVE_TLS 1 |
Do we have thread local storage (__thread). Compiler specific
| #define PFUNC_HAVE_UNISTD_H 1 |
Do we have unistd.h
| #define PFUNC_LINUX 1 |
Are we running on powerpc Are we running Linux
| #define PFUNC_PTHREAD_YIELD 1 |
Do we have __inline support in C compiler Do we have __inline__ support in C compiler Do we have SwitchToThread () Do we have pthread_yield ()
| #define PFUNC_X86 1 |
Are we running under Intel x86 architecture
1.7.6.1