代码搜索:CreateSemaphore

找到约 47 项符合「CreateSemaphore」的源代码

代码结果 47
www.eeworm.com/read/110972/6161197

3 sdl_createsemaphore.3

.TH "SDL_CreateSemaphore" "3" "Tue 11 Sep 2001, 23:00" "SDL" "SDL API Reference" .SH "NAME" SDL_CreateSemaphore\- Creates a new semaphore and assigns an initial value to it\&. .SH "SYNOPSIS" .PP
www.eeworm.com/read/14545/387995

3 sdl_createsemaphore.3

.TH "SDL_CreateSemaphore" "3" "Tue 11 Sep 2001, 23:00" "SDL" "SDL API Reference" .SH "NAME" SDL_CreateSemaphore\- Creates a new semaphore and assigns an initial value to it\&. .SH "SYNOPSIS" .PP \fB#
www.eeworm.com/read/14735/404627

3 sdl_createsemaphore.3

.TH "SDL_CreateSemaphore" "3" "Tue 11 Sep 2001, 23:00" "SDL" "SDL API Reference" .SH "NAME" SDL_CreateSemaphore\- Creates a new semaphore and assigns an initial value to it\&. .SH "SYNOPSIS" .PP
www.eeworm.com/read/251805/4415722

3 sdl_createsemaphore.3

.TH "SDL_CreateSemaphore" "3" "Tue 11 Sep 2001, 23:00" "SDL" "SDL API Reference" .SH "NAME" SDL_CreateSemaphore\- Creates a new semaphore and assigns an initial value to it\&. .SH "SYNOPSIS" .PP
www.eeworm.com/read/409897/11307724

makefile

KernelSemaphorePath = $(KernelPath)/Semaphore KernelSemaphoreSrc = $(KernelSemaphorePath)/Semaphore.cc \ $(KernelSemaphorePath)/CreateSemaphore.cc \ $(KernelSemaphorePath)/OpenSemaphore.cc \
www.eeworm.com/read/286768/8743977

cpp 1.cpp

#include #include #include void main() { HANDLE hFileMap = CreateFileMapping((HANDLE)0xFFFFFFFF, NULL, PAGE_READWRITE, 0,323,"my_file"); if(hFileMap == NU
www.eeworm.com/read/441677/7667144

c mysem.c

#include int CreateSemaphore(int ); int SemPost( int); int SemWait( int); void DeleteSemaphore( int ); int CreateSemaphore(int count ) { int semid; #if defined(__GNU_LIBRARY__) &&
www.eeworm.com/read/286768/8744032

cpp 1.cpp

#include #include void main() { unsigned char my_m; HANDLE hFileMap = OpenFileMapping(FILE_MAP_WRITE,false, "my_file"); if(hFileMap == NULL) { cout
www.eeworm.com/read/286768/8743998

cpp 1.cpp

#include #include #include void main() { unsigned char my_r; HANDLE hFileMap = OpenFileMapping(FILE_MAP_WRITE,false, "my_file"); if(hFileMap == NULL) {
www.eeworm.com/read/286768/8744014

cpp 1.cpp

#include #include void main() { unsigned char my_p; HANDLE hFileMap = OpenFileMapping(FILE_MAP_WRITE,false, "my_file"); if(hFileMap == NULL) { cout