代码搜索:thread

找到约 10,000 项符合「thread」的源代码

代码结果 10,000
www.eeworm.com/read/486342/6539455

h omnithread.h

// Package : omnithread // omnithread.h Created : 7/94 tjr // // Copyright (C) 1999 AT&T Laboratories Cambridge. All Rights Reserved. // // This file is part of the omnithread library
www.eeworm.com/read/479281/6690849

c tx_tdel.c

/**************************************************************************/ /* */ /* Copyright (c) 1996-2000 by E
www.eeworm.com/read/479287/6691030

c tx_tdel.c

/**************************************************************************/ /* */ /* Copyright (c) 1996-2000 by E
www.eeworm.com/read/403574/11514590

c pai1.c

#include #include #include #include #include int N=10000000; int M=0; double pai=0; double THREAD_NUMBER=2; static pthread_mutex_t mutex=PTHREAD_MUTEX_INI
www.eeworm.com/read/346403/11749155

h dk20dieselizedynamotordlg.h

// DK20DieselizeDynamotorDlg.h : header file // #include "PageALL.h" #include "PageDrang.h" #include "PageImport.h" #include "PagePrinter.h" #include "PageSetting.h" #include "PageTemperature
www.eeworm.com/read/155553/11863398

h common.h

/////////////////////////////////////////////////// // // common.h - Copyright 1997, Don Box // // Common call/thread context structures used by hook // // #ifndef _COMMON_H #define _COM
www.eeworm.com/read/337306/12377832

c sched.c

/* * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License as * published by the Free Software Foundation; either version 2 of
www.eeworm.com/read/149140/12398969

c p.c

#include"kernel.h" #define WRONG_THREAD_ID -1 #define WRONG_SEMAPHORE_ID -2 #define WRONG_THREAD_STATE -3 #define WRONG_CAPABILITY -4 int system_call_p(int thread_id,int semaphore_id, int
www.eeworm.com/read/149140/12399018

c v.c

#include"kernel.h" #define WRONG_THREAD_ID -1 #define WRONG_SEMAPHORE_ID -2 #define WRONG_THREAD_STATE -3 #define WRONG_CAPABILITY -4 static int v(int semaphore_id,int *steps,struct capabili
www.eeworm.com/read/148686/12443855

c rt_com_posix.c

/** * rt_com POSIX interface * ====================== * * RT-Linux kernel module for communication across serial lines. * * Copyright (C) 1999 Michael Barabanov */ #incl