代码搜索:Threads

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

代码结果 7,387
www.eeworm.com/read/106368/15638641

c spinlock.c

// // struct spinlock // // this structure is a primitive semaphore. It simple controls // the situation of a single integer... with an on/off value. #include "threads/spinlock.h" extern "C" { #
www.eeworm.com/read/136989/5827912

cpp adaptive_recursive_lock_test.cpp

// adaptive_recursive_lock_test.cpp,v 1.2 2003/11/09 04:12:09 dhinton Exp #define ACE_BUILD_SVC_DLL #include "Adaptive_Lock_Performance_Test_Base.h" #include "ace/Lock_Adapter_T.h" #include "ac
www.eeworm.com/read/100926/6264248

cpp adaptive_recursive_lock_test.cpp

// adaptive_recursive_lock_test.cpp,v 1.1 1998/08/30 08:39:10 nanbor Exp #define ACE_BUILD_SVC_DLL #include "ace/Synch.h" #include "Adaptive_Lock_Performance_Test_Base.h" ACE_RCSID(Synch_Benc
www.eeworm.com/read/189472/8467811

cc program.cc

#include "program.h" #include // printf() //#include // vector-scheduled threads should be able to modify registers, globally. // ------ --------- --------- --------- -------
www.eeworm.com/read/287415/8686981

c tanimate.c

/* tanimate.c: animate several strings using threads, curses, usleep() * * bigidea one thread for each animated string * one thread for keyboard control * shared variables for communication *
www.eeworm.com/read/385844/8786181

h thread.h

// thread.h // Data structures for managing threads. A thread represents // sequential execution of code within a program. // So the state of a thread includes the program counter, // the processor
www.eeworm.com/read/284556/8919011

h thread.h

// thread.h // Data structures for managing threads. A thread represents // sequential execution of code within a program. // So the state of a thread includes the program counter, // the processor
www.eeworm.com/read/283325/9029410

rtn pthreadlib.rtn

pthreadLibInit {initialize POSIX threads support} {pthreadLibInit\( \)} {pthreadLibInit(\ )} {VxWorks API Reference} {OS Librarie
www.eeworm.com/read/381627/9081468

c my_pthread.c

/* Copyright Abandoned 1996 TCX DataKonsult AB & Monty Program KB & Detron HB This file is public domain and comes with NO WARRANTY of any kind */ /* Functions to get threads more portable */ #in
www.eeworm.com/read/281892/9127665

c demo.c

/* This is a small demo of the high-performance ThreadX kernel. It includes examples of eight threads of different priorities, using a message queue, semaphore, mutex, event flags group, byt