Home
last modified time | relevance | path

Searched refs:waitp (Results 1 - 13 of 13) sorted by relevance

/third_party/skia/third_party/externals/abseil-cpp/absl/synchronization/
H A Dmutex.cc591 // Mutex code checking that the "waitp" field has not been reused.
772 return x->waitp->how == y->waitp->how && x->priority == y->priority && in MuEquivalentWaiter()
773 Condition::GuaranteedEqual(x->waitp->cond, y->waitp->cond); in MuEquivalentWaiter()
868 static void CondVarEnqueue(SynchWaitParams *waitp);
870 // Enqueue thread "waitp->thread" on a waiter queue.
872 // If head==nullptr and waitp->cv_word==nullptr, then Enqueue() is
876 // If waitp->cv_word == nullptr, queue the thread at either the front or
885 // If waitp
889 Enqueue(PerThreadSynch *head, SynchWaitParams *waitp, intptr_t mu, int flags) Enqueue() argument
1914 LockSlowLoop(SynchWaitParams *waitp, int flags) LockSlowLoop() argument
2035 UnlockSlow(SynchWaitParams *waitp) UnlockSlow() argument
2500 CondVarEnqueue(SynchWaitParams *waitp) CondVarEnqueue() argument
[all...]
H A Dmutex.h465 void LockSlowLoop(SynchWaitParams *waitp, int flags);
473 void UnlockSlow(SynchWaitParams *waitp) ABSL_ATTRIBUTE_COLD;
/third_party/curl/lib/
H A Dhostasyn.c118 int *waitp) in Curl_getaddrinfo()
120 return Curl_resolver_getaddrinfo(data, hostname, port, waitp); in Curl_getaddrinfo()
115 Curl_getaddrinfo(struct Curl_easy *data, const char *hostname, int port, int *waitp) Curl_getaddrinfo() argument
H A Dhostip6.c101 int *waitp) in Curl_getaddrinfo()
113 *waitp = 0; /* synchronous response only */ in Curl_getaddrinfo()
98 Curl_getaddrinfo(struct Curl_easy *data, const char *hostname, int port, int *waitp) Curl_getaddrinfo() argument
H A Dasyn-thread.c888 int *waitp) in Curl_resolver_getaddrinfo()
892 *waitp = 0; /* default to synchronous response */ in Curl_resolver_getaddrinfo()
898 *waitp = 1; /* expect asynchronous response */ in Curl_resolver_getaddrinfo()
915 int *waitp) in Curl_resolver_getaddrinfo()
921 *waitp = 0; /* default to synchronous response */ in Curl_resolver_getaddrinfo()
941 *waitp = 1; /* expect asynchronous response */ in Curl_resolver_getaddrinfo()
885 Curl_resolver_getaddrinfo(struct Curl_easy *data, const char *hostname, int port, int *waitp) Curl_resolver_getaddrinfo() argument
912 Curl_resolver_getaddrinfo(struct Curl_easy *data, const char *hostname, int port, int *waitp) Curl_resolver_getaddrinfo() argument
H A Dhostip4.c92 int *waitp) in Curl_getaddrinfo()
100 *waitp = 0; /* synchronous response only */ in Curl_getaddrinfo()
89 Curl_getaddrinfo(struct Curl_easy *data, const char *hostname, int port, int *waitp) Curl_getaddrinfo() argument
H A Dasyn.h161 int *waitp);
H A Ddoh.h82 int *waitp);
H A Dasyn-ares.c768 int *waitp) in Curl_resolver_getaddrinfo()
772 *waitp = 0; /* default to synchronous response */ in Curl_resolver_getaddrinfo()
839 *waitp = 1; /* expect asynchronous response */ in Curl_resolver_getaddrinfo()
765 Curl_resolver_getaddrinfo(struct Curl_easy *data, const char *hostname, int port, int *waitp) Curl_resolver_getaddrinfo() argument
H A Dhostip.h124 int *waitp);
H A Ddoh.c368 int *waitp) in Curl_doh()
374 *waitp = FALSE; in Curl_doh()
414 *waitp = TRUE; /* this never returns synchronously */ in Curl_doh()
365 Curl_doh(struct Curl_easy *data, const char *hostname, int port, int *waitp) Curl_doh() argument
/third_party/skia/third_party/externals/abseil-cpp/absl/synchronization/internal/
H A Dcreate_thread_identity.cc79 pts->waitp = nullptr; in ResetThreadIdentity()
/third_party/skia/third_party/externals/abseil-cpp/absl/base/internal/
H A Dthread_identity.h113 // The wait parameters of the current wait. waitp is null if the
123 SynchWaitParams* waitp; member

Completed in 17 milliseconds