Home
last modified time | relevance | path

Searched refs:KORE_MSG_ACCEPT_AVAILABLE (Results 1 – 2 of 2) sorted by relevance

/dports/devel/kore/kore-4.1.0/src/
H A Dworker.c430 kore_msg_register(KORE_MSG_ACCEPT_AVAILABLE, worker_accept_avail); in kore_worker_entry()
610 KORE_MSG_ACCEPT_AVAILABLE, NULL, 0); in kore_worker_make_busy()
790 kore_msg_send(KORE_MSG_WORKER_ALL, KORE_MSG_ACCEPT_AVAILABLE, NULL, 0); in worker_acceptlock_release()
/dports/devel/kore/kore-4.1.0/include/kore/
H A Dkore.h660 #define KORE_MSG_ACCEPT_AVAILABLE 10 macro