Home
last modified time | relevance | path

Searched refs:mutex (Results 1 – 25 of 38) sorted by relevance

12

/utopia/UTPA2-700.0.x/projects/tools/lint/aeon_include/
H A Dpthread.h63 (pthread_mutex_t *mutex, const pthread_mutexattr_t *attr));
64 int _EXFUN(pthread_mutex_destroy, (pthread_mutex_t *mutex));
76 int _EXFUN(pthread_mutex_lock, (pthread_mutex_t *mutex));
77 int _EXFUN(pthread_mutex_trylock, (pthread_mutex_t *mutex));
78 int _EXFUN(pthread_mutex_unlock, (pthread_mutex_t *mutex));
83 (pthread_mutex_t *mutex, const struct timespec *timeout));
100 int _EXFUN(pthread_cond_destroy, (pthread_cond_t *mutex));
117 (pthread_cond_t *cond, pthread_mutex_t *mutex));
120 (pthread_cond_t *cond, pthread_mutex_t *mutex,
177 (pthread_mutex_t *mutex, int prioceiling, int *old_ceiling));
[all …]
/utopia/UTPA2-700.0.x/projects/tools/lint/mips-linux-gnu_include/bits/
H A Dlibc-lock.h44 typedef struct { pthread_mutex_t mutex; } __libc_lock_recursive_t; member
49 typedef struct { pthread_mutex_t mutex; } __rtld_lock_recursive_t; member
197 __pthread_mutex_init (&(NAME).mutex, &__attr); \
210 __pthread_mutex_init (&(NAME).mutex, &__attr); \
266 __libc_maybe_call (__pthread_mutex_lock, (&(NAME).mutex), 0)
308 __libc_maybe_call (__pthread_mutex_trylock, (&(NAME).mutex), 0)
345 GL(dl_rtld_lock_recursive) (&(NAME).mutex)
348 GL(dl_rtld_unlock_recursive) (&(NAME).mutex)
351 __libc_maybe_call (__pthread_mutex_lock, (&(NAME).mutex), 0)
354 __libc_maybe_call (__pthread_mutex_unlock, (&(NAME).mutex), 0)
/utopia/UTPA2-700.0.x/modules/msos/msos/optee/
H A DMsOS_optee.c223 struct mutex { struct
231 typedef struct mutex Optee_mutex; argument
313 extern void mutex_init(Optee_mutex *mutex);
314 extern void mutex_lock(Optee_mutex *mutex);
315 extern void mutex_unlock(Optee_mutex *mutex);
316 extern MS_BOOL mutex_trylock(Optee_mutex *mutex);
317 extern void mutex_destroy(Optee_mutex *mutex);
/utopia/UTPA2-700.0.x/modules/msos/msos/nuttx/
H A DMsOS_nuttx.c329 extern int pthread_mutex_init(pthread_mutex_t *mutex, pthread_mutexattr_t *attr);
330 extern int pthread_mutex_destroy(pthread_mutex_t *mutex);
331 extern int pthread_mutex_lock(pthread_mutex_t *mutex);
332 extern int pthread_mutex_trylock(pthread_mutex_t *mutex);
333 extern int pthread_mutex_unlock(pthread_mutex_t *mutex);
352 extern int pthread_cond_wait(pthread_cond_t *cond, pthread_mutex_t *mutex);
356 extern int pthread_cond_timedwait(pthread_cond_t *cond, pthread_mutex_t *mutex,
/utopia/UTPA2-700.0.x/modules/cmdq/drv/cmdq/
H A DdrvCMDQ.c173 MS_S32 mutex; member
197 #define CMDQ_MUTEX_CREATE(hnd) _ctx[hnd].mutex = MsOS_CreateMutex(E_MSOS_FIFO, _ctx[hnd].m…
198 #define CMDQ_MUTEX_LOCK(hnd) MsOS_ObtainMutex(_ctx[hnd].mutex, MSOS_WAIT_FOREVER)
199 #define CMDQ_MUTEX_UNLOCK(hnd) MsOS_ReleaseMutex(_ctx[hnd].mutex)
200 #define CMDQ_MUTEX_DELETE(hnd) MsOS_DeleteMutex(_ctx[hnd].mutex)
/utopia/UTPA2-700.0.x/modules/msos/msos/ucos/
H A DMsOS_ucos.c1908 #define EVENT_EACH_MUTEX_LOCK(mutex, err) OSSemPend((mutex), 0, &(err)) argument
1909 #define EVENT_EACH_MUTEX_UNLOCK(mutex) OSSemPost((mutex)) argument
H A Ddlmalloc.c2042 MLOCK_T mutex; /* locate lock among fields that rarely change */ member
2161 #define PREACTION(M) ((GLOBALLY_INITIALIZE() || use_lock(M))? ACQUIRE_LOCK(&(M)->mutex) : 0)
2162 #define POSTACTION(M) { if (use_lock(M)) RELEASE_LOCK(&(M)->mutex); }
2508 int ret_value=INITIAL_LOCK(&gm->mutex); in init_mparams()
4449 INITIAL_LOCK(&m->mutex); in init_user_mstate()
/utopia/UTPA2-700.0.x/modules/msos/msos/linux/
H A Ddlmalloc.c2553 MLOCK_T mutex; /* locate lock among fields that rarely change */ member
2693 #define PREACTION(M) ((use_lock(M))? ACQUIRE_LOCK(&(M)->mutex) : 0)
2694 #define POSTACTION(M) { if (use_lock(M)) RELEASE_LOCK(&(M)->mutex); }
3103 INITIAL_LOCK(&gm->mutex); in init_mparams()
5060 INITIAL_LOCK(&m->mutex); in mstar_init_user_mstate()
/utopia/UTPA2-700.0.x/projects/build/scripts/rt-tester/
H A Dt3-l1-pi-3rt.tst2 # rt-mutex test
H A Dt3-l1-pi-1rt.tst2 # rt-mutex test
H A Dt3-l2-pi.tst2 # rt-mutex test
H A Dt3-l1-pi-2rt.tst2 # rt-mutex test
H A Dt3-l1-pi-steal.tst2 # rt-mutex test
H A Dt3-l1-pi-signal.tst2 # rt-mutex test
H A Dt4-l2-pi-deboost.tst2 # rt-mutex test
H A Dt5-l4-pi-boost-deboost.tst2 # rt-mutex test
H A Dt5-l4-pi-boost-deboost-setsched.tst2 # rt-mutex test
/utopia/UTPA2-700.0.x/modules/msos/utopia_core/linux_kernel/
H A Dutopia_adp.c29 static struct mutex KQueue_mutex[MODULE_NUM];
/utopia/UTPA2-700.0.x/projects/project/mclaren_android/
H A Dconfig80 # working processor: HK/co-processor (used for HW mutex)
/utopia/UTPA2-700.0.x/projects/project/maserati_android/
H A Dconfig80 # working processor: HK/co-processor (used for HW mutex)
/utopia/UTPA2-700.0.x/projects/project/kano_android/
H A Dconfig80 # working processor: HK/co-processor (used for HW mutex)
/utopia/UTPA2-700.0.x/projects/project/M7621_android/
H A Dconfig80 # working processor: HK/co-processor (used for HW mutex)
/utopia/UTPA2-700.0.x/projects/project/marcus_android/
H A Dconfig80 # working processor: HK/co-processor (used for HW mutex)
/utopia/UTPA2-700.0.x/projects/project/maxim_android/
H A Dconfig80 # working processor: HK/co-processor (used for HW mutex)
/utopia/UTPA2-700.0.x/projects/project/k6_android/
H A Dconfig80 # working processor: HK/co-processor (used for HW mutex)

12