Searched defs:SEM_CREATE (Results 1 - 1 of 1) sorted by relevance
/third_party/python/Modules/_multiprocessing/ |
H A D | semaphore.c | 55 #define SEM_CREATE(name, val, max) CreateSemaphore(NULL, val, max, NULL) macro 216 #define SEM_CREATE(name, val, max) sem_open(name, O_CREAT | O_EXCL, 0600, val) macro
|
Completed in 3 milliseconds