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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/configfs/
H A Ddir.c511 static int configfs_detach_prep(struct dentry *dentry, struct mutex **wait_mutex) argument
532 if (wait_mutex)
533 *wait_mutex = &sd->s_dentry->d_inode->i_mutex;
541 ret = configfs_detach_prep(sd->s_dentry, wait_mutex);
1388 struct mutex *wait_mutex; local
1399 ret = configfs_detach_prep(dentry, &wait_mutex);
1413 mutex_lock(wait_mutex);
1414 mutex_unlock(wait_mutex);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/
H A Dffplay.c2784 SDL_mutex *wait_mutex = SDL_CreateMutex(); local
2988 SDL_LockMutex(wait_mutex);
2989 SDL_CondWaitTimeout(is->continue_read_thread, wait_mutex, 10);
2990 SDL_UnlockMutex(wait_mutex);
3020 SDL_LockMutex(wait_mutex);
3021 SDL_CondWaitTimeout(is->continue_read_thread, wait_mutex, 10);
3022 SDL_UnlockMutex(wait_mutex);
3068 SDL_DestroyMutex(wait_mutex);

Completed in 91 milliseconds