retval            203 coordinatorapi.cpp     int retval = select(PROTECTED_COORD_FD+1, &rfds, NULL, NULL, timeout);
retval            204 coordinatorapi.cpp     if (retval == 0) { // timeout expired, time for checkpoint
retval            207 coordinatorapi.cpp     } else if (retval > 0) {
retval            189 miscwrappers.cpp   pid_t retval = 0;
retval            195 miscwrappers.cpp   retval = _real_wait4(pid, status, options, rusage);
retval            198 miscwrappers.cpp   if (retval > 0 &&
retval            200 miscwrappers.cpp     ProcessInfo::instance().eraseChild(retval);
retval            203 miscwrappers.cpp   return retval;
retval            211 miscwrappers.cpp   int retval = _real_waitid (idtype, id, &siginfop, options);
retval            213 miscwrappers.cpp   if (retval != -1) {
retval            218 miscwrappers.cpp   if (retval == 0 && infop != NULL) {
retval            222 miscwrappers.cpp   return retval;
retval            111 mtcpinterface.cpp void dmtcp::callbackHoldsAnyLocks(int *retval)
retval            126 mtcpinterface.cpp   *retval = ThreadSync::isThisThreadHoldingAnyLocks();
retval            127 mtcpinterface.cpp   if (*retval) {
retval             36 mtcpinterface.h   void callbackHoldsAnyLocks(int *retval);
retval             32 plugin/alloc/mallocwrappers.cpp   void *retval = _real_calloc ( nmemb, size );
retval             34 plugin/alloc/mallocwrappers.cpp   return retval;
retval             40 plugin/alloc/mallocwrappers.cpp   void *retval = _real_malloc ( size );
retval             42 plugin/alloc/mallocwrappers.cpp   return retval;
retval             48 plugin/alloc/mallocwrappers.cpp   void *retval = _real_memalign(boundary, size);
retval             50 plugin/alloc/mallocwrappers.cpp   return retval;
retval             56 plugin/alloc/mallocwrappers.cpp   int retval = _real_posix_memalign(memptr, alignment, size);
retval             58 plugin/alloc/mallocwrappers.cpp   return retval;
retval             64 plugin/alloc/mallocwrappers.cpp   void *retval = _real_valloc(size);
retval             66 plugin/alloc/mallocwrappers.cpp   return retval;
retval             79 plugin/alloc/mallocwrappers.cpp   void *retval = _real_realloc ( ptr, size );
retval             81 plugin/alloc/mallocwrappers.cpp   return retval;
retval             33 plugin/alloc/mmapwrappers.cpp   void *retval = _real_mmap(addr, length, prot, flags, fd, offset);
retval             35 plugin/alloc/mmapwrappers.cpp   return retval;
retval             42 plugin/alloc/mmapwrappers.cpp   void *retval = _real_mmap64(addr, length, prot, flags, fd, offset);
retval             44 plugin/alloc/mmapwrappers.cpp   return retval;
retval             50 plugin/alloc/mmapwrappers.cpp   int retval = _real_munmap(addr, length);
retval             52 plugin/alloc/mmapwrappers.cpp   return retval;
retval             59 plugin/alloc/mmapwrappers.cpp   void *retval;
retval             66 plugin/alloc/mmapwrappers.cpp     retval = _real_mremap(old_address, old_size, new_size, flags, new_address);
retval             68 plugin/alloc/mmapwrappers.cpp     retval = _real_mremap(old_address, old_size, new_size, flags);
retval             71 plugin/alloc/mmapwrappers.cpp   return retval;
retval             78 plugin/alloc/mmapwrappers.cpp   void *retval = _real_mremap(old_address, old_size, new_size, flags);
retval             80 plugin/alloc/mmapwrappers.cpp   return retval;
retval            587 plugin/ipc/file/filewrappers.cpp   int retval = _real_xstat(vers, newpath, buf);
retval            589 plugin/ipc/file/filewrappers.cpp   return retval;
retval            598 plugin/ipc/file/filewrappers.cpp   int retval = _real_xstat64(vers, newpath, buf);
retval            600 plugin/ipc/file/filewrappers.cpp   return retval;
retval            607 plugin/ipc/file/filewrappers.cpp   int retval = _real_fxstat(vers, fd, buf);
retval            609 plugin/ipc/file/filewrappers.cpp   return retval;
retval            615 plugin/ipc/file/filewrappers.cpp   int retval = _real_fxstat64(vers, fd, buf);
retval            617 plugin/ipc/file/filewrappers.cpp   return retval;
retval            627 plugin/ipc/file/filewrappers.cpp   int retval = _real_lxstat(vers, newpath, buf);
retval            629 plugin/ipc/file/filewrappers.cpp   return retval;
retval            638 plugin/ipc/file/filewrappers.cpp   int retval = _real_lxstat64(vers, newpath, buf);
retval            640 plugin/ipc/file/filewrappers.cpp   return retval;
retval            652 plugin/ipc/file/filewrappers.cpp   ssize_t retval;
retval            656 plugin/ipc/file/filewrappers.cpp     retval = bufsiz > strlen(procSelfExe) ? strlen(procSelfExe) : bufsiz;
retval            659 plugin/ipc/file/filewrappers.cpp     retval = _real_readlink(newpath, buf, bufsiz);
retval            662 plugin/ipc/file/filewrappers.cpp   return retval;
retval            752 plugin/ipc/file/filewrappers.cpp   int retval;
retval            761 plugin/ipc/file/filewrappers.cpp     retval = _real_ioctl(d, request, win);  // This fills in win
retval            771 plugin/ipc/file/filewrappers.cpp     retval = _real_ioctl(d, request, arg);
retval            773 plugin/ipc/file/filewrappers.cpp   return retval;
retval             84 plugin/ipc/socket/socketwrappers.cpp     int retval;
retval             92 plugin/ipc/socket/socketwrappers.cpp     retval = select(sockfd+1, NULL, &wfds, NULL, &tv);
retval             95 plugin/ipc/socket/socketwrappers.cpp     if (retval == -1)
retval            160 plugin/pid/pid_filewrappers.cpp   int retval = _real_xstat( vers, newpath, buf );
retval            161 plugin/pid/pid_filewrappers.cpp   return retval;
retval            169 plugin/pid/pid_filewrappers.cpp   int retval = _real_xstat64( vers, newpath, buf );
retval            170 plugin/pid/pid_filewrappers.cpp   return retval;
retval            176 plugin/pid/pid_filewrappers.cpp   int retval = _real_fxstat(vers, fd, buf);
retval            177 plugin/pid/pid_filewrappers.cpp   return retval;
retval            182 plugin/pid/pid_filewrappers.cpp   int retval = _real_fxstat64(vers, fd, buf);
retval            183 plugin/pid/pid_filewrappers.cpp   return retval;
retval            192 plugin/pid/pid_filewrappers.cpp   int retval = _real_lxstat( vers, newpath, buf );
retval            193 plugin/pid/pid_filewrappers.cpp   return retval;
retval            201 plugin/pid/pid_filewrappers.cpp   int retval = _real_lxstat64( vers, newpath, buf );
retval            202 plugin/pid/pid_filewrappers.cpp   return retval;
retval            230 plugin/pid/pid_filewrappers.cpp   char *retval = NEXT_FNC_DEFAULT(realpath) (newpath, resolved_path);
retval            231 plugin/pid/pid_filewrappers.cpp   if (retval != NULL) {
retval            232 plugin/pid/pid_filewrappers.cpp     updateProcPathRealToVirtual(retval, &newpath);
retval            233 plugin/pid/pid_filewrappers.cpp     strcpy(retval, newpath);
retval            235 plugin/pid/pid_filewrappers.cpp   return retval;
retval            273 plugin/pid/pid_filewrappers.cpp   int retval;
retval            282 plugin/pid/pid_filewrappers.cpp     retval = _real_ioctl(d, request, win);  // This fills in win
retval            292 plugin/pid/pid_filewrappers.cpp     retval = _real_ioctl(d, request, arg);
retval            294 plugin/pid/pid_filewrappers.cpp   return retval;
retval             66 plugin/pid/pid_miscwrappers.cpp   pid_t retval = 0;
retval             74 plugin/pid/pid_miscwrappers.cpp     retval = virtualPid;
retval             78 plugin/pid/pid_miscwrappers.cpp     retval = realPid;
retval             82 plugin/pid/pid_miscwrappers.cpp   return retval;
retval            348 plugin/pid/pid_syscallsreal.c void _real_pthread_exit (void *retval) {
retval            349 plugin/pid/pid_syscallsreal.c   REAL_FUNC_PASSTHROUGH_VOID ( pthread_exit ) (retval);
retval            186 plugin/pid/pidwrappers.cpp   pid_t retval = REAL_TO_VIRTUAL_PID(_real_tcgetpgrp(fd));
retval            188 plugin/pid/pidwrappers.cpp   JTRACE("tcgetpgrp return value") (fd) (retval);
retval            191 plugin/pid/pidwrappers.cpp   return retval;
retval            198 plugin/pid/pidwrappers.cpp   pid_t retval = REAL_TO_VIRTUAL_PID(_real_tcgetsid(fd));
retval            200 plugin/pid/pidwrappers.cpp   JTRACE("tcgetsid return value") (fd) (retval);
retval            203 plugin/pid/pidwrappers.cpp   return retval;
retval            411 plugin/pid/pidwrappers.cpp   int retval = 0;
retval            428 plugin/pid/pidwrappers.cpp   while (retval == 0) {
retval            431 plugin/pid/pidwrappers.cpp     retval = _real_waitid (idtype, currPid, &siginfop, options | WNOHANG);
retval            433 plugin/pid/pidwrappers.cpp     if (retval != -1) {
retval            443 plugin/pid/pidwrappers.cpp         retval == -1 ||
retval            454 plugin/pid/pidwrappers.cpp   if (retval == 0 && infop != NULL) {
retval            458 plugin/pid/pidwrappers.cpp   return retval;
retval            505 plugin/pid/pidwrappers.cpp   pid_t retval = 0;
retval            512 plugin/pid/pidwrappers.cpp   while (retval == 0) {
retval            515 plugin/pid/pidwrappers.cpp     retval = _real_wait4(currPid, status, options | WNOHANG, rusage);
retval            517 plugin/pid/pidwrappers.cpp     virtualPid = REAL_TO_VIRTUAL_PID(retval);
retval            519 plugin/pid/pidwrappers.cpp     if (retval > 0 &&
retval            525 plugin/pid/pidwrappers.cpp     if ((options & WNOHANG) || retval != 0) {
retval            597 plugin/pid/pidwrappers.cpp   int retval = result;
retval            600 plugin/pid/pidwrappers.cpp     retval = REAL_TO_VIRTUAL_PID(result);
retval            604 plugin/pid/pidwrappers.cpp   return retval;
retval            211 plugin/pid/pidwrappers.h   void _real_pthread_exit (void *retval);
retval            925 syscallsreal.c int _real_pthread_tryjoin_np(pthread_t thread, void **retval) {
retval            926 syscallsreal.c   REAL_FUNC_PASSTHROUGH_TYPED (int, pthread_tryjoin_np) (thread, retval);
retval            930 syscallsreal.c int _real_pthread_timedjoin_np(pthread_t thread, void **retval,
retval            932 syscallsreal.c   REAL_FUNC_PASSTHROUGH_TYPED (int, pthread_timedjoin_np) (thread, retval, abstime);
retval            944 syscallsreal.c void _real_pthread_exit(void *retval) {
retval            945 syscallsreal.c   REAL_FUNC_PASSTHROUGH_NORETURN (pthread_exit) (retval);
retval            386 syscallwrappers.h   void _real_pthread_exit(void *retval) __attribute__ ((__noreturn__));
retval            387 syscallwrappers.h   int _real_pthread_tryjoin_np(pthread_t thread, void **retval);
retval            388 syscallwrappers.h   int _real_pthread_timedjoin_np(pthread_t thread, void **retval,
retval            526 threadlist.cpp     int retval;
retval            527 threadlist.cpp     callbackHoldsAnyLocks(&retval);
retval            528 threadlist.cpp     if (retval) return;
retval            179 threadwrappers.cpp   int retval;
retval            215 threadwrappers.cpp   retval = _real_pthread_create(thread, attr, pthread_start, threadArg);
retval            219 threadwrappers.cpp   if (retval == 0) {
retval            225 threadwrappers.cpp   return retval;
retval            228 threadwrappers.cpp extern "C" void pthread_exit(void * retval)
retval            235 threadwrappers.cpp   _real_pthread_exit(retval);
retval            261 threadwrappers.cpp extern "C" int pthread_join(pthread_t thread, void **retval)
retval            274 threadwrappers.cpp     ret = _real_pthread_timedjoin_np(thread, retval, &ts);
retval            286 threadwrappers.cpp extern "C" int pthread_tryjoin_np(pthread_t thread, void **retval)
retval            294 threadwrappers.cpp   ret = _real_pthread_tryjoin_np(thread, retval);
retval            301 threadwrappers.cpp extern "C" int pthread_timedjoin_np(pthread_t thread, void **retval,
retval            319 threadwrappers.cpp       ret = _real_pthread_timedjoin_np(thread, retval, &ts);
retval             40 trampolines.cpp     long retval = syscall(SYS_brk, NULL);
retval             41 trampolines.cpp     curbrk = (void *)retval;
retval             56 trampolines.cpp   void *retval = sbrk_wrapper(increment);
retval             59 trampolines.cpp   return retval;