代码搜索:thread
找到约 10,000 项符合「thread」的源代码
代码结果 10,000
www.eeworm.com/read/406607/2275895
js thread.js
/**
* @fileOverview
* @example
*/
/**
* @class Thread
* @constructor
* @description This is not a true thread. This is just a cleaner API wrapping the global objects setTimeout and setInterva
www.eeworm.com/read/402480/2321418
c thread.c
/*
* Copyright (c) 2004-2005 The Trustees of Indiana University and Indiana
* University Research and Technology
* Corporation. All rights reserved.
www.eeworm.com/read/398200/2384646
cdl thread.cdl
# ====================================================================
#
# thread.cdl
#
# configuration data related to the kernel threads
#
# ===============================================
www.eeworm.com/read/398200/2384737
inl thread.inl
#ifndef CYGONCE_KERNEL_THREAD_INL
#define CYGONCE_KERNEL_THREAD_INL
//==========================================================================
//
// thread.inl
//
// Thread class inlines
www.eeworm.com/read/398200/2384756
hxx thread.hxx
#ifndef CYGONCE_KERNEL_THREAD_HXX
#define CYGONCE_KERNEL_THREAD_HXX
//==========================================================================
//
// thread.hxx
//
// Thread class declarat
www.eeworm.com/read/398200/2384785
cxx thread.cxx
//==========================================================================
//
// common/thread.cxx
//
// Thread class implementations
//
//=================================================
www.eeworm.com/read/395296/2443405
pri thread.pri
# Qt core thread module
# public headers
HEADERS += thread/qmutex.h \
thread/qreadwritelock.h \
thread/qsemaphore.h \
thread/qthread.h \
thread/qthreadstorage.h \
www.eeworm.com/read/395296/2443662
prf thread.prf
CONFIG -= thread_off
qt {
target_qt:PRL_EXPORT_DEFINES += QT_THREAD_SUPPORT
else:DEFINES += QT_THREAD_SUPPORT
}
# #### These need to go
debug {
contains(DEFINES, QT_DLL) {
QMAKE_CFLAGS +=
www.eeworm.com/read/395296/2443672
prf thread.prf
!isEmpty(QMAKE_CFLAGS_THREAD) {
QMAKE_CFLAGS += $$QMAKE_CFLAGS_THREAD
QMAKE_EXPORT_CFLAGS += $$QMAKE_CFLAGS_THREAD
}
!isEmpty(QMAKE_CXXFLAGS_THREAD) {
QMAKE_CXXFLAGS += $$QMAKE_CXXFLAGS_THREA