代码搜索:pThread
找到约 7,828 项符合「pThread」的源代码
代码结果 7,828
www.eeworm.com/read/380150/9159878
c capture.c
#include"capture.h"
pthread_mutex_t fd_lock=PTHREAD_MUTEX_INITIALIZER;
int v4lgetcapability(v4ldevice *vd){
if(ioctl(vd->fd, VIDIOCGCAP, &(vd->capability)) < 0) {
perror("v4lopen:VIDIOCGC
www.eeworm.com/read/182631/9198315
cpp mywaitcondition_unix.cpp
#include
#include
typedef pthread_mutex_t MY_MUTEX_T;
#include "mywaitcondition.h"
#include "mymutex.h"
#include "mymutex_p.h"
#include
#include
struct
www.eeworm.com/read/377148/9293151
c sem_open.c
#define _XOPEN_SOURCE 600
#include
#include
#include
#include
#include "alias.h"
int main () {
pthread_t thread;
sem_t sem;
sem_t *s = &sem;
www.eeworm.com/read/426340/10259187
cxx parm_dcepm.cxx
#include
#include
#include
#define HOSTLEN 20
char hostname[HOSTLEN];
DB_DESCR db_descr_dcepm;
TB_DESCR tb_descr_Partitioninfo, tb_descr_Sysinfo, tb_descr
www.eeworm.com/read/141965/5767473
c ex10_2.c
/*filename:ex7_2.c*/
#include
#include
#include
#include
void *my_thread(void *arg)
{
int retval=0;
pthread_attr_t attr;
struct sched_param pa
www.eeworm.com/read/485493/6551020
c status.c
#include "status.h"
#include
extern HWND hclient;
extern pthread_mutex_t mutex;
extern char *st1;
extern char *st2;
extern pthread_cond_t cond;
extern int sockfd;
extern HWND hMai
www.eeworm.com/read/347594/11656693
cpp data86mas.cpp
#include "msystem.h"
#include "data86mas.h"
void* DATA86Master(void *pVoid)//Period and Cycle for PRM=1; Wait IND for PRM=0
{
CDATA86Mas *pAS = (CDATA86Mas *)pVoid;
pthread_setcancelstate(PTHREAD_C
www.eeworm.com/read/180227/5287796
c rtf_prealloc.c
#include
#include
#include
#include
#include
static pthread_t thread;
static int fd_fifo;
static void * start_routine(void *arg)
{
struct sched_
www.eeworm.com/read/180227/5287802
c clock_gpos.c
#include
#include
#include
#ifndef CONFIG_RTL_CLOCK_GPOS
#error CONFIG_RTL_CLOCK_GPOS required
#endif
static pthread_t thread;
static int my_softirq;
void * start_routi
www.eeworm.com/read/175598/9540606
h implement.h
/*
* implement.h
*
* Definitions that don't need to be public.
*
* Keeps all the internals out of pthread.h
*
* --------------------------------------------------------------------------
*
*