代码搜索:threaded

找到约 881 项符合「threaded」的源代码

代码结果 881
www.eeworm.com/read/241361/13152329

c hello_multi.c

/* hello_multi.c - a multi-threaded hello world program */ #include #include #define NUM 5 main() { pthread_t t1, t2; /* two threads */ void *print_msg(void *); pthrea
www.eeworm.com/read/240985/13181943

cpp emp5_04.cpp

// emp5_04 btre4; #include "btrechar.h" bitre insuc(bitre p) { bitre q; if (p!=NULL){ q=p->rchild; if (p->rtag==0) while (q->ltag==0) q=q->lchild; return q; } } void main
www.eeworm.com/read/308733/13694206

am makefile.am

# $Id: Makefile.am,v 1.8 2001/12/22 03:16:21 robs Exp $ noinst_PROGRAMS = authorizer \ echo \ echo-x \
www.eeworm.com/read/136989/5838686

makefile

#---------------------------------------------------------------------------- # # Makefile,v 1.1 2003/06/19 00:36:04 dengg Exp # # Makefile for the TAO AMH "Latency" performance-tests
www.eeworm.com/read/136989/5838867

makefile

#---------------------------------------------------------------------------- # # Makefile,v 1.2 2003/01/06 22:11:00 bala Exp # # Makefile for the TAO performance-tests # #----------
www.eeworm.com/read/136989/5839109

makefile

#---------------------------------------------------------------------------- # # Makefile,v 1.1 2002/01/27 21:06:36 ossama Exp # # Makefile for the TAO AMH "Latency" performance-tests
www.eeworm.com/read/127438/6005043

c wait_tcp.c

request_ptr = &global_request[*request]; if (request_ptr->xfer_completed) { if (status) *status = request_ptr->status; err = request_ptr->status.MPI_ERROR; /* Is there other rundown code,
www.eeworm.com/read/112162/6150884

m4 config.m4

dnl ## XXX - Need a more thorough check of the proper flags to use if test "$MPM_NAME" = "threaded" ; then APACHE_FAST_OUTPUT(server/mpm/$MPM_NAME/Makefile) APACHE_MPM_PTHREAD fi
www.eeworm.com/read/130781/14174373

c hello_multi.c

/* hello_multi.c - a multi-threaded hello world program */ #include #include #define NUM 5 main() { pthread_t t1, t2; /* two threads */ void *print_msg(void *); pthrea
www.eeworm.com/read/173682/9643567

c sched.c

/* ---------------------------------------------------------------------------- CFL - A C Foundation Library Copyright (C) 1994-2003 Mark A Lindner This file is part of CFL. This lib