$ 0 0 Hi to all, Semaphore_construct(&radioAccessSem, 1, &semParam); Semaphore_construct(&radioResultSem, 0, &semParam); What's the differences of the actual ARGUMENTS of 1 and 0 in the function Semaphore_construct() as you see on the above picture?