TRUE 138 ompi/debuggers/ompi_msgq_dll.c #ifndef TRUE TRUE 689 ompi/debuggers/ompi_msgq_dll.c old->present = TRUE; TRUE 1045 ompi/debuggers/ompi_msgq_dll.c (TRUE == res->system_buffer ? "TRUE" : "FALSE"), (long long)res->buffer, TRUE 1117 ompi/debuggers/ompi_msgq_dll.c res->tag_wild = TRUE; TRUE 1185 ompi/debuggers/ompi_msgq_dll.c res->system_buffer = ( req_buffer == res->buffer ? FALSE : TRUE ); TRUE 1286 ompi/debuggers/ompi_msgq_dll.c return fetch_request( proc, p_info, op, TRUE ); TRUE 32 ompi/mca/coll/libnbc/libdict/dict.h #ifndef TRUE TRUE 15 ompi/mca/io/romio321/romio/adio/ad_ntfs/ad_ntfs_flush.c err = (fd->access_mode & ADIO_RDONLY) ? TRUE : TRUE 242 ompi/mca/io/romio321/romio/adio/ad_ntfs/ad_ntfs_iwrite.c aio_req->lpOvl->hEvent = CreateEvent(NULL, TRUE, FALSE, NULL); TRUE 38 ompi/mca/io/romio321/romio/adio/ad_ntfs/ad_ntfs_read.c pOvl->hEvent = CreateEvent(NULL, TRUE, TRUE, NULL); TRUE 109 ompi/mca/io/romio321/romio/adio/ad_ntfs/ad_ntfs_read.c err = GetOverlappedResult(fd->fd_sys, pOvl, &dwNumRead, TRUE); TRUE 202 ompi/mca/io/romio321/romio/adio/ad_ntfs/ad_ntfs_read.c err = GetOverlappedResult(fd->fd_sys, pOvl, &dwNumRead, TRUE); TRUE 37 ompi/mca/io/romio321/romio/adio/ad_ntfs/ad_ntfs_write.c pOvl->hEvent = CreateEvent(NULL, TRUE, TRUE, NULL); TRUE 93 ompi/mca/io/romio321/romio/adio/ad_ntfs/ad_ntfs_write.c err = GetOverlappedResult(fd->fd_sys, pOvl, &dwNumWritten, TRUE); TRUE 168 ompi/mca/io/romio321/romio/adio/ad_ntfs/ad_ntfs_write.c err = GetOverlappedResult(fd->fd_sys, pOvl, &dwNumWritten, TRUE); TRUE 156 ompi/mca/io/romio321/romio/adio/ad_pfs/ad_pfs_hints.c err = fcntl(fd->fd_sys, F_PFS_SVR_BUF, TRUE); TRUE 55 ompi/mca/io/romio321/romio/adio/ad_pfs/ad_pfs_open.c err = fcntl(fd->fd_sys, F_PFS_SVR_BUF, TRUE); TRUE 28 ompi/mca/io/romio321/romio/adio/common/lock.c Overlapped.hEvent = /*0;*/CreateEvent(NULL, TRUE, FALSE, NULL); TRUE 76 ompi/mca/io/romio321/romio/adio/common/lock.c ret_val = GetOverlappedResult(fd, &Overlapped, &dummy, TRUE); TRUE 30 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h ! BIND(C) routines (because the .TRUE. and .FALSE. values are not TRUE 197 opal/mca/event/libevent2022/libevent/evthread_win32.c if ((cond->event = CreateEvent(NULL,TRUE,FALSE,NULL)) == NULL) { TRUE 63 opal/win32/opal_misc.h SleepEx(seconds * 1000, TRUE);