#include <stdlib.h>
#include <stdint.h>
#include <stdbool.h>
#include <cilk/cilk.h>
#include <cilk/cilk-internal.h>
#include <lush/lushi.h>
#include <lush/lushi-cb.h>
Go to the source code of this file.
◆ cilk_cursor_t
◆ cilk_ip_t
◆ unw_flg_t
◆ unw_seg_t
◆ unw_ty_t
◆ unw_flg_e
Enumerator |
---|
UnwFlg_NULL | |
UnwFlg_SeenUser | |
UnwFlg_HaveLCtxt | |
UnwFlg_BegLNote | |
Definition at line 176 of file agent-cilk.h.
◆ unw_seg_e
Enumerator |
---|
UnwSeg_NULL | |
UnwSeg_CilkRT | |
UnwSeg_User | |
UnwSeg_CilkSched | |
Definition at line 160 of file agent-cilk.h.
◆ unw_ty_e
Enumerator |
---|
UnwTy_NULL | |
UnwTy_Master | |
UnwTy_WorkerLcl | |
UnwTy_Worker | |
Definition at line 133 of file agent-cilk.h.
◆ cilk_ip_set()
◆ CILKFRM_PROC()
static void* CILKFRM_PROC |
( |
CilkStackFrame * |
x | ) |
|
|
inlinestatic |
◆ CILKWS_CL_DEQ_BOT()
static Closure* CILKWS_CL_DEQ_BOT |
( |
CilkWorkerState * |
x | ) |
|
|
inlinestatic |
◆ CILKWS_CL_DEQ_TOP()
static Closure* CILKWS_CL_DEQ_TOP |
( |
CilkWorkerState * |
x | ) |
|
|
inlinestatic |
◆ CILKWS_FRAME_DEQ_HEAD()
static volatile CilkStackFrame** CILKWS_FRAME_DEQ_HEAD |
( |
CilkWorkerState * |
x | ) |
|
|
inlinestatic |
◆ CILKWS_FRAME_DEQ_TAIL()
static volatile CilkStackFrame** CILKWS_FRAME_DEQ_TAIL |
( |
CilkWorkerState * |
x | ) |
|
|
inlinestatic |
◆ csr_is_flag()
◆ csr_set_flag()
◆ csr_unset_flag()
◆ unw_ty_is_master()
static bool unw_ty_is_master |
( |
unw_ty_t |
ty | ) |
|
|
inlinestatic |
◆ unw_ty_is_worker()
static bool unw_ty_is_worker |
( |
unw_ty_t |
ty | ) |
|
|
inlinestatic |