代码搜索:pThread
找到约 7,828 项符合「pThread」的源代码
代码结果 7,828
www.eeworm.com/read/243434/12940914
c gethostby_r.c
#include "../pthread.h"
#include
#include
#ifdef __sparc__
#define NEED_ALIGNED_ACCESS
#endif
static pthread_mutex_t gethostby_mutex = PTHREAD_MUTEX_INITIALIZER;
static int
con
www.eeworm.com/read/124347/6053540
c mainthreadexits.c
#include
#include
#include
static void * Thread (void *);
static pthread_t main_thread;
static pthread_t secondThread;
static int result = 2;
int main(void)
{
mai
www.eeworm.com/read/123453/14631840
h thread.h
/*
* thread.h - thread manipulation
*/
#ifndef GW_THREAD_H
#define GW_THREAD_H
#include "config.h"
#if !HAVE_PTHREAD_H
#error "You need Posix threads and "
#endif
#include
www.eeworm.com/read/123453/14632523
h thread.h
/*
* thread.h - thread manipulation
*/
#ifndef GW_THREAD_H
#define GW_THREAD_H
#include "config.h"
#if !HAVE_PTHREAD_H
#error "You need Posix threads and "
#endif
#include
www.eeworm.com/read/182103/5272037
scn psx12.scn
*** POSIX TEST 12 ***
Init's ID is 0x0b010001
Init: pthread_attr_init - SUCCESSFUL
Init: pthread_create - EINVAL (invalid scheduling policy)
Init: pthread_attr_init - SUCCESSFUL
Init: set scheduling p
www.eeworm.com/read/373390/9457790
c prg8_4.c
#include /* standard I/O routines */
#include /* pthread functions and data structures */
#include /* These are the usual
www.eeworm.com/read/373390/9457797
c prg8_3.c
#include /* standard I/O routines */
#include /* pthread functions and data structures */
#include /* These are the usual
www.eeworm.com/read/175434/9549059
c prg8_4.c
#include /* standard I/O routines */
#include /* pthread functions and data structures */
#include /* These are the usual
www.eeworm.com/read/175434/9549064
c prg8_3.c
#include /* standard I/O routines */
#include /* pthread functions and data structures */
#include /* These are the usual
www.eeworm.com/read/156147/11824587
c prg8_4.c
#include /* standard I/O routines */
#include /* pthread functions and data structures */
#include /* These are the usual