代码搜索:Threads
找到约 7,387 项符合「Threads」的源代码
代码结果 7,387
www.eeworm.com/read/267326/11182547
cpp wait.cpp
// wait.cpp - written and placed in the public domain by Wei Dai
#include "pch.h"
#include "wait.h"
#include "misc.h"
#ifdef SOCKETS_AVAILABLE
#ifdef USE_BERKELEY_STYLE_SOCKETS
#include
www.eeworm.com/read/411730/11230943
c appthreads.c
/*
* Copyright 2002 by Texas Instruments Incorporated.
* All rights reserved. Property of Texas Instruments Incorporated.
* Restricted rights to use, duplicate or disclose this code are
*
www.eeworm.com/read/266294/11232709
txt 读写.txt
#include
#include
#include "Reader-Writer.h"
#include "Semaphore.h"
// 这是 Windows 下多线程工作的 P 操作
#define P(S) WaitForSingleObject(S, INFINITE)
//
www.eeworm.com/read/335528/12519270
hz readme.hz
名称
MiniGUI - 面向实时嵌入式 Linux 系统的小型图形用户界面支持系统
目录
1. 介绍
2. 什么是 MiniGUI-Lite
3. 安装
4. 安装及配置示例
5. 已知臭虫和限制
6. 开发历史
7. 有关作者
8. 如果遇到问题
9. 版权信息
1. 介绍
MiniGU
www.eeworm.com/read/147608/12542574
c thread1.c
#include
#include
#include
int main() {
printf("POSIX version is set to %ld\n", _POSIX_VERSION);
if (_POSIX_VERSION < 199506L) {
if (_POSIX_C_SOURCE >=
www.eeworm.com/read/133667/14030808
c thread1.c
#include
#include
#include
int main() {
printf("POSIX version is set to %ld\n", _POSIX_VERSION);
if (_POSIX_VERSION < 199506L) {
if (_POSIX_C_SOURCE >=
www.eeworm.com/read/133539/14036515
h bootstrap.h
// This is -*- C++ -*-
// $Id: bootstrap.h,v 1.2 1999/03/16 18:28:59 alstrup Exp $
/* bootstrap.h
*
* Copyright (C) 1998 EMC Capital Management, Inc.
*
* Developed by Jon Trowbridge