代码搜索:pThread
找到约 7,828 项符合「pThread」的源代码
代码结果 7,828
www.eeworm.com/read/383065/2622800
c pthread_mutex_timedlock.c
/*
* pthread_mutex_timedlock.c
*
* Description:
* This translation unit implements mutual exclusion (mutex) primitives.
*
* ----------------------------------------------------------------
www.eeworm.com/read/383065/2622801
c pthread_attr_getschedparam.c
/*
* pthread_attr_getschedparam.c
*
* Description:
* POSIX thread functions that deal with thread scheduling.
*
* -------------------------------------------------------------------------
www.eeworm.com/read/383065/2622802
c pthread_cond_destroy.c
/*
* pthread_cond_destroy.c
*
* Description:
* This translation unit implements condition variables and their primitives.
*
*
* ----------------------------------------------------------
www.eeworm.com/read/383065/2622804
c pthread_rwlock_destroy.c
/*
* pthread_rwlock_destroy.c
*
* Description:
* This translation unit implements read/write lock primitives.
*
* --------------------------------------------------------------------------
www.eeworm.com/read/383065/2622805
c pthread_attr_getstacksize.c
/*
* pthread_attr_getstacksize.c
*
* Description:
* This translation unit implements operations on thread attribute objects.
*
* -----------------------------------------------------------
www.eeworm.com/read/383065/2622808
c pthread_barrierattr_destroy.c
/*
* pthread_barrier_attr_destroy.c
*
* Description:
* This translation unit implements barrier primitives.
*
* --------------------------------------------------------------------------
www.eeworm.com/read/383065/2622809
c pthread_spin_init.c
/*
* pthread_spin_init.c
*
* Description:
* This translation unit implements spin lock primitives.
*
* --------------------------------------------------------------------------
*
*
www.eeworm.com/read/383065/2622810
c pthread_rwlock_timedrdlock.c
/*
* pthread_rwlock_timedrdlock.c
*
* Description:
* This translation unit implements read/write lock primitives.
*
* ----------------------------------------------------------------------
www.eeworm.com/read/383065/2622811
c pthread_mutex_destroy.c
/*
* pthread_mutex_destroy.c
*
* Description:
* This translation unit implements mutual exclusion (mutex) primitives.
*
* ------------------------------------------------------------------
www.eeworm.com/read/383065/2622814
c pthread_attr_setschedpolicy.c
/*
* pthread_attr_setschedpolicy.c
*
* Description:
* POSIX thread functions that deal with thread scheduling.
*
* ------------------------------------------------------------------------