~martin-decky/helenos/rcu

« back to all changes in this revision

Viewing changes to kernel/generic/src/proc/workq.c

  • Committer: Martin Decky
  • Date: 2012-06-20 18:07:24 UTC
  • Revision ID: martin@decky.cz-20120620180724-vhctn1c30vh1qayh
adopt RCU for HelenOS specifics (no CPUs in motion)

Show diffs side-by-side

added added

removed removed

Lines of Context:
87
87
}
88
88
 
89
89
void *workq_dispatch(workq_t *workq, workq_fn_t fn, void *arg,
90
 
    unsigned int flags)
 
90
    workq_flags_t flags)
91
91
{
92
92
        // FIXME TODO
93
93
        return NULL;