代码搜索:pThread
找到约 7,828 项符合「pThread」的源代码
代码结果 7,828
www.eeworm.com/read/100584/15871069
cache config.cache
# This file is a shell script that caches the results of configure
# tests run on this system so they can be shared between configure
# scripts and configure runs. It is not useful on other systems.
www.eeworm.com/read/179967/9326112
c readline.c
/* include readline1 */
#include "unpthread.h"
static pthread_key_t rl_key;
static pthread_once_t rl_once = PTHREAD_ONCE_INIT;
static void
readline_destructor(void *ptr)
{
free(ptr);
}
static void
www.eeworm.com/read/278507/10530252
c readline.c
/* include readline1 */
#include "unpthread.h"
static pthread_key_t rl_key;
static pthread_once_t rl_once = PTHREAD_ONCE_INIT;
static void
readline_destructor(void *ptr)
{
free(ptr);
}
static void
www.eeworm.com/read/278507/10531675
lc serv07.lc
/* include serv07 */
#include "unpthread.h"## 1 ##src/server/serv07.c##
#include "pthread07.h"## 2 ##src/server/serv07.c##
pthread_mutex_t mlock = PTHREAD_MUTEX_INITIALIZER;## 3 ##src/server
www.eeworm.com/read/278507/10531681
c serv07.c
/* include serv07 */
#include "unpthread.h"
#include "pthread07.h"
pthread_mutex_t mlock = PTHREAD_MUTEX_INITIALIZER;
int
main(int argc, char **argv)
{
int i;
void sig_int(int), thread_make(int);
www.eeworm.com/read/141965/5767474
c ex10_3.c
/*filename :ex7_3.c*/
#include
#define THREAD_NUM 3
pthread_mutex_t mutex=PTHREAD_MUTEX_INITILIZER;
int count=0;
void *my_thread(void *arg)
{
int mycount;
int i;
count++
www.eeworm.com/read/127694/6002456
c readline.c
/* include readline1 */
#include "unpthread.h"
static pthread_key_t rl_key;
static pthread_once_t rl_once = PTHREAD_ONCE_INIT;
static void
readline_destructor(void *ptr)
{
free(ptr);
}
static void
www.eeworm.com/read/127694/6002797
c serv07.c
/* include serv07 */
#include "unpthread.h"
#include "pthread07.h"
pthread_mutex_t mlock = PTHREAD_MUTEX_INITIALIZER;
int
main(int argc, char **argv)
{
int i;
void sig_int(int), thread_make(int);
www.eeworm.com/read/408584/11380475
c readline.c
/* include readline1 */
#include "unpthread.h"
static pthread_key_t rl_key;
static pthread_once_t rl_once = PTHREAD_ONCE_INIT;
static void
readline_destructor(void *ptr)
{
free(ptr);
}
static void
www.eeworm.com/read/408584/11381385
lc serv07.lc
/* include serv07 */
#include "unpthread.h"## 1 ##src/server/serv07.c##
#include "pthread07.h"## 2 ##src/server/serv07.c##
pthread_mutex_t mlock = PTHREAD_MUTEX_INITIALIZER;## 3 ##src/server