代码搜索:pThread
找到约 7,828 项符合「pThread」的源代码
代码结果 7,828
www.eeworm.com/read/121597/14750170
m4 gnome-pthread-check.m4
dnl
dnl And better, use gthreads instead...
dnl
AC_DEFUN([GNOME_PTHREAD_CHECK],[
PTHREAD_LIB=""
AC_CHECK_LIB(pthread, pthread_create, PTHREAD_LIB="-lpthread",
[AC_CHECK_LIB(pthreads, pthread_crea
www.eeworm.com/read/168845/5433462
ipp boost_has_pthread_ma_st.ipp
// (C) Copyright John Maddock 2001.
// Use, modification and distribution are subject to the
// Boost Software License, Version 1.0. (See accompanying file
// LICENSE_1_0.txt or copy at http
www.eeworm.com/read/388802/8574356
c thread.c
#include
#include
#include
#include
#include
#include
void *foo(void *arg);
int main(int argc, char **argv)
{
pthread_t tid;
int
www.eeworm.com/read/185315/9043550
c 实例10-3.c
#include
#include
pthread_key_t key;
void echomsg(int t)
{
printf("destructor excuted in thread %d,param=%d\n",pthread_self(),t);
}
void * child1(void *arg)
{
i
www.eeworm.com/read/282753/9069679
c 实例10-3.c
#include
#include
pthread_key_t key;
void echomsg(int t)
{
printf("destructor excuted in thread %d,param=%d\n",pthread_self(),t);
}
void * child1(void *arg)
{
i
www.eeworm.com/read/184780/9076749
c 实例10-3.c
#include
#include
pthread_key_t key;
void echomsg(int t)
{
printf("destructor excuted in thread %d,param=%d\n",pthread_self(),t);
}
void * child1(void *arg)
{
i
www.eeworm.com/read/380147/9160015
h mutex.h
/*
* this file implement a mutex for data share and competitions!
*/
#include
#include
#include
class MyJmutex
{
public:
MyJmutex();
~MyJmutex();
void lock(v
www.eeworm.com/read/175598/9540396
c rwlock6_t.c
/*
* rwlock6_t.c
*
*
* --------------------------------------------------------------------------
*
* Pthreads-win32 - POSIX Threads Library for Win32
* Copyright(C) 1998 John E. Boss
www.eeworm.com/read/170114/9818977
c 12-3.c
#include
#include
pthread_key_t key;
void echomsg(int t)
{
printf("destructor excuted in thread %d,param=%d\n",pthread_self(),t);
}
void * child1(voi
www.eeworm.com/read/157145/10246261
ʵ
#include
#include
pthread_key_t key;
void echomsg(int t)
{
printf("destructor excuted in thread %d,param=%d\n",pthread_self(),t);
}
void * child1(void *arg)
{
i