代码搜索:Threads

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

代码结果 7,387
www.eeworm.com/read/439082/1817408

h hardirq.h

#ifndef __M68K_HARDIRQ_H #define __M68K_HARDIRQ_H #include #include /* entry.S is sensitive to the offsets of these fields */ typedef struct { unsigned int __softi
www.eeworm.com/read/430518/1926386

h hardirq.h

#ifndef __M68K_HARDIRQ_H #define __M68K_HARDIRQ_H #include #include /* entry.S is sensitive to the offsets of these fields */ typedef struct { unsigned int __softi
www.eeworm.com/read/409488/2231110

java userauth.java

package com.sxit.wap.threads; import java.util.*; import java.io.*; import java.sql.*; import sun.net.*; import sun.net.ftp.*; public class UserAuth extends Thread { Connection conn = null;
www.eeworm.com/read/409488/2231114

java tasktable.java

package com.sxit.wap.threads; import java.io.*; import java.util.Properties; import java.util.Enumeration; import java.util.Date; import java.util.Vector; public class TaskTable { public stati
www.eeworm.com/read/409488/2231117

java database.java

package com.sxit.wap.threads; import java.sql.*; import java.util.*; public class Database { public final static String URL = "jdbc:oracle:thin:@10.0.0.67:1521:ora8"; public final static String US
www.eeworm.com/read/393286/2478521

c probe.c

/* Copyright 2003 Andi Kleen, SuSE Labs. * Subject to the GNU Public License, v.2 * * Generic x86 APIC driver probe layer. */ #include #include #include
www.eeworm.com/read/382594/2630197

cpp mutex.cpp

// Mutex.cpp,v 1.4 2005/04/19 08:30:35 jwillemsen Exp #include "ace/config-lite.h" #if defined (ACE_HAS_THREADS) #include "ace/Synch.h" class LogMessage { public: enum { CRITICAL, NORMA
www.eeworm.com/read/375673/2722971

c timer.c

/* ** $Id: timer.c,v 1.23 2003/09/04 03:46:47 weiym Exp $ ** ** timer.c: The Timer module for MiniGUI-Threads. ** ** Copyright (C) 2003 Feynman Software. ** Copyright (C) 1999 ~ 2002 Wei Yongming. **
www.eeworm.com/read/367182/2850145

sym tcb-offsets.sym

#include #include PID offsetof (struct pthread, pid) - TLS_PRE_TCB_SIZE TID offsetof (struct pthread, tid) - TLS_PRE_TCB_SIZE MULTIPLE_THREADS_OFFSET offsetof (struct pthread,
www.eeworm.com/read/357209/3028149

c timer.c

/* ** $Id: timer.c,v 1.48 2005/01/06 09:35:00 weiym Exp $ ** ** timer.c: The Timer module for MiniGUI-Threads. ** ** Copyright (C) 2003 Feynman Software. ** Copyright (C) 1999 ~ 2002 Wei Yongming. **