代码搜索:pThread

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

代码结果 7,828
www.eeworm.com/read/175598/9540522

c ptw32_spinlock_check_need_init.c

/* * ptw32_spinlock_check_need_init.c * * Description: * This translation unit implements spin lock primitives. * * -------------------------------------------------------------------------- *
www.eeworm.com/read/170321/9810387

makefile

##################### VERSION = 1.1 OS=-DSOLARIS -D_POSIX_PTHREAD_SEMANTICS -D_REENTRANT CC=gcc OSLIBS=-lsocket -lrt -lpthread -lposix4 -lnsl -ldl -lthread -lm FORMULA_OUT=formula.solaris
www.eeworm.com/read/169944/9830316

cpp kernel.cpp

#include "GOS.h" #include "kernel.h" #define TABLE_INSERT(aTable,pPrev,pIns) \ if(pPrev){pIns->m_pNext=pPrev->m_pNext; pPrev->m_pNext=pIns;} \ else {pIns->m_pNext=aTable;aTable=pIns;} #define
www.eeworm.com/read/278472/10534154

h linux.h

#ifndef _LINUX_H_ #define _LINUX_H_ #include "../inc/posix.h" #ifdef __cplusplus extern "C" { #endif #ifndef _LINUX #define _LINUX #endif #undef THREAD_PROC_MODE #undef THREAD_CANCEL //for
www.eeworm.com/read/417321/10994753

c ptw32_spinlock_check_need_init.c

/* * ptw32_spinlock_check_need_init.c * * Description: * This translation unit implements spin lock primitives. * * -------------------------------------------------------------------------- *
www.eeworm.com/read/467909/6996806

c my_init.c

/* Copyright Abandoned 1996 TCX DataKonsult AB & Monty Program KB & Detron HB This file is public domain and comes with NO WARRANTY of any kind */ #include "mysys_priv.h" #include "my_static.h
www.eeworm.com/read/103838/7104318

c my_init.c

/* Copyright Abandoned 1996 TCX DataKonsult AB & Monty Program KB & Detron HB This file is public domain and comes with NO WARRANTY of any kind */ #include "mysys_priv.h" #include "my_static.h
www.eeworm.com/read/347553/7125670

c mattr.c

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

makefile

########################################################### # An example source module to accompany... # # "Using POSIX Threads: Programming with Pthreads" # by Brad nichols, Dick Buttlar, Jackie
www.eeworm.com/read/463543/7178622

c my_init.c

/* Copyright Abandoned 1996 TCX DataKonsult AB & Monty Program KB & Detron HB This file is public domain and comes with NO WARRANTY of any kind */ #include "mysys_priv.h" #include "my_static.h