代码搜索:threaded
找到约 881 项符合「threaded」的源代码
代码结果 881
www.eeworm.com/read/130781/14174368
c twordcount3.c
/* twordcount3.c - threaded word counter for two files.
* - Version 3: one counter per file
*/
#include
#include
#include
struct arg_set { /* two values in o
www.eeworm.com/read/14545/388881
c threadwin.c
/* Test out the multi-threaded event handling functions */
#include
#include
#include
#include "SDL.h"
#include "SDL_thread.h"
/* Are we done yet? */
static int don
www.eeworm.com/read/385462/2590823
h pthread.h
#ifndef _POSIX_PTHREAD_H
#define _POSIX_PTHREAD_H
#include
/* Let's be single-threaded for now. */
typedef struct {
void *ptr;
} *pthread_key_t;
static inline int pthread_key_create
www.eeworm.com/read/147331/5732434
h lock.h
#ifndef __SYS_LOCK_H__
#define __SYS_LOCK_H__
/* dummy lock routines for single-threaded aps */
typedef int _LOCK_T;
typedef int _LOCK_RECURSIVE_T;
#define __LOCK_INIT(class,lock) static int lock =
www.eeworm.com/read/136072/5873730
c rpc_thread.c
#define __FORCE_GLIBC
#include
#include
#include
#include
#include "rpc_private.h"
#ifdef __UCLIBC_HAS_THREADS__
/* Variable used in non-threaded
www.eeworm.com/read/124347/6051883
h lock.h
#ifndef __SYS_LOCK_H__
#define __SYS_LOCK_H__
/* dummy lock routines for single-threaded aps */
typedef int _LOCK_T;
typedef int _LOCK_RECURSIVE_T;
#define __LOCK_INIT(class,lock) static int lock =
www.eeworm.com/read/240943/4565012
h lock.h
#ifndef __SYS_LOCK_H__
#define __SYS_LOCK_H__
#ifndef __leonbare__
/* dummy lock routines for single-threaded aps */
typedef int _LOCK_T;
typedef int _LOCK_RECURSIVE_T;
#define __LOCK_INIT(class,l
www.eeworm.com/read/240943/4565040
h lock.h
#ifndef __SYS_LOCK_H__
#define __SYS_LOCK_H__
/* dummy lock routines for single-threaded aps */
typedef int _LOCK_T;
typedef int _LOCK_RECURSIVE_T;
#define __LOCK_INIT(class,lock) static int lock =