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

/hardware/intel/common/libwsbm/src/
H A Dwsbm_driver.h42 struct _WsbmMutex struct
56 int (*mutexInit) (struct _WsbmMutex *, struct _WsbmThreadFuncs *);
57 void (*mutexFree) (struct _WsbmMutex *);
58 void (*mutexLock) (struct _WsbmMutex *);
59 void (*mutexUnlock) (struct _WsbmMutex *);
62 void (*condWait) (struct _WsbmCond *, struct _WsbmMutex *);

Completed in 108 milliseconds