代码搜索:pThread

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

代码结果 7,828
www.eeworm.com/read/383065/2622816

c pthread_condattr_destroy.c

/* * condvar_attr_destroy.c * * Description: * This translation unit implements condition variables and their primitives. * * * ----------------------------------------------------------
www.eeworm.com/read/383065/2622825

c pthread_rwlockattr_destroy.c

/* * pthread_rwlockattr_destroy.c * * Description: * This translation unit implements read/write lock primitives. * * ----------------------------------------------------------------------
www.eeworm.com/read/383065/2622827

c pthread_rwlock_timedwrlock.c

/* * pthread_rwlock_timedwrlock.c * * Description: * This translation unit implements read/write lock primitives. * * ----------------------------------------------------------------------
www.eeworm.com/read/383065/2622828

c pthread_attr_setscope.c

/* * pthread_attr_setscope.c * * Description: * This translation unit implements operations on thread attribute objects. * * ---------------------------------------------------------------
www.eeworm.com/read/383065/2622835

c pthread_mutexattr_destroy.c

/* * pthread_mutexattr_destroy.c * * Description: * This translation unit implements mutual exclusion (mutex) primitives. * * --------------------------------------------------------------
www.eeworm.com/read/375190/2725797

c pthread_stop_world.c

#include "private/pthread_support.h" #if defined(GC_PTHREADS) && !defined(GC_WIN32_THREADS) && \ !defined(GC_DARWIN_THREADS) #include #include #include #includ
www.eeworm.com/read/375190/2725866

h gc_pthread_redirects.h

/* Our pthread support normally needs to intercept a number of thread */ /* calls. We arrange to do that here, if appropriate. */ #ifndef GC_PTHREAD_REDIRECTS_H #define GC_PTHREAD_REDIRECTS_H #i
www.eeworm.com/read/375190/2725878

h pthread_stop_world.h

#ifndef GC_PTHREAD_STOP_WORLD_H #define GC_PTHREAD_STOP_WORLD_H struct thread_stop_info { word last_stop_count; /* GC_last_stop_count value when thread */ /* last successfully handled a s
www.eeworm.com/read/367182/2850125

c pthread_spin_trylock.c

/* Copyright (C) 2003 Free Software Foundation, Inc. This file is part of the GNU C Library. Contributed by Martin Schwidefsky , 2003. The GNU C Library is free softw
www.eeworm.com/read/367182/2850127

c pthread_spin_lock.c

/* Copyright (C) 2003 Free Software Foundation, Inc. This file is part of the GNU C Library. Contributed by Martin Schwidefsky , 2003. The GNU C Library is free softw