代码搜索:pthread_create
找到约 436 项符合「pthread_create」的源代码
代码结果 436
www.eeworm.com/read/350337/10749831
cpp test2.cpp
#include
#include
void* pmsg(void* p)
{
char *msg;
msg = (char*)p;
printf("%s ", msg);
}
int main(int argc, char *argv)
{
pthread_t t1, t2;
pthread_attr_t a1, a2;
char *msg1 =
www.eeworm.com/read/399161/7885026
c twordcount2.c
/* twordcount2.c - threaded word counter for two files. */
/* version 2: uses mutex to lock counter */
#include
#include
#include
int
www.eeworm.com/read/142273/12953688
c thread.c
#include "./../inc/screen.h"
void *prttime( void *ptr )
{
while( 1 )
{
plot( 51, 2, getsystime() );
sleep(1);
}
}
/**在指定位置显示时间的函数**/
void PtrTime()
{
int thr_id1;
pthread_t p_thread
www.eeworm.com/read/241361/13152337
c twordcount2.c
/* twordcount2.c - threaded word counter for two files. */
/* version 2: uses mutex to lock counter */
#include
#include
#include
int
www.eeworm.com/read/130781/14174375
c twordcount2.c
/* twordcount2.c - threaded word counter for two files. */
/* version 2: uses mutex to lock counter */
#include
#include
#include
int
www.eeworm.com/read/177968/9425424
c simple_threads.c
/********************************************************
* An example source module to accompany...
*
* "Using POSIX Threads: Programming with Pthreads"
* by Brad nichols, Dick Buttlar, Jacki
www.eeworm.com/read/275188/10830638
c timertest.c
////////////////////////////////////////////////////////////////////////////
//
// Copyright (c) 2002 Xilinx, Inc. All rights reserved.
//
// Xilinx, Inc.
// XILINX IS PROVIDING THIS DESIGN, CODE, OR
www.eeworm.com/read/275188/10830680
c timertest.c
////////////////////////////////////////////////////////////////////////////
//
// Copyright (c) 2002 Xilinx, Inc. All rights reserved.
//
// Xilinx, Inc.
// XILINX IS PROVIDING THIS DESIGN, CODE, OR
www.eeworm.com/read/272641/10951122
c main_work.c
#include"nesoft.h"
#include"press.c"
#include"bookstore.c"
#include"bookbuyer.c"
main ()
{
char a_id='A';
char b_id='B';
char c_id='C';
char d_id='D';
char e_id='E';
char
www.eeworm.com/read/468155/6994385
c timertest.c
////////////////////////////////////////////////////////////////////////////
//
// Copyright (c) 2002 Xilinx, Inc. All rights reserved.
//
// Xilinx, Inc.
// XILINX IS PROVIDING THIS DESIGN, CODE, OR