Home
last modified time | relevance | path

Searched refs:mutex_blob (Results 1 – 1 of 1) sorted by relevance

/dports/lang/swi-pl/swipl-8.2.3/src/
H A Dpl-mutex.c116 static PL_blob_t mutex_blob = variable
131 { mutex_blob.atom_name = ATOM_mutex; /* avoid early initAtoms() */ in initMutexRef()
132 PL_register_blob_type(&mutex_blob); in initMutexRef()
197 m->id = lookupBlob((void*)&ref, sizeof(ref), &mutex_blob, &new); in mutexCreate()
300 if ( type == &mutex_blob ) in get_mutex()