代码搜索:pThread
找到约 7,828 项符合「pThread」的源代码
代码结果 7,828
www.eeworm.com/read/200278/5070981
c timeout.c
#include "apue.h"
#include
#include
#include
extern int makethread(void *(*)(void *), void *);
struct to_info {
void (*to_fn)(void *); /* function */
void *to_arg
www.eeworm.com/read/200278/5071059
c reread.c
#include "apue.h"
#include
#include
sigset_t mask;
extern int already_running(void);
void
reread(void)
{
/* ... */
}
void *
thr_fn(void *arg)
{
int err, signo;
for (;;)
www.eeworm.com/read/192230/5159780
c usrthfork.c
#include
#include
#include
int main(void){
pid_t pid;
switch (pid = fork()){
case 0:
printf("child\n");
break;
default:
printf("parent\n");
br
www.eeworm.com/read/180227/5287654
c rt_sig_mmap2.c
/*
* Written by Der Herr Hofrat, der.herr@hofr.at
* (C) 2002 FSMLabs
* License: GPL Version 2
*/
#include
#include
#include
#include
#include
www.eeworm.com/read/180227/5287663
c rt_kthread.c
/*
* Written by Der Herr Hofrat, der.herr@hofr.at
* (C) 2002 FSMLabs
* License: GPL Version 2
*/
#include
#include
#include
#include
#include
www.eeworm.com/read/180227/5287787
c stack_ptr.c
/*
* Written by Der Herr Hofrat, der.herr@hofr.at
* (C) 2002 FSMLabs
* License: GPL Version 2
*/
#include
#include
#include
#include
#include
www.eeworm.com/read/339586/3298238
makefile
# $Id: Makefile,v 1.144 2004/05/18 01:40:48 jason Exp $
BUILD = ../../build
include $(BUILD)/Makefile.pre
PACKAGES += DTLS_WRAPPER RUTIL OPENSSL PTHREAD SRTP ARES
CODE_SUBDIRS =
SRC = CreateCert.
www.eeworm.com/read/339446/3308875
conf qmake.conf
#
# qmake configuration for hpux-o64
#
# We define _POSIX_C_SOURCE to 199506L when using threads, therefore
# we also need to redefine _HPUX_SOURCE.
# From pthread(3t):
# Some documentation will reco
www.eeworm.com/read/339446/3309059
conf qmake.conf
#
# qmake configuration for hpux-n64
#
# We define _POSIX_C_SOURCE to 199506L when using threads, therefore
# we also need to redefine _HPUX_SOURCE.
# From pthread(3t):
# Some documentation will reco
www.eeworm.com/read/338072/3320717
makefile
# $Id: Makefile,v 1.4 2002/11/09 01:53:16 derekm Exp $
BUILD = ../../build
include $(BUILD)/Makefile.pre
PACKAGES += LIBIMAP UTIL PTHREAD PAM
ifeq ($(USE_SSL),1)
PACKAGES += OPENSSL
endif
TARGET_