代码搜索:thread

找到约 10,000 项符合「thread」的源代码

代码结果 10,000
www.eeworm.com/read/117461/14919512

h mythread.h

/************************************************* class name : Thread_interface function: It is base class of all threads. used by class Mythread. *********************************************
www.eeworm.com/read/117460/14919608

h mythread.h

/************************************************* class name : Thread_interface function: It is base class of all threads. used by class Mythread. *********************************************
www.eeworm.com/read/171081/5399109

c pthread_attr_init.c

/* * pthread_attr_init.c * * Description: * This translation unit implements operations on thread attribute objects. * * -------------------------------------------------------------------------
www.eeworm.com/read/169697/5414075

in makefile.in

# This Makefile.in created by simplemake. Do not edit # @configure_input@ # -------------------------------------------------------------------------- all: all-redirect SHELL = @SHELL@ A
www.eeworm.com/read/168845/5432532

cpp starvephil.cpp

// Copyright (C) 2001-2003 // William E. Kempf // // Permission to use, copy, modify, distribute and sell this software // and its documentation for any purpose is hereby granted without fee, //
www.eeworm.com/read/168845/5434592

cpp weak_ptr_mt_test.cpp

#include #if defined(BOOST_MSVC) #pragma warning(disable: 4786) // identifier truncated in debug info #pragma warning(disable: 4710) // function not inlined #pragma warning(
www.eeworm.com/read/168845/5434599

cpp shared_ptr_mt_test.cpp

#include #if defined(BOOST_MSVC) #pragma warning(disable: 4786) // identifier truncated in debug info #pragma warning(disable: 4710) // function not inlined #pragma warning(
www.eeworm.com/read/162614/5527190

c 20001101.c

extern void abort(void); typedef struct { unsigned int unchanging : 1; } struc, *rtx; rtx dummy ( int *a, rtx *b) { *a = 1; *b = (rtx)7; return (rtx)1; } void bogus (insn, thread, delay
www.eeworm.com/read/152843/5656740

c asm-offsets.c

/* * offset.c: Calculate pt_regs and task_struct offsets. * * Copyright (C) 1996 David S. Miller * Copyright (C) 1997, 1998, 1999, 2000, 2001, 2002, 2003 Ralf Baechle * Copyright (C) 1999, 2000 S
www.eeworm.com/read/293357/8298329

c fork1.forkall.c

#include #include #include #include void* thread_func(void*); void print_thread(); int main(int argc, char** argv) { pid_t child_pid1, child_pid2;