代码搜索:threaded

找到约 881 项符合「threaded」的源代码

代码结果 881
www.eeworm.com/read/410397/11288123

h adns.h

/* * adns.h * - adns user-visible API (single-threaded, without any locking) */ /* * * This file is * Copyright (C) 1997-2000 Ian Jackson * * It is part of
www.eeworm.com/read/261210/11659369

callmgr design.callmgr

Call Manager is a single-threaded application. It's easier that way. Nothing blocks except a select() call. The pptp code provides an fd_set for us to watch, and a function to call to see if a given
www.eeworm.com/read/130781/14174375

c twordcount2.c

/* twordcount2.c - threaded word counter for two files. */ /* version 2: uses mutex to lock counter */ #include #include #include int
www.eeworm.com/read/122330/14700846

h sdlogtask.h

/* SDLogTask.h created by andrew on Thu 30-Apr-1998 */ // // A wrapper of some intense multi-threaded code // To allow you to spawn a task and see the errors // #import @interface
www.eeworm.com/read/122139/14718757

h adns.h

/* * adns.h * - adns user-visible API (single-threaded, without any locking) */ /* * * This file is * Copyright (C) 1997-2000 Ian Jackson * * It is part of
www.eeworm.com/read/305065/3780939

h adns.h

/* * adns.h * - adns user-visible API (single-threaded, without any locking) */ /* * * This file is * Copyright (C) 1997-2000 Ian Jackson * * It is part of
www.eeworm.com/read/438717/1823324

py brownian.py

# Brownian motion -- an example of a multi-threaded Tkinter program. from Tkinter import * import random import threading import time import sys WIDTH = 400 HEIGHT = 300 SIGMA = 10 BUZZ = 2 RADIUS =
www.eeworm.com/read/428420/1960168

h adns.h

/* * adns.h * - adns user-visible API (single-threaded, without any locking) */ /* * * This file is * Copyright (C) 1997-2000 Ian Jackson * * It is part of
www.eeworm.com/read/360524/2960951

hh mpeg2audio.hh

/* File: mpeg2audio.hh By: Alex Theo de Jong Created: Febraury 1996 Description: MPEG2 Audio player. The class creates a threaded audio player that plays audio on the speaker, h
www.eeworm.com/read/360524/2960979

hh mpeg2video.hh

/* File: mpeg2video.hh By: Alex Theo de Jong Created: February 1996 Description: MPEG2 Video player. The class creates a threaded video player that reads from the input buffer and