You still have not defined HOW you want to lock it.
For example, do you want to lock it to prevent your other threads from writing to the same file? Or writing and reading? Or prevent your other thread from even opening the file? Or prevent any application in the entire system from opening the file? Or perhaps allowing some apps to read the file but not write to it? etc...