代码搜索:Threads
找到约 7,387 项符合「Threads」的源代码
代码结果 7,387
www.eeworm.com/read/209559/4962792
c miscthings.c
#include "linux/threads.h"
#include "linux/stddef.h" // for NULL
#include "linux/elf.h" // for AT_NULL
/* The following function nicked from arch/ppc/kernel/process.c and
* adapted slightly */
/*
www.eeworm.com/read/205824/5017079
changelog
2002020701:
- I rewrite completely the code to get an ip.
- I delete threads beacuse of some deadlocks.
- I add _finally_ support for static ip host.
2002013002:
- After some web surf and some
www.eeworm.com/read/204713/5030132
java gctest6.java
package gctest;
import joprt.RtThread;
import util.Dbg;
import com.jopdesign.sys.*;
// A test of the GCStackWalker to see of the threads are scheduled. TODO: Do some GC:-)
public class GCTest6 {
www.eeworm.com/read/203830/5037926
c mttest.c
/* crypto/threads/mttest.c */
/* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
* All rights reserved.
*
* This package is an SSL implementation written
* by Eric Young (eay@cryptsoft.com)
www.eeworm.com/read/193974/5138293
py test_fork1.py
"""This test checks for correct fork() behavior.
We want fork1() semantics -- only the forking thread survives in the
child after a fork().
On some systems (e.g. Solaris without posix threads) we fi
www.eeworm.com/read/180227/5287676
allocator readme.allocator
rtl_malloc(size) to allocate dynamik memory from a rt_thread.
concept of operation:
rtl_alloc will eventually call kmalloc with GFP_ATOMIC - to do this without
blocking execution of rt-threads (e
www.eeworm.com/read/175436/5347015
h trdlocal.h
#ifndef CRYPTOPP_TRDLOCAL_H
#define CRYPTOPP_TRDLOCAL_H
#include "config.h"
#ifdef THREADS_AVAILABLE
#include "misc.h"
#ifdef HAS_WINTHREADS
typedef unsigned long ThreadLocalIndexType;
www.eeworm.com/read/175436/5347036
cpp trdlocal.cpp
// trdlocal.cpp - written and placed in the public domain by Wei Dai
#include "pch.h"
#ifndef CRYPTOPP_IMPORTS
#ifdef THREADS_AVAILABLE
#include "trdlocal.h"
#ifdef HAS_WINTHREADS
#inclu
www.eeworm.com/read/339446/3300917
pro semaphores.pro
SOURCES += semaphores.cpp
QT = core
CONFIG -= app_bundle
CONFIG += console
# install
target.path = $$[QT_INSTALL_EXAMPLES]/threads/semaphores
sources.files = $$SOURCES $$HEADERS $$RESOURCES $$FORMS s
www.eeworm.com/read/337546/3332692
c miscthings.c
#include "linux/threads.h"
#include "linux/stddef.h" // for NULL
#include "linux/elf.h" // for AT_NULL
/* The following function nicked from arch/ppc/kernel/process.c and
* adapted slightly */
/*