代码搜索:pThread
找到约 7,828 项符合「pThread」的源代码
代码结果 7,828
www.eeworm.com/read/367640/9739218
c stop.c
#include
#include
#include
#include
#include
#include "rt_com.h"
#include "rt_comP.h"
pthread_t thread;
int fifo_size=4000;
int period=100
www.eeworm.com/read/175598/9540720
nonportable readme.nonportable
This file documents non-portable functions and other issues.
Non-portable functions included in pthreads-win32
-------------------------------------------------
BOOL
pthread_win32_test_features_np(i
www.eeworm.com/read/417321/10995253
nonportable readme.nonportable
This file documents non-portable functions and other issues.
Non-portable functions included in pthreads-win32
-------------------------------------------------
BOOL
pthread_win32_test_features_np(i
www.eeworm.com/read/454975/7380729
nonportable readme.nonportable
This file documents non-portable functions and other issues.
Non-portable functions included in pthreads-win32
-------------------------------------------------
BOOL
pthread_win32_test_feature
www.eeworm.com/read/484925/6568972
nonportable readme.nonportable
This file documents non-portable functions and other issues.
Non-portable functions included in pthreads-win32
-------------------------------------------------
BOOL
pthread_win32_test_feature
www.eeworm.com/read/220223/14846805
nonportable readme.nonportable
This file documents non-portable functions and other issues.
Non-portable functions included in pthreads-win32
-------------------------------------------------
BOOL
pthread_win32_test_feature
www.eeworm.com/read/135686/5882974
makefile
################################
# Makefile for the remote daemon
################################
CC = gcc
CFLAGS = -pthread -DHAVE_REMOTE -DHAVE_SNPRINTF
#flags for debugging: -D_DEBUG
www.eeworm.com/read/135686/5883318
makefile
################################
# Makefile for the remote daemon
################################
CC = gcc
CFLAGS = -pthread -DHAVE_REMOTE -DHAVE_SNPRINTF
#flags for debugging: -D_DEBUG
www.eeworm.com/read/109915/6172220
makefile
################################
# Makefile for the remote daemon
################################
CC = gcc
CFLAGS = -pthread -DHAVE_REMOTE -DHAVE_SNPRINTF
#flags for debugging: -D_DEBUG
www.eeworm.com/read/207008/15284260
h specific.h
/*
* This is a reimplementation of a subset of the pthread_getspecific/setspecific
* interface. This appears to outperform the standard linuxthreads one
* by a significant margin.
* The major rest