Home
last modified time | relevance | path

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

/dports/audio/alsa-lib/alsa-lib-1.2.2/src/pcm/
H A Dpcm_share.c52 #define Pthread_mutex_lock(mutex) \ macro
367 Pthread_mutex_lock(&slave->mutex); in snd_pcm_share_thread()
620 Pthread_mutex_lock(&slave->mutex); in snd_pcm_share_hw_params()
675 Pthread_mutex_lock(&slave->mutex); in snd_pcm_share_hw_free()
695 Pthread_mutex_lock(&slave->mutex); in snd_pcm_share_status()
744 Pthread_mutex_lock(&slave->mutex); in snd_pcm_share_hwsync()
774 Pthread_mutex_lock(&slave->mutex); in snd_pcm_share_delay()
785 Pthread_mutex_lock(&slave->mutex); in snd_pcm_share_avail_update()
807 Pthread_mutex_lock(&slave->mutex); in snd_pcm_share_htimestamp()
864 Pthread_mutex_lock(&slave->mutex); in snd_pcm_share_mmap_commit()
[all …]
/dports/net/libunp/unpv12e/threads/
H A Dexample03.c3 #define Pthread_mutex_lock(mptr) \ macro
65 Pthread_mutex_lock(&bptr->b_mutex); in produce()
87 Pthread_mutex_lock(&bptr->b_mutex); in consume()
H A Dweb03.c72 Pthread_mutex_lock(&ndone_mutex); in main()
123 Pthread_mutex_lock(&ndone_mutex); in do_get_read()
H A Dunpthread.h18 void Pthread_mutex_lock(pthread_mutex_t *);
H A Dexample02.c36 Pthread_mutex_lock(&counter_mutex); in doit()
/dports/net/libunp/unpv12e/server/
H A Dlock_pthread.c29 Pthread_mutex_lock(mptr); in my_lock_wait()
H A Dpthread08.c21 Pthread_mutex_lock(&clifd_mutex); in thread_main()
H A Dunpthread.h18 void Pthread_mutex_lock(pthread_mutex_t *);
H A Dpthread07.c26 Pthread_mutex_lock(&mlock); in thread_main()
H A Dserv08.c39 Pthread_mutex_lock(&clifd_mutex); in main()
/dports/net/libunp/unpv12e/lib/
H A Dunpthread.h18 void Pthread_mutex_lock(pthread_mutex_t *);
H A Dwrappthread.c79 Pthread_mutex_lock(pthread_mutex_t *mptr) in Pthread_mutex_lock() function
/dports/net/gnu-radius/radius-1.6.1/
H A DChangeLog5264 (Pthread_mutex_lock,Pthread_mutex_unlock): new macros, taken