Home
last modified time | relevance | path

Searched refs:EVENT_TYPE_SYNC (Results 1 – 6 of 6) sorted by relevance

/dports/games/openomf/openomf-c36c421/src/controller/
H A Dcontroller.c46 if (ev->type == EVENT_TYPE_SYNC) { in controller_free_chain()
85 (*ev)->type = EVENT_TYPE_SYNC; in controller_sync()
H A Dnet_controller.c147 case EVENT_TYPE_SYNC: in net_controller_tick()
203 uint8_t et = EVENT_TYPE_SYNC; in net_controller_update()
/dports/games/openomf/openomf-c36c421/include/controller/
H A Dcontroller.h31 EVENT_TYPE_SYNC, enumerator
/dports/misc/rump/buildrump.sh-b914579/src/sys/compat/ndis/
H A Dsubr_ntoskrnl.c497 KeInitializeEvent(&dev->do_devlock, EVENT_TYPE_SYNC, TRUE); in IoCreateDevice()
1028 if (obj->dh_type == EVENT_TYPE_SYNC) in ntoskrnl_wakeup()
1157 if (obj->dh_type == EVENT_TYPE_SYNC)
1226 if (obj->dh_type == EVENT_TYPE_SYNC)
1295 if (obj[i]->dh_type == EVENT_TYPE_SYNC)
1371 if (obj[i]->dh_type == EVENT_TYPE_SYNC)
2210 kmutex->km_header.dh_type = EVENT_TYPE_SYNC;
H A Dntoskrnl_var.h335 #define EVENT_TYPE_SYNC 1 macro
/dports/games/openomf/openomf-c36c421/src/game/scenes/
H A Darena.c852 } else if (i->type == EVENT_TYPE_SYNC) { in arena_handle_events()