释出信号。
语法: int sem_release(int sem_identifier);
返回值: 整数
函数种类: 操作系统与环境
本函数用来释出调用行程捕获的系统信号 (semaphore)。成功则返回 true 值。
sem_get() sem_acquire()