代码搜索:pThread
找到约 7,828 项符合「pThread」的源代码
代码结果 7,828
www.eeworm.com/read/242863/12976606
c philosopher.c
#include "philosopher.h"
using namespace std;
philosopher::philosopher(int n, int forks, void *arg)
: Pthread(arg)
{
_nr = n;
_forks = forks;
_count = forks;
}
philosopher::~philosopher
www.eeworm.com/read/240662/13208202
c 12-2.c
#ifdef __Linux__
# define _REENTRANT
# define _POSIX_SOURCE
#endif
/* Hack for LinuxThreads */
#ifdef __Linux__
# define _P __P
#endif
#include
#include
www.eeworm.com/read/321262/13410078
c 12-2.c
#ifdef __Linux__
# define _REENTRANT
# define _POSIX_SOURCE
#endif
/* Hack for LinuxThreads */
#ifdef __Linux__
# define _P __P
#endif
#include
#include
www.eeworm.com/read/136072/5873703
makefile
# Makefile for uClibc's pthread library
#
# Copyright (C) 2003 Paul Mundt
#
# This program is free software; you can redistribute it and/or modify it under
# the terms of the GNU
www.eeworm.com/read/104260/6206041
c thread-impl.c
/*
* thread-impl.c - pthread based ThreadInterface implementation
*
* Copyright (c) 1998
* Transvirtual Technologies, Inc. All rights reserved.
*
* See the file "license.terms" for informa
www.eeworm.com/read/410511/11280497
c 12-2.c
#ifdef __Linux__
# define _REENTRANT
# define _POSIX_SOURCE
#endif
/* Hack for LinuxThreads */
#ifdef __Linux__
# define _P __P
#endif
#include
#include
www.eeworm.com/read/264473/11312021
c 12-2.c
#ifdef __Linux__
# define _REENTRANT
# define _POSIX_SOURCE
#endif
/* Hack for LinuxThreads */
#ifdef __Linux__
# define _P __P
#endif
#include
#include
www.eeworm.com/read/155118/11898065
cpp main.cpp
///////////////////////////////////////////////////////
// FileName: main.cpp
// Author: b1gm0use
// Project: myvideo
#include
#include
#include
#include
www.eeworm.com/read/252193/12294885
c 12-2.c
#ifdef __Linux__
# define _REENTRANT
# define _POSIX_SOURCE
#endif
/* Hack for LinuxThreads */
#ifdef __Linux__
# define _P __P
#endif
#include
#include
www.eeworm.com/read/13404/275844
cpp main.cpp
///////////////////////////////////////////////////////
// FileName: main.cpp
// Author: b1gm0use
// Project: myvideo
#include
#include
#include
#include