Searched refs:g_mutex (Results 1 – 2 of 2) sorted by relevance
7 __gshared Mutex g_mutex; variable37 synchronized (g_mutex) g_step = 1; in test()41 synchronized (g_mutex) { in test()50 g_mutex = new Mutex; in main()51 g_cond = new Condition(g_mutex); in main()57 synchronized (g_mutex) { in main()66 synchronized (g_mutex) g_step = 2; in main()
103 static iscsi_mutex_t g_mutex; variable520 ISCSI_LOCK(&g_mutex, return NULL); in osdfs_lookup()523 ISCSI_UNLOCK(&g_mutex, return NULL); in osdfs_lookup()526 ISCSI_UNLOCK(&g_mutex, return NULL); in osdfs_lookup()568 ISCSI_LOCK(&g_mutex, return -1); in osdfs_link()578 ISCSI_UNLOCK(&g_mutex, return -1); in osdfs_link()591 ISCSI_LOCK(&g_mutex, return -1); in osdfs_unlink()600 ISCSI_UNLOCK(&g_mutex, return -1); in osdfs_unlink()606 ISCSI_UNLOCK(&g_mutex, return -1); in osdfs_unlink()620 ISCSI_UNLOCK(&g_mutex, return -1); in osdfs_unlink()[all …]