代码搜索:Threads
找到约 7,387 项符合「Threads」的源代码
代码结果 7,387
www.eeworm.com/read/283859/8985299
js jslib_llnl01.js
/******************************************************************************
* jslib_llnl01.js
*
* This library includes code that implements web page menus, footers, and other
* functions.
*
* Bla
www.eeworm.com/read/184769/9079780
c pthread-show-text.c
/*
* Copyright © 2005 Red Hat, Inc.
*
* Permission to use, copy, modify, distribute, and sell this software
* and its documentation for any purpose is hereby granted without
* fee, provided that
www.eeworm.com/read/179967/9326091
lc strclithread.lc
#include "unpthread.h"## 1 ##src/threads/strclithread.c##
void *copyto(void *);## 2 ##src/threads/strclithread.c##
static int sockfd; /* global for both threads to access */## 3
www.eeworm.com/read/373369/9460940
java daemons.java
//: concurrency/Daemons.java
// Daemon threads spawn other daemon threads.
import java.util.concurrent.*;
import static net.mindview.util.Print.*;
class Daemon implements Runnable {
private T
www.eeworm.com/read/175598/9540449
c detach1.c
/*
* Test for pthread_detach().
*
*
* --------------------------------------------------------------------------
*
* Pthreads-win32 - POSIX Threads Library for Win32
* Copyright(C) 19
www.eeworm.com/read/175598/9540541
c pthread_key_delete.c
/*
* pthread_key_delete.c
*
* Description:
* POSIX thread functions which implement thread-specific data (TSD).
*
* --------------------------------------------------------------------------
*
www.eeworm.com/read/175308/9552559
ex-20-02
// Example 20-02: Interrupting a thread
namespace Programming_CSharp
{
using System;
using System.Threading;
class Tester
{
static void Main()
{
// make a
www.eeworm.com/read/170114/9818968
c 12-2.c
#ifdef __Linux__
# define _REENTRANT
# define _POSIX_SOURCE
#endif
/* Hack for LinuxThreads */
#ifdef __Linux__
# define _P __P
#endif
#include
#include
www.eeworm.com/read/169901/9833609
c appthreads.c
/*
* Copyright 2003 by Texas Instruments Incorporated.
* All rights reserved. Property of Texas Instruments Incorporated.
* Restricted rights to use, duplicate or disclose this code are
*