Home
last modified time | relevance | path

Searched refs:wMutex (Results 1 - 1 of 1) sorted by relevance

/foundation/systemabilitymgr/samgr_lite/samgr/adapter/posix/
H A Dqueue_adapter.c23 pthread_mutex_t wMutex; member
40 pthread_mutex_init(&queue->wMutex, NULL); in QUEUE_Create()
52 pthread_mutex_lock(&queue->wMutex); in QUEUE_Put()
54 pthread_mutex_unlock(&queue->wMutex); in QUEUE_Put()
83 pthread_mutex_destroy(&queue->wMutex); in QUEUE_Destroy()

Completed in 1 milliseconds