MCPcopy Create free account
hub / github.com/F-Stack/f-stack / gtaskqueue_thread_enqueue

Function gtaskqueue_thread_enqueue

freebsd/kern/subr_gtaskqueue.c:574–582  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

572}
573
574static void
575gtaskqueue_thread_enqueue(void *context)
576{
577 struct gtaskqueue **tqp, *tq;
578
579 tqp = context;
580 tq = *tqp;
581 wakeup_any(tq);
582}
583
584static struct gtaskqueue *
585gtaskqueue_create_fast(const char *name, int mflags,

Callers

nothing calls this directly

Calls 1

wakeup_anyFunction · 0.70

Tested by

no test coverage detected