Searched defs:SEM_CREATE (Results 1 – 1 of 1) sorted by relevance
/third_party/python/Modules/_multiprocessing/ |
D | semaphore.c | 53 #define SEM_CREATE(name, val, max) CreateSemaphore(NULL, val, max, NULL) macro 214 #define SEM_CREATE(name, val, max) sem_open(name, O_CREAT | O_EXCL, 0600, val) macro
|