Searched refs:wrc (Results 1 – 7 of 7) sorted by relevance
/external/icu/android_icu4j/src/main/java/android/icu/impl/ |
D | ICURWLock.java | 78 private Stats(int rc, int mrc, int wrc, int wc, int wwc) { in Stats() argument 81 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 | 289 pid_t child_p = 0, wrc; in threaded_A() local 355 wrc = waitpid(child_p, &status, 0); in threaded_A() 356 if (wrc != child_p) { in threaded_A() 358 (int)wrc); in threaded_A()
|
/external/ltp/testcases/open_posix_testsuite/stress/threads/pthread_cond_wait/ |
D | stress1.c | 279 pid_t child_p = 0, wrc; in threaded_A() local 334 wrc = waitpid(child_p, &status, 0); in threaded_A() 335 if (wrc != child_p) { in threaded_A() 337 (int)wrc); in threaded_A()
|
/external/curl/src/ |
D | Makefile.Watcom | 58 RC = wrc
|
/external/curl/lib/ |
D | Makefile.Watcom | 57 RC = wrc
|
D | ssh.c | 638 int wrc = in ssh_knownhost() local 642 if(wrc) { in ssh_knownhost()
|