Searched defs:_WsbmCond (Results 1 - 1 of 1) sorted by relevance

/hardware/intel/common/libwsbm/src/
H A Dwsbm_driver.h48 struct _WsbmCond struct
60 int (*condInit) (struct _WsbmCond *, struct _WsbmThreadFuncs *);
61 void (*condFree) (struct _WsbmCond *);
62 void (*condWait) (struct _WsbmCond *, struct _WsbmMutex *);
63 void (*condBroadcast) (struct _WsbmCond *);

Completed in 60 milliseconds