代码搜索:pThread
找到约 7,828 项符合「pThread」的源代码
代码结果 7,828
www.eeworm.com/read/382361/2637631
h compat.h
#include
#include
#define SIGUSR1 RTL_SIGUSR1
#define SIGALARM RTL_SIGRTMAX
#define printf rtl_printf
#define perror rtl_printf
#define sigemptyset rtl_sigemptyset
#define sigset
www.eeworm.com/read/382361/2637639
h compat.h
#include
#include
#define SIGUSR1 RTL_SIGUSR1
#define SIGALARM RTL_SIGRTMAX
#define printf rtl_printf
#define perror rtl_printf
#define sigemptyset rtl_sigemptyset
#define sigset
www.eeworm.com/read/382361/2637648
h compat.h
#include
#include
#define SIGUSR1 RTL_SIGUSR1
#define SIGALARM RTL_SIGRTMAX
#define printf rtl_printf
#define perror rtl_printf
#define sigemptyset rtl_sigemptyset
#define sigset
www.eeworm.com/read/382361/2637659
h compat.h
#include
#include
#define SIGUSR1 RTL_SIGUSR1
#define SIGALARM RTL_SIGRTMAX
#define printf rtl_printf
#define perror rtl_printf
#define sigemptyset rtl_sigemptyset
#define sigset
www.eeworm.com/read/376006/2717761
pgc descriptor.pgc
#ifdef ENABLE_THREAD_SAFETY
#ifdef WIN32
#define WIN32_LEAN_AND_MEAN
#include
#include
#else
#include
#endif
#endif
#include
#define THREADS 16
#define
www.eeworm.com/read/375190/2725808
c thread_leak_test.c
#ifndef GC_THREADS
# define GC_THREADS
#endif /* GC_THREADS */
#include "leak_detector.h"
#include
#include
void * test(void * arg) {
int *p[10];
int i;
GC_find_lea
www.eeworm.com/read/366702/2882245
c convert-dfp-round-thread.c
/* { dg-options "-std=gnu99 -D_GNU_SOURCE -pthread" } */
/* { dg-do run { target i?86-*-linux* x86_64-*-linux* } } */
/* N1150 5.2: Conversions among decimal floating types and between
decimal flo
www.eeworm.com/read/360437/2961251
ac mutex.ac
# $Id: mutex.ac,v 11.38 2002/07/25 20:07:52 sue Exp $
# POSIX pthreads tests: inter-process safe and intra-process only.
#
# We need to run a test here, because the PTHREAD_PROCESS_SHARED flag compil
www.eeworm.com/read/357022/3033690
h config.h
/* config.h. Generated by configure. */
/* #undef _SOCKADDR_LEN */
#define HAVE_FCNTL_H 1
#define HAVE_PATHS_H 1
/* #undef HAVE_SYS_TIMERS_H */
/* #undef SYS_CDEFS_H */
/* #undef _POSIX_PTHREAD_SEMA
www.eeworm.com/read/160611/5568471
makefile_freebsd
# Make PortAudio for FreeBSD
LIBS = -lm -pthread
CDEFINES = -I../pa_common
CFLAGS = -g
PASRC = ../pa_common/pa_lib.c pa_freebsd.c
PAINC = ../pa_common/portaudio.h
# Tests that work.
#TESTC = $(P