Searched refs:heap_lock_event (Results 1 – 1 of 1) sorted by relevance
/reactos/modules/rostests/winetests/kernel32/ |
H A D | loader.c | 2140 HANDLE stop_event, event, mutex, semaphore, loader_lock_event, peb_lock_event, heap_lock_event, ack… variable 2157 wait_list[3] = heap_lock_event; in mutex_thread_proc() 2618 heap_lock_event = CreateEventW(NULL, FALSE, FALSE, NULL); in child_process() 2619 ok(heap_lock_event != 0, "CreateEvent error %d\n", GetLastError()); in child_process() 2825 SetEvent(heap_lock_event); in child_process()
|