代码搜索:Threads

找到约 7,387 项符合「Threads」的源代码

代码结果 7,387
www.eeworm.com/read/209559/4971965

h pgtable.h

#ifdef __KERNEL__ #ifndef _PPC_PGTABLE_H #define _PPC_PGTABLE_H #include #ifndef __ASSEMBLY__ #include #include #include /* For
www.eeworm.com/read/198784/5082368

c workcrew.c

#include #include #include "control.h" #include "queue.h" #include "dbug.h" /* the work_queue holds tasks for the various threads to complete. */ struct work_queue { data_contr
www.eeworm.com/read/198784/5082376

c workcrew.c

#include #include #include "control.h" #include "queue.h" #include "dbug.h" /* the work_queue holds tasks for the various threads to complete. */ struct work_queue { data_contr
www.eeworm.com/read/195013/5119197

h sched.h

#ifndef _LINUX_SCHED_H #define _LINUX_SCHED_H #include /* for HZ */ extern unsigned long event; #include #include #include #includ
www.eeworm.com/read/195013/5119590

h wait.h

#ifndef _LINUX_WAIT_H #define _LINUX_WAIT_H #define WNOHANG 0x00000001 #define WUNTRACED 0x00000002 #define __WNOTHREAD 0x20000000 /* Don't wait on children of other threads in this group */ #defin
www.eeworm.com/read/195013/5120781

h pgalloc.h

#ifndef _CRIS_PGALLOC_H #define _CRIS_PGALLOC_H #include #include extern struct pgtable_cache_struct { unsigned long *pgd_cache; unsigned long *pte_cac
www.eeworm.com/read/189320/5197110

cpp mutex.cpp

// Mutex.cpp,v 1.4 2005/04/19 08:30:35 jwillemsen Exp #include "ace/config-lite.h" #if defined (ACE_HAS_THREADS) #include "ace/Synch.h" class LogMessage { public: enum { CRITICAL, NORMAL}; vir
www.eeworm.com/read/183578/5254267

h sched.h

#ifndef _LINUX_SCHED_H #define _LINUX_SCHED_H #include /* for HZ */ extern unsigned long event; #include #include #include #includ
www.eeworm.com/read/180227/5287711

c mutex.c

#include #include #include #define NTASKS 3 static pthread_t threads[NTASKS]; static pthread_mutex_t mutex /* = PTHREAD_MUTEX_INITIALIZER */; static void * start_routin
www.eeworm.com/read/179911/5298301

h wait.h

#ifndef _LINUX_WAIT_H #define _LINUX_WAIT_H #define WNOHANG 0x00000001 #define WUNTRACED 0x00000002 #define __WNOTHREAD 0x20000000 /* Don't wait on children of other threads in this group */ #defin