代码搜索:pThread

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

代码结果 7,828
www.eeworm.com/read/320652/3542446

c lowlevellock.c

/* low level locking for pthread library. Generic futex-using version. Copyright (C) 2003 Free Software Foundation, Inc. This file is part of the GNU C Library. Contributed by Paul Mackerras
www.eeworm.com/read/320652/3542602

versions

libc { GLIBC_2.3.2 { __register_atfork; } GLIBC_PRIVATE { __libc_pthread_init; __libc_current_sigrtmin_private; __libc_current_sigrtmax_private; __libc_allocate_rtsig_private;
www.eeworm.com/read/298657/3860664

c getreent.c

/* get thread-specific reentrant pointer */ #include struct _reent * __getreent (void) { pthread_descr self = thread_self(); return THREAD_GETMEM(self, p_reentp); }
www.eeworm.com/read/279968/4129753

c getreent.c

/* get thread-specific reentrant pointer */ #include struct _reent * __getreent (void) { pthread_descr self = thread_self(); return THREAD_GETMEM(self, p_reentp); }
www.eeworm.com/read/423625/2025819

h oxsemi_sem.h

#ifndef INC_SYSLIB_OXSEMISEM_H #define INC_SYSLIB_OXSEMISEM_H #include "semaphore.h" #include "pthread.h" namespace oxsemi { namespace syslib { /** * base class to represent a platform-in
www.eeworm.com/read/411046/2192873

makefile

# $Id: Makefile,v 1.3.28.1 2003/02/05 02:23:15 bko Exp $ # BUILD = ../../build include $(BUILD)/Makefile.pre PACKAGES += RADIUS UTIL PTHREAD LIBCEXT TESTPROGRAMS = \ radiusTest.cxx \ radiusClien
www.eeworm.com/read/411046/2194916

h implement.h

/* * implement.h * * Definitions that don't need to be public. * * Keeps all the internals out of pthread.h * * Pthreads-win32 - POSIX Threads Library for Win32 * Copyright (C) 1998
www.eeworm.com/read/395229/2445272

c weaks.c

/* The weak pthread functions for Linux. Copyright (C) 1996, 1997, 1998 Free Software Foundation, Inc. This file is part of the GNU C Library. The GNU C Library is free software; you can red
www.eeworm.com/read/367182/2850490

versions

libc { GLIBC_2.3.2 { __register_atfork; } GLIBC_PRIVATE { __libc_pthread_init; __libc_current_sigrtmin_private; __libc_current_sigrtmax_private; __libc_allocate_rtsig_private;
www.eeworm.com/read/269397/11099114

cpp nrlan103def.cpp

#include "NRLan103def.h" NRLAN103::CommMannager::CommMannager() { connected=false; threadId=0; m_sockfd=-1; debugLevel=5; pthread_mutex_init(&fastMutex,NULL); lastImpuls=-1;