-
Notifications
You must be signed in to change notification settings - Fork 2
/
keywords.txt
60 lines (49 loc) · 1.36 KB
/
keywords.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
#######################################
# Syntax Coloring Map For Bridge
#######################################
#######################################
# Data types & structures (KEYWORD1/3)
#######################################
coop_error_t KEYWORD3
coop_tick_t KEYWORD3
coop_thrd_proc_t KEYWORD3
coop_predic_proc_t KEYWORD3
#######################################
# Methods (KEYWORD2)
#######################################
coop_sched_service KEYWORD2
coop_sched_thread KEYWORD2
coop_thread_name KEYWORD2
coop_yield KEYWORD2
coop_yield_after KEYWORD2
coop_idle KEYWORD2
coop_wait KEYWORD2
coop_wait_cond KEYWORD2
coop_notify KEYWORD2
coop_notify_all KEYWORD2
coop_stack_wm KEYWORD2
coop_tick_cb KEYWORD2
coop_idle_cb KEYWORD2
coop_dbg_log_cb KEYWORD2
COOP_IS_TICK_OVER KEYWORD2
#######################################
# Constants (LITERAL1)
#######################################
COOP_SUCCESS LITERAL1
COOP_ERR_INV_ARG LITERAL1
COOP_ERR_LIMIT LITERAL1
COOP_ERR_TIMEOUT LITERAL1
COOP_MAX_TICK LITERAL1
COOP_OVER_TICKS LITERAL1
COOP_MAX_PERIOD LITERAL1
CONFIG_DEFAULT_STACK_SIZE LITERAL1
CONFIG_MAX_THREADS LITERAL1
CONFIG_OPT_YIELD_AFTER LITERAL1
CONFIG_OPT_IDLE LITERAL1
CONFIG_OPT_WAIT LITERAL1
CONFIG_OPT_STACK_WM LITERAL1
CONFIG_NOEXIT_STATIC_THREADS LITERAL1
CONFIG_DBG_LOG_CB_ALT LITERAL1
CONFIG_TICK_CB_ALT LITERAL1
CONFIG_IDLE_CB_ALT LITERAL1
COOP_DEBUG LITERAL1