|
ae2f_docs
|
Contains various implementations which could be various. More...
#include <ae2f/Sys/Thrd.h>Go to the source code of this file.
Macros | |
| #define | __ae2f_MACRO_GENERATED 1 |
| #define | __ae2f_MACRO_GENERATED 1 |
| #define | ae2f_Sys_Thrd_auto_h |
| #define | _ae2f_SysThrdMk_imp(ret_stat, ret_thrd, prm_func, prm_arg, prm_stcksz_unused) |
| #define | _ae2f_SysThrdJoin_imp(ret_stat, ret_rtn, ref_thrd) |
| #define | _ae2f_SysThrdSleep_imp(ret_stat, prm_req, prm_rem) |
| #define | _ae2f_SysThrdYield_imp() |
| #define | __ae2f_MACRO_GENERATED 0 |
Contains various implementations which could be various.
Following operations would be implemented
create join sleep yield delete
Definition in file Thrd.auto.h.
| #define __ae2f_MACRO_GENERATED 1 |
Definition at line 2 of file Thrd.auto.h.
| #define __ae2f_MACRO_GENERATED 1 |
Definition at line 2 of file Thrd.auto.h.
| #define __ae2f_MACRO_GENERATED 0 |
Definition at line 2 of file Thrd.auto.h.
| #define _ae2f_SysThrdJoin_imp | ( | ret_stat, | |
| ret_rtn, | |||
| ref_thrd ) |
tparam param
Definition at line 333 of file Thrd.auto.h.
| #define _ae2f_SysThrdMk_imp | ( | ret_stat, | |
| ret_thrd, | |||
| prm_func, | |||
| prm_arg, | |||
| prm_stcksz_unused ) |
| prm_stacksz_unused | is not used here. tparam param |
Definition at line 297 of file Thrd.auto.h.
| #define _ae2f_SysThrdSleep_imp | ( | ret_stat, | |
| prm_req, | |||
| prm_rem ) |
tparam param
Definition at line 361 of file Thrd.auto.h.
| #define _ae2f_SysThrdYield_imp | ( | ) |
| #define ae2f_Sys_Thrd_auto_h |
Definition at line 25 of file Thrd.auto.h.