代码搜索:pThread
找到约 7,828 项符合「pThread」的源代码
代码结果 7,828
www.eeworm.com/read/169565/9851636
c gps.c
#include
#include
#include
#include
#include
#include
#include
#include // Must include . or,
www.eeworm.com/read/363975/9927414
am makefile.am
EXTRA_DIST=master system LOAD
DEFS= @DEFS@ $(PTHREAD_CFLAGS) -DG_LOG_DOMAIN=\"oRTP\"
if HPUXKERNEL
KERNEL_BITS= $$(getconf KERNEL_BITS)
SYSTEM= $$(/usr/bin/uname -s)
RELEASE= $$(/usr/bin/uname -r
www.eeworm.com/read/355882/10241982
in configure.in
# Process this file with autoconf to produce a configure script
AC_INIT(motion,3.2.10.1)
AC_CONFIG_SRCDIR([motion.c])
AC_CONFIG_HEADERS(config.h)
THREAD_CFLAGS=""
THREAD_CHECK="/usr/include/pthread.
www.eeworm.com/read/278507/10531737
c serv06.c
/* include serv06 */
#include "unpthread.h"
int
main(int argc, char **argv)
{
int listenfd, connfd;
void sig_int(int);
void *doit(void *);
pthread_t tid;
socklen_t clilen, addrlen;
str
www.eeworm.com/read/350337/10749835
cpp test1.cpp
#include
#include
#include
void* thread_1(void *p)
{
while (1)
{
cout
www.eeworm.com/read/273217/10922604
c main.c
#include "shared_ptr.h"
#include "lock.h"
#include
#include
#include
#include
#include "thread.h"
#include "threadpool.h"
#include "myjob.h"
using namespace
www.eeworm.com/read/273217/10922607
cpp thread.cpp
#include "thread.h"
namespace util
{
Thread::Thread(void)
{
AutoLock lock(&m_cs);
m_started = false;
m_id = 0;
}
Thread::~Thread(void)
{}
inline pthread_t Thread::id() const
{
AutoLock lock(&m
www.eeworm.com/read/100768/7114664
c roomuser.c
/*
Version: 0.2.0(alpha)
Author: Computer_xu
Email: Computer_xu@sina.com
HomePage: http://www.socketchat.com
LastModify: 2001-07-02 (yyyy-mm-dd)
*/
#include "roomuser.h"
pthread_mutex
www.eeworm.com/read/100768/7114666
c cache.c
/*
Version: 0.2.0(stable)
Author: Computer_xu
Email: Computer_xu@sina.com
HomePage: http://www.socketchat.com
LastModify: 2001-05-07 (yyyy-mm-dd)
*/
#include "cache.h"
pthread_mutex_
www.eeworm.com/read/457319/7327407
c play.c
/****************************************************
这是一个视频播放器程序,可以实现播放,暂停,停止,快进
快退,全屏的功能,由触摸屏进行操作。
****************************************************/
#include
#include
#inc