代码搜索:pThread
找到约 7,828 项符合「pThread」的源代码
代码结果 7,828
www.eeworm.com/read/290808/3971183
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/192230/5159351
in config.in
/* config.in. Generated automatically from configure.in by autoheader. */
/* Define if you have the header file. */
#undef HAVE_PTHREAD_H
www.eeworm.com/read/418017/2093867
in config.in
/* config.in. Generated automatically from configure.in by autoheader. */
/* Define if you have the header file. */
#undef HAVE_PTHREAD_H
www.eeworm.com/read/403487/2311703
svn-base thread.cpp.svn-base
#include /* standard I/O routines */
#include /* pthread functions and data structures */
#include /* rand() and srand() functio
www.eeworm.com/read/292009/8383248
c atm.c
#include
#include
#include
#include
#define MAX 10;
pthread_t thread[2];
pthread_mutex_t mut;
int account = 1000;
int deposit_amount = 0;
int w
www.eeworm.com/read/179967/9326079
lc readline.lc
/* include readline1 */
#include "unpthread.h"## 1 ##src/threads/readline.c##
static pthread_key_t rl_key;## 2 ##src/threads/readline.c##
static pthread_once_t rl_once = PTHREAD_ONCE_INIT;## 3
www.eeworm.com/read/278507/10530159
lc readline.lc
/* include readline1 */
#include "unpthread.h"## 1 ##src/threads/readline.c##
static pthread_key_t rl_key;## 2 ##src/threads/readline.c##
static pthread_once_t rl_once = PTHREAD_ONCE_INIT;## 3
www.eeworm.com/read/101153/6237750
c nanosleep.c
#include
#include
#include
pthread_t thread;
void * start_routine(void *arg)
{
int ret;
hrtime_t abstime;
struct sched_param p;
p . sched_priority = 1;
pthread_set
www.eeworm.com/read/408584/11380430
lc readline.lc
/* include readline1 */
#include "unpthread.h"## 1 ##src/threads/readline.c##
static pthread_key_t rl_key;## 2 ##src/threads/readline.c##
static pthread_once_t rl_once = PTHREAD_ONCE_INIT;## 3
www.eeworm.com/read/180227/5287798
c nanosleep.c
#include
#include
#include
pthread_t thread;
void * start_routine(void *arg)
{
int ret;
hrtime_t abstime;
struct sched_param p;
p . sched_priority = 1;
pthread_set