代码搜索:threads

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

代码结果 7,387
www.eeworm.com/read/207008/15284312

c solaris_threads.c

/* * Copyright (c) 1994 by Xerox Corporation. All rights reserved. * * THIS MATERIAL IS PROVIDED AS IS, WITH ABSOLUTELY NO WARRANTY EXPRESSED * OR IMPLIED. ANY USE IS AT YOUR OWN RISK. * * Pe
www.eeworm.com/read/206867/15287161

rc manip_threads.rc

#include "windows.h" #include "generic.h" // Define these menu options in a popup menu. #define IDM_LAUNCH 201 #define IDM_READ 202 #define IDM_WRITE 203 #define IDM_FLUSH 204 MYAPP
www.eeworm.com/read/206867/15287165

cpp manip_threads.cpp

#include // Hot key values. #define RESUME_KEY 101 #define SUSPEND_KEY 102 #define TERMINATE_KEY 103 DWORD WINAPI ThreadProc(HWND hWnd) { TCHAR szBuffer[128]; ws
www.eeworm.com/read/206867/15287168

mak manip_threads.mak

# Nmake macros for building Windows 32-Bit apps all: Manip_~1.exe # Update the resource if necessary generic.res:generic.rc generic.h rc -r -fo generic.res generic.rc # Update the obj
www.eeworm.com/read/205815/15306249

html threads.doc.html

VM Spec Threads and Locks
www.eeworm.com/read/486037/1257310

h stl_threads.h

// Threading support -*- C++ -*- // Copyright (C) 2001, 2002, 2003, 2004 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. This library is free // software; you can
www.eeworm.com/read/482889/1282716

hpp requires_threads.hpp

// (C) Copyright John Maddock 2003. // Use, modification and distribution are subject to the // Boost Software License, Version 1.0. (See accompanying file // LICENSE_1_0.txt or copy at http
www.eeworm.com/read/479931/1327948

c print-threads.c

#include #include #include #include void *thread_function(void *arg); /* Pointer to function executed by each thread */ int slow = 0; #define NUM 5 int
www.eeworm.com/read/479931/1327972

exp switch-threads.exp

# Copyright (C) 2003, 2007, 2008 Free Software Foundation, Inc. # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as publis
www.eeworm.com/read/479931/1327975

c switch-threads.c

/* A minimal multi-threaded test case. Copyright 2003, 2007, 2008 Free Software Foundation, Inc. This file is part of GDB. This program is free software; you can redistribute it and/or mod