rtos_type::create is only used within OpenOCD.
 
Symbols
loading...
Files
loading...

rtos_type::create field

Syntax

int (*create)(struct target *target);

References

LocationReferrerScopeText
rtos.h:62
int (*create)(struct target *target);
FreeRTOS.c:82freertos_create()freertos_rtos
const struct rtos_type freertos_rtos = {
FreeRTOS.c:86
.create = freertos_create,
ThreadX.c:193threadx_create()threadx_rtos
const struct rtos_type threadx_rtos = {
ThreadX.c:197
.create = threadx_create,
chibios.c:99chibios_create()chibios_rtos
const struct rtos_type chibios_rtos = {
chibios.c:103
.create = chibios_create,
chromium-ec.c:383chromium_ec_create()chromium_ec_rtos
const struct rtos_type chromium_ec_rtos = {
chromium-ec.c:386
eCos.c:455ecos_create()ecos_rtos
const struct rtos_type ecos_rtos = {
eCos.c:459
.create = ecos_create,
embKernel.c:29embkernel_create()embkernel_rtos
const struct rtos_type embkernel_rtos = {
embKernel.c:32
.create = embkernel_create,
hwthread.c:50hwthread_create()hwthread_rtos
const struct rtos_type hwthread_rtos = {
hwthread.c:53
.create = hwthread_create,
linux.c:250linux_os_create()linux_rtos
const struct rtos_type linux_rtos = {
linux.c:253
.create = linux_os_create,
mqx.c:500mqx_create()mqx_rtos
const struct rtos_type mqx_rtos = {
mqx.c:503
.create = mqx_create,
nuttx.c:434nuttx_create()nuttx_rtos
const struct rtos_type nuttx_rtos = {
nuttx.c:437
.create = nuttx_create,
riot.c:97riot_create()riot_rtos
const struct rtos_type riot_rtos = {
riot.c:100
.create = riot_create,
rtkernel.c:375rtkernel_create()rtkernel_rtos
const struct rtos_type rtkernel_rtos = {
rtkernel.c:379
.create = rtkernel_create,
rtos.c:91os_alloc_create()
ret = target->rtos->type->create(target);
rtos.c:394rtos_thread_packet()
target->rtos->type->create(target);
uCOS-III.c:501ucos_iii_create()ucos_iii_rtos
const struct rtos_type ucos_iii_rtos = {
uCOS-III.c:504
.create = ucos_iii_create,
zephyr.c:788zephyr_create()zephyr_rtos
const struct rtos_type zephyr_rtos = {
zephyr.c:792
.create = zephyr_create,