HomeSort by relevance Sort by last modified time
    Searched refs:SCTP_TIMERQ_LOCK (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/third_party/usrsctp/usrsctplib/netinet/
sctp_callout.c 47 * SCTP_TIMERQ_LOCK protects:
69 SCTP_TIMERQ_LOCK();
102 SCTP_TIMERQ_LOCK();
133 SCTP_TIMERQ_LOCK();
149 SCTP_TIMERQ_LOCK();
sctp_callout.h 43 * - SCTP_TIMERQ_LOCK()
55 #define SCTP_TIMERQ_LOCK() EnterCriticalSection(&SCTP_BASE_VAR(timer_mtx))
60 #define SCTP_TIMERQ_LOCK() (void)pthread_mutex_lock(&SCTP_BASE_VAR(timer_mtx))
  /external/chromium_org/third_party/usrsctp/usrsctplib/
user_sctp_timer_iterate.c 76 SCTP_TIMERQ_LOCK();
89 SCTP_TIMERQ_LOCK();

Completed in 32 milliseconds