QtCore/qfunctions_nacl.h Source File
Go to the documentation of this file.
42 #ifndef QNACLUNIMPLEMENTED_H
43 #define QNACLUNIMPLEMENTED_H
47 #include <sys/types.h>
51 #define PTHREAD_CANCEL_DISABLE 1
52 #define PTHREAD_CANCEL_ENABLE 2
53 #define PTHREAD_INHERIT_SCHED 3
63 void pthread_cleanup_push(
void (*handler)(
void *),
void *arg);
64 void pthread_cleanup_pop(
int execute);
66 int pthread_setcancelstate(
int state,
int *oldstate);
67 int pthread_setcanceltype(
int type,
int *oldtype);
68 void pthread_testcancel(
void);
69 int pthread_cancel(pthread_t thread);
71 int pthread_attr_setinheritsched(pthread_attr_t *attr,
73 int pthread_attr_getinheritsched(
const pthread_attr_t *attr,
79 int fcntl(
int fildes,
int cmd, ...);
80 int sigaction(
int sig,
const struct sigaction * act,
struct sigaction * oact);
83 off64_t ftello64(
void *stream);
84 off64_t lseek64(
int fildes, off_t
offset,
int whence);
85 int open64(
const char *path,
int oflag, ...);
89 int select(
int nfds, fd_set * readfds, fd_set * writefds, fd_set * errorfds,
struct timeval * timeout);
97 #endif //QNACLUNIMPLEMENTED_H
GLuint GLuint GLsizei GLenum type
#define QT_BEGIN_NAMESPACE