If I set a lock in process A that has two child processes with :
int a = lockf(fic2, F_LOCK, 0);
can I unlock it in process B with :