代码搜索:executing

找到约 1,160 项符合「executing」的源代码

代码结果 1,160
www.eeworm.com/read/128482/14293935

cpp getdeadline.cpp

#ifndef GET_DEADLINE #define GET_DEADLINE #include "gettask.cpp" // get deadline of calling task double ttGetDeadline() { if (rtsys->executing == NULL) { MEX_ERROR("ttGetDeadline: No running
www.eeworm.com/read/128482/14293960

cpp getpriority.cpp

#ifndef GET_PRIORITY #define GET_PRIORITY #include "gettask.cpp" // get priority of calling task double ttGetPriority() { if (rtsys->executing == NULL) { MEX_ERROR("ttGetPriority: No running
www.eeworm.com/read/128482/14293972

cpp getwcet.cpp

#ifndef GET_WCET #define GET_WCET #include "gettask.cpp" // get wcet of calling task double ttGetWCET() { if (rtsys->executing == NULL) { MEX_ERROR("ttGetWCET: No running task!"); return
www.eeworm.com/read/128482/14294000

cpp setwcet.cpp

#ifndef SET_WCET #define SET_WCET #include "gettask.cpp" // Setting wcet of specific task void ttSetWCET(double value, char *nameOfTask) { Task* task = getTask(nameOfTask); if (task == NUL
www.eeworm.com/read/128482/14294302

cpp createjob.cpp

#ifndef CREATE_JOB #define CREATE_JOB #include "movetime.cpp" #include "gettask.cpp" bool ttCreateJob(double release, char *taskName) { Task* task = getTask(taskName); Job* job; if (task ==
www.eeworm.com/read/126184/14439391

cpp conditionals.cpp

//: C05:Conditionals.cpp // From "Thinking in C++, Volume 2", by Bruce Eckel & Chuck Allison. // (c) 1995-2004 MindView, Inc. All Rights Reserved. // See source code use permissions stated in the f
www.eeworm.com/read/222743/14677252

cpp conditionals.cpp

//: C05:Conditionals.cpp // From "Thinking in C++, Volume 2", by Bruce Eckel & Chuck Allison. // (c) 1995-2004 MindView, Inc. All Rights Reserved. // See source code use permissions stated in the f
www.eeworm.com/read/209853/15213186

cpp conditionals.cpp

//: C05:Conditionals.cpp // From "Thinking in C++, Volume 2", by Bruce Eckel & Chuck Allison. // (c) 1995-2004 MindView, Inc. All Rights Reserved. // See source code use permissions stated in the f
www.eeworm.com/read/335542/12517669

cpp conditionals.cpp

//: C05:Conditionals.cpp // From "Thinking in C++, Volume 2", by Bruce Eckel & Chuck Allison. // (c) 1995-2004 MindView, Inc. All Rights Reserved. // See source code use permissions stated in the f
www.eeworm.com/read/300492/13910219

cpp conditionals.cpp

//: C05:Conditionals.cpp // From "Thinking in C++, Volume 2", by Bruce Eckel & Chuck Allison. // (c) 1995-2004 MindView, Inc. All Rights Reserved. // See source code use permissions stated in the f