semaphore.h
2017-09-11 本文已影响70人
李潇南
DISPATCH_DECL(dispatch_semaphore);
dispatch_semaphore_t
dispatch_semaphore_create(long value);
long
dispatch_semaphore_wait(dispatch_semaphore_t dsema, dispatch_time_t timeout);
long
dispatch_semaphore_signal(dispatch_semaphore_t dsema);