CreateBinarySemaphore  237 core/memmgmt.c     canon_heap_sem=CreateBinarySemaphore("canonheap", 1);
CreateBinarySemaphore  268 core/suba.c        suba->sem_id = CreateBinarySemaphore(name, 1);
CreateBinarySemaphore   13 include/semaphore.h extern int CreateBinarySemaphore(char* name, int init);
CreateBinarySemaphore  445 modules/module_exportlist.c             CreateBinarySemaphore
CreateBinarySemaphore  280 modules/scrdump.c         cmd_sem = CreateBinarySemaphore("ScrDumpCmd", 1);
CreateBinarySemaphore  372 tools/ghidra_scripts/datatypes/fw_functions.h __stdcall int CreateBinarySemaphore(char *name, int v);