1 #ifndef FIBER_SEM_INCLUDE_H 2 #define FIBER_SEM_INCLUDE_H 33 #if !defined(_WIN32) && !defined(_WIN64)
FIBER_API void acl_fiber_sem_set_tid(ACL_FIBER_SEM *sem, unsigned long tid)
FIBER_API int acl_fiber_sem_num(ACL_FIBER_SEM *sem)
FIBER_API unsigned long acl_fiber_sem_get_tid(ACL_FIBER_SEM *sem)
FIBER_API ACL_FIBER_SEM * acl_fiber_sem_create(int num)
FIBER_API int acl_fiber_sem_trywait(ACL_FIBER_SEM *sem)
struct ACL_FIBER_SEM ACL_FIBER_SEM
FIBER_API int acl_fiber_sem_wait(ACL_FIBER_SEM *sem)
FIBER_API int acl_fiber_sem_post(ACL_FIBER_SEM *sem)
FIBER_API void acl_fiber_sem_free(ACL_FIBER_SEM *sem)