代码搜索:task

找到约 10,000 项符合「task」的源代码

代码结果 10,000
www.eeworm.com/read/338072/3325731

java task.java

/* * ==================================================================== * The Vovida Software License, Version 1.0 * * Copyright (c) 2000 Vovida Networks, Inc. All rights reserved. * * Redi
www.eeworm.com/read/337546/3332606

h task.h

#ifndef __TASK_H #define __TASK_H #include #define TASK_REGS(task) ((union uml_pt_regs *) &(((char *) (task))[HOST_TASK_REGS])) #define TASK_PID(task) *((int *) &(((char *) (task)
www.eeworm.com/read/336964/3345325

h task.h

/* FreeRTOS V4.0.1 - Copyright (C) 2003-2006 Richard Barry. This file is part of the FreeRTOS distribution. FreeRTOS is free software; you can redistribute it and/or modify it under the te
www.eeworm.com/read/335724/3356428

java task.java

package book.thread.pool; /** * 定义任务的接口类 */ public interface Task { /** * 执行任务 * @throws Exception 执行过程中可能出现的异常 */ public void perform() throws Exception; }
www.eeworm.com/read/335343/3359151

c task.c

/* Copyright (c) 2005 Russ Cox, MIT; see COPYRIGHT */ #include "taskimpl.h" #include typedef struct Tasklist Tasklist; struct Tasklist { Task *head; Task *tail; }; int taskdebuglevel; i
www.eeworm.com/read/335343/3359156

h task.h

/* Copyright (c) 2005 Russ Cox, MIT; see COPYRIGHT */ #ifndef _TASK_H_ #define _TASK_H_ 1 #ifdef __cplusplus extern "C" { #endif #include #include /* prototype yield before we
www.eeworm.com/read/333376/3386892

h task.h

/* * Copyright (C) 1998-2001 Internet Software Consortium. * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that
www.eeworm.com/read/333376/3386898

c task.c

/* * Copyright (C) 1998-2002 Internet Software Consortium. * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that
www.eeworm.com/read/332857/3392471

java task.java

package com.cattsoft.vo; //我的任务信息JAVABEAN public class Task { private int t_id; //任务id private String t_name; //任务名称 private String m_id; //主管id private String e_id; //员工id priva
www.eeworm.com/read/332511/3395581

h task.h

/* FreeRTOS.org V5.0.0 - Copyright (C) 2003-2008 Richard Barry. This file is part of the FreeRTOS.org distribution. FreeRTOS.org is free software; you can redistribute it and/or modify it