CreateEvent       242 ompi/mca/io/romio321/romio/adio/ad_ntfs/ad_ntfs_iwrite.c     aio_req->lpOvl->hEvent = CreateEvent(NULL, TRUE, FALSE, NULL);
CreateEvent        38 ompi/mca/io/romio321/romio/adio/ad_ntfs/ad_ntfs_read.c     pOvl->hEvent = CreateEvent(NULL, TRUE, TRUE, NULL);
CreateEvent        37 ompi/mca/io/romio321/romio/adio/ad_ntfs/ad_ntfs_write.c     pOvl->hEvent = CreateEvent(NULL, TRUE, TRUE, NULL);
CreateEvent        28 ompi/mca/io/romio321/romio/adio/common/lock.c     Overlapped.hEvent = /*0;*/CreateEvent(NULL, TRUE, FALSE, NULL);
CreateEvent       197 opal/mca/event/libevent2022/libevent/evthread_win32.c 	if ((cond->event = CreateEvent(NULL,TRUE,FALSE,NULL)) == NULL) {