#include <stdlib.h>
#include <stdio.h>
#include <string.h>
#include <errno.h>
#include <sys/socket.h>
#include <sys/stat.h>
#include <sys/types.h>
#include <unistd.h>
#include <signal.h>
#include <pthread.h>
#include <fcntl.h>
Go to the source code of this file.
- Copyright
- SPDX-FileCopyrightText: 2026 European Southern Observatory (ESO) SPDX-License-Identifier: LGPL-3.0-only
◆ _REENTRANT
◆ ngcbPROCESS_T
| typedef void(ngcbTHREAD::* ngcbPROCESS_T) (ngcbTHREAD *thread, void *arg) |
◆ ngcbTHREAD_T
Thread handle type (thread-id)
◆ ngcbTHREAD_ExecProc()
| void * ngcbTHREAD_ExecProc |
( |
void * | arg | ) |
|
C-linkage startup routine
◆ ngcbInSignalHandler