代码搜索:pThread

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

代码结果 7,828
www.eeworm.com/read/183001/5260147

h pthread-win32.h

#ifndef __PTHREAD_H #define __PTHREAD_H typedef ULONG pthread_key_t; typedef HANDLE pthread_mutex_t; typedef int pthread_once_t; DWORD pthread_self(); void pthread_setspecific(pthread_key_t, void
www.eeworm.com/read/183001/5260151

c pthread-win32.c

/*------------------------------------------------------------------------- * * pthread-win32.c * partial pthread implementation for win32 * * Copyright (c) 2004-2005, PostgreSQL Global Development G
www.eeworm.com/read/171081/5398993

c pthread_attr_setinheritsched.c

/* * pthread_attr_setinheritsched.c * * Description: * POSIX thread functions that deal with thread scheduling. * * -------------------------------------------------------------------------- *
www.eeworm.com/read/171081/5398995

c pthread_rwlock_unlock.c

/* * pthread_rwlock_unlock.c * * Description: * This translation unit implements read/write lock primitives. * * -------------------------------------------------------------------------- * *
www.eeworm.com/read/171081/5398997

c pthread_rwlock_wrlock.c

/* * pthread_rwlock_wrlock.c * * Description: * This translation unit implements read/write lock primitives. * * -------------------------------------------------------------------------- * *
www.eeworm.com/read/171081/5398999

c pthread_rwlockattr_setpshared.c

/* * pthread_rwlockattr_setpshared.c * * Description: * This translation unit implements read/write lock primitives. * * -------------------------------------------------------------------------
www.eeworm.com/read/171081/5399001

c pthread_cond_init.c

/* * pthread_cond_init.c * * Description: * This translation unit implements condition variables and their primitives. * * * --------------------------------------------------------------------
www.eeworm.com/read/171081/5399002

c pthread_barrier_init.c

/* * pthread_barrier_init.c * * Description: * This translation unit implements barrier primitives. * * -------------------------------------------------------------------------- * * Pthr
www.eeworm.com/read/171081/5399007

c pthread_spin_trylock.c

/* * pthread_spin_trylock.c * * Description: * This translation unit implements spin lock primitives. * * -------------------------------------------------------------------------- * * Pt
www.eeworm.com/read/171081/5399013

c pthread_attr_setstacksize.c

/* * pthread_attr_setstacksize.c * * Description: * This translation unit implements operations on thread attribute objects. * * -----------------------------------------------------------------