| /third_party/skia/third_party/externals/abseil-cpp/absl/synchronization/ |
| H A D | mutex.cc | 591 // 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 D | mutex.h | 465 void LockSlowLoop(SynchWaitParams *waitp, int flags); 473 void UnlockSlow(SynchWaitParams *waitp) ABSL_ATTRIBUTE_COLD;
|
| /third_party/curl/lib/ |
| H A D | hostasyn.c | 118 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 D | hostip6.c | 101 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 D | asyn-thread.c | 888 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 D | hostip4.c | 92 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 D | asyn.h | 161 int *waitp);
|
| H A D | doh.h | 82 int *waitp);
|
| H A D | asyn-ares.c | 768 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 D | hostip.h | 124 int *waitp);
|
| H A D | doh.c | 368 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 D | create_thread_identity.cc | 79 pts->waitp = nullptr; in ResetThreadIdentity()
|
| /third_party/skia/third_party/externals/abseil-cpp/absl/base/internal/ |
| H A D | thread_identity.h | 113 // The wait parameters of the current wait. waitp is null if the 123 SynchWaitParams* waitp; member
|