代码搜索:pThread

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

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

c pthread_attr_setschedpolicy.c

/* * pthread_attr_setschedpolicy.c * * Description: * POSIX thread functions that deal with thread scheduling. * * -------------------------------------------------------------------------- *
www.eeworm.com/read/175598/9540704

c pthread_condattr_destroy.c

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

c pthread_rwlockattr_destroy.c

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

c pthread_rwlock_timedwrlock.c

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

c pthread_attr_setscope.c

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

c pthread_mutexattr_destroy.c

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

m4 ost_pthread.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 pu
www.eeworm.com/read/169684/9846178

h p2pthread.h

/***************************************************************************** * p2pthread.h - declares the wrapper functions and data structures needed * to implement a Wind River pSO
www.eeworm.com/read/169684/9846216

h p2pthread.h

/***************************************************************************** * p2pthread.h - declares the wrapper functions and data structures needed * to implement a Wind River pSO
www.eeworm.com/read/167847/9950191

c pthread_rwlock_unlock.c

/* include unlock */ #include "unpipc.h" #include "pthread_rwlock.h" int pthread_rwlock_unlock(pthread_rwlock_t *rw) { int result; if (rw->rw_magic != RW_MAGIC) return(EINVAL); if ( (result =