[Stormdos-develop] ;)
Status: Planning
Brought to you by:
exhu
From: Juras <yb...@tu...> - 2004-05-16 08:48:59
|
Hello stormdos-develop, well, I found some time ;) Now, devices engine (DRIVER API - kdrvdev.pas) has functions to provide thread-safety: a mutex - drv_wait_mutex(), drv_release_mutex() functions were implemented Thread-safety is needed in case a driver uses multithreading to handle all the requests - driver engine is not a shared resource, i.e. the functions are not reentrant! -- Best regards, Juras mailto:yb...@tu... |