代码搜索:pThread
找到约 7,828 项符合「pThread」的源代码
代码结果 7,828
www.eeworm.com/read/435206/7795549
ac configure.ac
AC_PREREQ(2.59)
AC_INIT(liblpp/Log.cpp)
AM_INIT_AUTOMAKE(liblpp,0.3.0)
AC_CONFIG_SRCDIR([config.h.in])
AC_CONFIG_HEADER([config.h])
# Checks for programs.
AC_PROG_CXX
AC_PROG_CC
AC_PROG_CPP
AC_PROG_I
www.eeworm.com/read/296068/8125256
c mutex_unix.c
/*
** 2007 August 28
**
** The author disclaims copyright to this source code. In place of
** a legal notice, here is a blessing:
**
** May you do good and not evil.
** May you find forgiveness
www.eeworm.com/read/247224/12672323
makefile
TOPDIR = ../
include $(TOPDIR)Rules.mak
EXTRA_LIBS += -lpthread
EXEC= ./pthread
OBJS= pthread.o
all: $(EXEC)
$(EXEC): $(OBJS)
$(CC) $(LDFLAGS) -o $@ $(OBJS) $(EXTRA_LIBS)
install:
$(EXP_INST
www.eeworm.com/read/144804/12771704
cpp waitdlg.cpp
// WaitDlg.cpp : implementation file
//
#include "stdafx.h"
#include "RSet.h"
#include "WaitDlg.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
static char THIS_FILE[] = __FILE__;
www.eeworm.com/read/243434/12941079
c signals.c
/* Linuxthreads - a simple clone()-based implementation of Posix */
/* threads for Linux. */
/* Copyright (C) 1996 Xavier Leroy (Xavier.Leroy@i
www.eeworm.com/read/243227/12954000
makefile
TOPDIR = ../
include $(TOPDIR)Rules.mak
EXTRA_LIBS += -lpthread
EXEC= $(INSTALL_DIR)/pthread ./pthread
OBJS= pthread.o
all: $(EXEC)
$(EXEC): $(OBJS)
$(CC) $(LDFLAGS) -o $@ $(OBJS) $(EXTRA_LIBS)
www.eeworm.com/read/243227/12954010
bak makefile.bak
TOPDIR = ../
include $(TOPDIR)Rules.mak
EXTRA_LIBS += -lpthread
EXEC= $(INSTALL_DIR)/pthread
OBJS= pthread.o
all: $(EXEC)
$(EXEC): $(OBJS)
$(CC) $(LDFLAGS) -o $@ $(OBJS) $(EXTRA_LIBS)
install:
www.eeworm.com/read/242863/12976747
c semaphore.c
//
// Semaphores
//
// This is a basic semaphore implementation, not very rich.
//
#include
#include
#include "thread_lists.h"
#include "wait_queue.h"
#include "semaphore.h"
www.eeworm.com/read/321932/13392505
cpp connectthread.cpp
/****************************************************************/
/* */
/* CONNECTTHREAD.CPP */
/* */
/* Implementation of the Connect Thread. */
/
www.eeworm.com/read/321110/13412360
c mythread_linux.c
/*
*
*mythread_win32.c 封装线程接口 lin shao chuan
*
*/
#include "mythread.h"
#include
#include
#include
#include "mylog.h"
typedef struct __mythread_t