HomeSort by: relevance | last modified time | path
    Searched defs:syncobj_t (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/sys/
syncobj.h 52 } const syncobj_t; typedef in typeref:struct:syncobj const
60 extern syncobj_t callout_syncobj;
61 extern syncobj_t cv_syncobj;
62 extern syncobj_t kpause_syncobj;
63 extern syncobj_t lwp_park_syncobj;
64 extern syncobj_t mutex_syncobj;
65 extern syncobj_t rw_syncobj;
66 extern syncobj_t sched_syncobj;
67 extern syncobj_t select_syncobj;
68 extern syncobj_t sleep_syncobj
    [all...]
syncobj.h 52 } const syncobj_t; typedef in typeref:struct:syncobj const
60 extern syncobj_t callout_syncobj;
61 extern syncobj_t cv_syncobj;
62 extern syncobj_t kpause_syncobj;
63 extern syncobj_t lwp_park_syncobj;
64 extern syncobj_t mutex_syncobj;
65 extern syncobj_t rw_syncobj;
66 extern syncobj_t sched_syncobj;
67 extern syncobj_t select_syncobj;
68 extern syncobj_t sleep_syncobj
    [all...]

Completed in 23 milliseconds