代码搜索:pThread

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

代码结果 7,828
www.eeworm.com/read/171081/5399014

c pthread_barrier_destroy.c

/* * pthread_barrier_destroy.c * * Description: * This translation unit implements barrier primitives. * * -------------------------------------------------------------------------- * * P
www.eeworm.com/read/171081/5399015

c pthread_key_create.c

/* * pthread_key_create.c * * Description: * POSIX thread functions which implement thread-specific data (TSD). * * -------------------------------------------------------------------------- *
www.eeworm.com/read/171081/5399017

c pthread_barrierattr_getpshared.c

/* * pthread_barrier_attr_getpshared.c * * Description: * This translation unit implements barrier primitives. * * -------------------------------------------------------------------------- *
www.eeworm.com/read/171081/5399019

c pthread_attr_getschedpolicy.c

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

c pthread_condattr_setpshared.c

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

c pthread_attr_getscope.c

/* * pthread_attr_getscope.c * * Description: * This translation unit implements operations on thread attribute objects. * * ---------------------------------------------------------------------
www.eeworm.com/read/171081/5399029

c pthread_rwlock_trywrlock.c

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

c pthread_mutexattr_gettype.c

/* * pthread_mutexattr_gettype.c * * Description: * This translation unit implements mutual exclusion (mutex) primitives. * * --------------------------------------------------------------------
www.eeworm.com/read/171081/5399037

c pthread_barrierattr_setpshared.c

/* * pthread_barrier_attr_setpshared.c * * Description: * This translation unit implements barrier primitives. * * -------------------------------------------------------------------------- *
www.eeworm.com/read/171081/5399038

c pthread_mutexattr_setpshared.c

/* * pthread_mutexattr_setpshared.c * * Description: * This translation unit implements mutual exclusion (mutex) primitives. * * -----------------------------------------------------------------