Searched refs:wrc (Results 1 – 6 of 6) sorted by relevance
/external/icu/android_icu4j/src/main/java/android/icu/impl/ |
D | ICURWLock.java | 79 private Stats(int rc, int mrc, int wrc, int wc, int wwc) { in Stats() argument 82 this._wrc = wrc; in Stats()
|
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/ |
D | ICURWLock.java | 76 private Stats(int rc, int mrc, int wrc, int wc, int wwc) { in Stats() argument 79 this._wrc = wrc; in Stats()
|
/external/ltp/testcases/open_posix_testsuite/stress/threads/pthread_cond_timedwait/ |
D | stress1.c | 272 pid_t child_p = 0, wrc; in threaded_A() local 338 wrc = waitpid(child_p, &status, 0); in threaded_A() 339 if (wrc != child_p) { in threaded_A() 341 (int)wrc); in threaded_A()
|
/external/ltp/testcases/open_posix_testsuite/stress/threads/pthread_cond_wait/ |
D | stress1.c | 271 pid_t child_p = 0, wrc; in threaded_A() local 326 wrc = waitpid(child_p, &status, 0); in threaded_A() 327 if (wrc != child_p) { in threaded_A() 329 (int)wrc); in threaded_A()
|
/external/rust/crates/grpcio-sys/grpc/third_party/cares/cares/ |
D | Makefile.Watcom | 24 RC = wrc
|
/external/curl/lib/vssh/ |
D | libssh2.c | 598 int wrc = in ssh_knownhost() local 602 if(wrc) { in ssh_knownhost()
|