Searched defs:userland_cond_t (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/third_party/usrsctp/usrsctplib/netinet/
H A Dsctp_os_userspace.h63 } userland_cond_t; typedef in typeref:struct:__anon15637
64 void InitializeXPConditionVariable(userland_cond_t *);
65 void DeleteXPConditionVariable(userland_cond_t *);
66 int SleepXPConditionVariable(userland_cond_t *, userland_mutex_t *);
67 void WakeAllXPConditionVariable(userland_cond_t *);
74 typedef CONDITION_VARIABLE userland_cond_t; typedef
409 typedef pthread_cond_t userland_cond_t; typedef

Completed in 89 milliseconds