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

/external/valgrind/main/coregrind/m_scheduler/
H A Dpriv_sema.h43 void ML_(sema_init) ( vg_sema_t *sema );
H A Dsched-lock-generic.c55 ML_(sema_init)(&p->sema);
H A Dsema.c53 before sema_init */
55 void ML_(sema_init)(vg_sema_t *sema) function
68 VG_(debugLog)(0,"zz","sema_init: %d %d\n", sema->pipe[0],
/external/kernel-headers/original/asm-arm/
H A Dsemaphore.h33 static inline void sema_init(struct semaphore *sem, int val) function
42 sema_init(sem, 1);
47 sema_init(sem, 0);
/external/kernel-headers/original/asm-x86/
H A Dsemaphore_32.h63 static inline void sema_init (struct semaphore *sem, int val) function
78 sema_init(sem, 1);
83 sema_init(sem, 0);
/external/yaffs2/yaffs2/
H A Dyaffs_mtdif.c227 sema_init(&dev->sem, 0);
/external/valgrind/main/drd/
H A Ddrd_pthread_intercepts.c158 static void DRD_(sema_init)(DrdSema* sema);
182 static void DRD_(sema_init)(DrdSema* sema) function
454 DRD_(sema_init)(&wrapper_started);
/external/chromium_org/third_party/npapi/npspy/extern/nspr/md/
H A D_solaris.h339 #define _MD_NEW_SEM(md_semp,_val) sema_init(&((md_semp)->sem),_val,USYNC_THREAD,NULL)

Completed in 362 milliseconds