代码搜索:pThread

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

代码结果 7,828
www.eeworm.com/read/473565/6846293

c prg8_2.c

// File: prg8_2.c #include /* standard I/O routines */ #include /* pthread functions and data structures */ #include /* Th
www.eeworm.com/read/181046/9276334

c thread_display.c

/* * Copyright (C) 2000-2004 Damien Douxchamps * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public L
www.eeworm.com/read/177968/9425561

c atm_svr_signals.c

/******************************************************** * An example source module to accompany... * * "Using POSIX Threads: Programming with Pthreads" * by Brad nichols, Dick Buttlar, Jacki
www.eeworm.com/read/177968/9425594

c atm_svr.c

/******************************************************** * An example source module to accompany... * * "Using POSIX Threads: Programming with Pthreads" * by Brad nichols, Dick Buttlar, Jacki
www.eeworm.com/read/169790/9838210

m4 ost_signal.m4

dnl Copyright (C) 1999-2001 Open Source Telecom Corporation. dnl dnl This program is free software; you can redistribute it and/or modify dnl it under the terms of the GNU General Public License as
www.eeworm.com/read/167847/9950392

c sem_post.c

/* include sem_post */ #include "unpipc.h" #include "semaphore.h" int mysem_post(mysem_t *sem) { int n; if (sem->sem_magic != SEM_MAGIC) { errno = EINVAL; return(-1); } if ( (n = pthread_m
www.eeworm.com/read/167847/9950397

c sem_wait.c

/* include sem_wait */ #include "unpipc.h" #include "semaphore.h" int mysem_wait(mysem_t *sem) { int n; if (sem->sem_magic != SEM_MAGIC) { errno = EINVAL; return(-1); } if ( (n = pthread_m
www.eeworm.com/read/166778/9999197

m4 extensions.m4

# Enable extensions on systems that normally disable them. # Copyright (C) 2003 Free Software Foundation, Inc. # This file is free software; the Free Software Foundation # gives unlimited permission
www.eeworm.com/read/144150/12811307

cpp main.cpp

#include #include "devmoduledlg.h" #include "baseclass/publicclass.h" #include "CommonMutex.h" CPublicClass g_PublicClass; CCommonMutex g_CommMutex; int main( int argc, char ** argv
www.eeworm.com/read/144149/12811407

cpp~ main.cpp~

#include #include "devmoduledlg.h" #include "baseclass/publicclass.h" CPublicClass g_PublicClass; int main( int argc, char ** argv ) { QApplication a( argc, argv ); DevModule