代码搜索:task
找到约 10,000 项符合「task」的源代码
代码结果 10,000
www.eeworm.com/read/239264/4604589
s task_suspend.s
/*
* Copyright (c) 2005, Kohsuke Ohtani
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following con
www.eeworm.com/read/239264/4604595
s task_terminate.s
/*
* Copyright (c) 2005, Kohsuke Ohtani
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following con
www.eeworm.com/read/239264/4604597
s task_name.s
/*
* Copyright (c) 2005, Kohsuke Ohtani
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following con
www.eeworm.com/read/239264/4604602
s task_create.s
/*
* Copyright (c) 2005, Kohsuke Ohtani
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following con
www.eeworm.com/read/239264/4604620
s task_self.s
/*
* Copyright (c) 2005, Kohsuke Ohtani
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following con
www.eeworm.com/read/239264/4604629
s task_resume.s
/*
* Copyright (c) 2005, Kohsuke Ohtani
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following con
www.eeworm.com/read/238566/4614269
c os_task.c
/*
*********************************************************************************************************
* uC/OS-II
*
www.eeworm.com/read/237227/4629885
c net_task.c
#include
rt_mailbox_t net_mbox;
int net_task_job_add(void (*func)(), void *arg)
{
struct net_msg msg;
msg.func = func;
msg.arg = arg;
return rt_mb_send(net_mbox, *
www.eeworm.com/read/236412/4640689
c task1.c
/******************************************************************************/
/* */
/* Task 1: Count up Every 2 ticks
www.eeworm.com/read/236412/4640691
c task2.c
/******************************************************************************/
/* */
/* Task 2: Count as fast as possi