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);
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);
本文标题:semaphore.h
本文链接:https://www.haomeiwen.com/subject/gsmxsxtx.html
网友评论