代码搜索:pThread

找到约 7,828 项符合「pThread」的源代码

代码结果 7,828
www.eeworm.com/read/395229/2444000

makefile

# Makefile for uClibc's sh64 pthread backend # # Copyright (C) 2003 Paul Mundt # # This program is free software; you can redistribute it and/or modify it under # the terms of th
www.eeworm.com/read/387285/2563144

c callback.c

#include /* Callback function, executed by a separate thread started by startUDPIO(&ul) */ void dgramrecvd(UDPIO *pul) { switch(pul->buf[0]) { case OP_KADEMLIAHEADER: pthread_mutex
www.eeworm.com/read/383065/2622757

nmakefile

/* * nmake file for uwin pthread library */ VERSION = - CCFLAGS = -V -g $(CC.DLL) HAVE_CONFIG_H == 1 _MT == 1 _timeb == timeb _ftime == ftime _errno == _ast_errno $(INCLUDEDIR
www.eeworm.com/read/367182/2850425

c lowlevellock.c

/* low level locking for pthread library. SPARC version. Copyright (C) 2003, 2006, 2007 Free Software Foundation, Inc. This file is part of the GNU C Library. Contributed by Paul Mackerras
www.eeworm.com/read/362572/2930723

c lock-impl.c

/* * lock-impl.c - pthread-based LockInterface implementation (Posix style) * * Copyright (c) 1998 * Transvirtual Technologies, Inc. All rights reserved. * * See the file "license.terms" f
www.eeworm.com/read/360524/2960943

sgi makefile.sgi

# # $Header: # File: makefile.sgi # By: Alex Theo de Jong, NIST # Description: # Makefile for MPEG 2 Demultiplexor implementation for SGI Irix 5.3 # OS = -DIRIX # -DIRIX_PTHREAD # Use Multi-P
www.eeworm.com/read/472222/6873370

h hqueue.h

#ifndef __H_HQUEUE_H__ #define __H_HQUEUE_H__ #include #include #include "ipanel_typedef.h" #ifdef __cplusplus extern "C" { #endif /****************************
www.eeworm.com/read/113863/15446431

c prodcons2.c

/* include main */ #include "unpipc.h" #define MAXNITEMS 1000000 #define MAXNTHREADS 100 int nitems; /* read-only by producer and consumer */ struct { pthread_mutex_t mutex; int buff[MAXN
www.eeworm.com/read/113863/15446433

c prodcons1.c

/* include main */ #include "unpipc.h" #define MAXNITEMS 1000000 #define MAXNTHREADS 100 int nitems; /* read-only by producer and consumer */ struct { pthread_mutex_t mutex; int buff[MAXN
www.eeworm.com/read/109181/15561946

in makefile.in

CXX = @CXX@ CFLAGS = @JTHREAD_CFLAGS@ INCLUDES = -I. JTHREADLIBDIR = ../lib/ JTHREADINCLUDEDIR = ../include/ THREADDIR = pthread/ OBJECTS = jmutex.o jthread.o all: $(OBJECTS) cp -f $(OBJE