Searched defs:actions (Results 1 – 4 of 4) sorted by relevance
164 struct actions { struct165 void (*setup)(int, int);166 void *(*thread1)(void *);167 void *(*thread2)(void *);418 struct actions *actions = &yield_actions; in main() local
25 enum actions { enum27 } actions; variable
2953 struct popup_action actions[MAX_OPTIONS]; in perf_evsel__hists_browse() local
3170 __u32 actions[] = { SECCOMP_RET_KILL_THREAD, SECCOMP_RET_TRAP, in TEST() local