PostgreSQL Source Code
git master
|
#include "postgres.h"
#include <stdio.h>
#include <stdlib.h>
#include <unistd.h>
#include <netdb.h>
#include <sys/types.h>
#include <pwd.h>
#include <string.h>
#include <fcntl.h>
#include <errno.h>
#include <signal.h>
Go to the source code of this file.
Functions | |
int | sigwait (const sigset_t *set, int *sig) |
int | main (int argc, char *argv[]) |
int main | ( | int | argc, |
char * | argv[] | ||
) |
Definition at line 58 of file thread_test.c.
References close, fd(), fprintf, printf, pthread_mutex_lock(), pthread_mutex_unlock(), pthread_t, and strerror.
int sigwait | ( | const sigset_t * | set, |
int * | sig | ||
) |
Referenced by PQgssEncInUse().