FORK_LOCK_NAME
mutex_init(&sForkLock, FORK_LOCK_NAME);
static mutex sForkLock = MUTEX_INITIALIZER(FORK_LOCK_NAME);