代码搜索:threads
找到约 7,387 项符合「threads」的源代码
代码结果 7,387
www.eeworm.com/read/348839/3151927
h dbg-threads-api.h
//========================================================================
//
// dbg-threads-api.h
//
// Supports thread-aware debugging
//
//==========================================
www.eeworm.com/read/348839/3152286
h dbg-threads-api.h
//========================================================================
//
// dbg-threads-api.h
//
// Supports thread-aware debugging
//
//==========================================
www.eeworm.com/read/330902/3419647
c test-threads-init.c
/**
* Test to make sure late thread initialization works
*/
#include
#include
#include
#include
#include
#include
www.eeworm.com/read/326021/3476302
m4 apr_threads.m4
dnl -----------------------------------------------------------------
dnl apr_threads.m4: APR's autoconf macros for testing thread support
dnl
dnl
dnl APR_CHECK_PTHREADS_H([ ACTION-IF-FOUND [, A
www.eeworm.com/read/321465/3536110
m4 apr_threads.m4
dnl -----------------------------------------------------------------
dnl apr_threads.m4: APR's autoconf macros for testing thread support
dnl
dnl
dnl APR_CHECK_PTHREADS_H([ ACTION-IF-FOUND [, ACTION
www.eeworm.com/read/320652/3542432
c libc_multiple_threads.c
/* Copyright (C) 2002, 2003 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Contributed by Ulrich Drepper , 2002.
The GNU C Library is free softwar
www.eeworm.com/read/318792/3562772
svn-base threads.txt.svn-base
Old threading method: slice-based
application calls x264
x264 runs B-adapt and ratecontrol (serial)
split frame into several slices, and spawn a thread for each slice
wait until all threads are done
d
www.eeworm.com/read/312645/3652071
h dbg-threads-api.h
#ifndef __BSP_DBG_THREADS_API_H__
#define __BSP_DBG_THREADS_API_H__
//==========================================================================
//
// dbg-threads-api.h
//
//
www.eeworm.com/read/312645/3668749
h dbg-threads-api.h
//========================================================================
//
// dbg-threads-api.h
//
// Supports thread-aware debugging
//
//==========================================
www.eeworm.com/read/312645/3668771
c dbg-threads-syscall.c
//========================================================================
//
// dbg-threads-syscall.c
//
// Pseudo system calls for multi-threaded debug support
//
//=================