Home
last modified time | relevance | path

Searched defs:_so (Results 1 – 7 of 7) sorted by relevance

/third_party/gstreamer/gstplugins_bad/ext/sctp/usrsctp/usrsctplib/
Duser_socketvar.h281 #define SOCK_COND_INIT(_so) InitializeConditionVariable((&(_so)->timeo_cond)) argument
282 #define SOCK_COND_DESTROY(_so) DeleteConditionVariable((&(_so)->timeo_cond)) argument
283 #define SOCK_COND(_so) (&(_so)->timeo_cond) argument
301 #define SOCK_COND_INIT(_so) pthread_cond_init((&(_so)->timeo_cond), NULL) argument
302 #define SOCK_COND_DESTROY(_so) pthread_cond_destroy((&(_so)->timeo_cond)) argument
303 #define SOCK_COND(_so) (&(_so)->timeo_cond) argument
319 #define SOCK_MTX(_so) SOCKBUF_MTX(&(_so)->so_rcv) argument
325 #define SOCK_LOCK_ASSERT(_so) SOCKBUF_LOCK_ASSERT(&(_so)->so_rcv) argument
/third_party/lzma/CPP/7zip/UI/Console/
DOpenCallbackConsole.h17 CStdOutStream *_so; variable
DUpdateCallbackConsole.h34 CStdOutStream *_so; variable
DExtractCallbackConsole.h39 CStdOutStream *_so; variable
DExtractCallbackConsole.cpp265 static void PrintFileInfo(CStdOutStream *_so, const wchar_t *path, const FILETIME *ft, const UInt64… in PrintFileInfo()
607 void Print_ErrorFormatIndex_Warning(CStdOutStream *_so, const CCodecs *codecs, const CArc &arc) in Print_ErrorFormatIndex_Warning()
DUpdateCallbackConsole.cpp434 void static PrintToDoStat(CStdOutStream *_so, const CDirItemsStat2 &stat, const char *name) in PrintToDoStat()
/third_party/gstreamer/gstplugins_bad/ext/sctp/usrsctp/usrsctplib/netinet/
Dsctp_lock_userspace.h238 #define SOCK_LOCK(_so) argument
239 #define SOCK_UNLOCK(_so) argument