代码搜索:Threads

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

代码结果 7,387
www.eeworm.com/read/430898/1915856

m4 config5.m4

dnl ## XXX - Need a more thorough check of the proper flags to use if test "$MPM_NAME" = "beos" ; then apache_apr_flags="--enable-threads" APACHE_FAST_OUTPUT(server/mpm/$MPM_NAME/Makefile) f
www.eeworm.com/read/430518/1927261

h hardirq.h

#ifndef __ASM_SH_HARDIRQ_H #define __ASM_SH_HARDIRQ_H #include #include /* entry.S is sensitive to the offsets of these fields */ typedef struct { unsigned int __
www.eeworm.com/read/427042/1980765

m4 acx_pthread.m4

dnl @synopsis ACX_PTHREAD([ACTION-IF-FOUND[, ACTION-IF-NOT-FOUND]]) dnl dnl This macro figures out how to build C programs using POSIX dnl threads. It sets the PTHREAD_LIBS output variable to the thr
www.eeworm.com/read/427042/1984443

m4 acx_pthread.m4

dnl @synopsis ACX_PTHREAD([ACTION-IF-FOUND[, ACTION-IF-NOT-FOUND]]) dnl dnl This macro figures out how to build C programs using POSIX dnl threads. It sets the PTHREAD_LIBS output variable to the thr
www.eeworm.com/read/414527/2145558

m4 acx_pthread.m4

dnl @synopsis ACX_PTHREAD([ACTION-IF-FOUND[, ACTION-IF-NOT-FOUND]]) dnl dnl This macro figures out how to build C programs using POSIX threads. dnl It sets the PTHREAD_LIBS output variable to the thre
www.eeworm.com/read/412251/2172540

svn-base condition.h.svn-base

#ifndef CONDITION_H #define CONDITION_H #ifdef WIN32 //#include #define MAX_AWAITING_THREADS 10 struct list_entry { HANDLE semaphore; long count; bool notified; };
www.eeworm.com/read/410728/2205024

c pthreads.c

/* Pthreads test program. Copyright 1996, 2002, 2003, 2004 Free Software Foundation, Inc. Written by Keith Seitz of Red Hat. Copied from gdb.threads/pthreads.c. Contributed by Red Hat.
www.eeworm.com/read/409488/2231116

java clearmonthsubthread.java

package com.sxit.wap.threads; import java.sql.*; import java.util.*; import com.sxit.wap.channel.*; import com.sxit.wap.channelfee.*; import com.sxit.wap.sms.*; /****************************
www.eeworm.com/read/401989/2334337

txt answers.txt

1) See student submission 2) See student submission *3) Min: 0 Max: 0 4) Total Interrupts: 33 *5) Total Timer Interrupts: 1 *6) Switches to Other Threads: 0 *7) Switches to Other Process: 1
www.eeworm.com/read/395229/2445694

c ex1.c

/* Creates two threads, one printing 10000 "a"s, the other printing 10000 "b"s. Illustrates: thread creation, thread joining. */ #include #include #include #incl