Searched refs:MUTEX (Results 1 – 5 of 5) sorted by relevance
| /OK3568_Linux_fs/kernel/sound/soc/ti/ |
| H A D | davinci-mcasp.h | 262 #define MUTEX BIT(6) macro
|
| /OK3568_Linux_fs/app/forlinx/flapp/src/keyboard/pinyin/share/ |
| H A D | userdict.cpp | 85 #define pthread_mutex_lock(MUTEX) ((MUTEX)->lock()) argument 86 #define pthread_mutex_unlock(MUTEX) ((MUTEX)->unlock()) argument 87 #define pthread_mutex_trylock(MUTEX) (!(MUTEX)->tryLock(0)) argument
|
| /OK3568_Linux_fs/buildroot/package/oracle-mysql/ |
| H A D | 0005-bison_3_breaks_mysql_server_build.patch | 2411 - WARN_DEPRECATED(yythd, "6.0", "SHOW MUTEX STATUS", "'SHOW ENGINE INNODB MUTEX'"); 2412 + WARN_DEPRECATED(thd, "6.0", "SHOW MUTEX STATUS", "'SHOW ENGINE INNODB MUTEX'");
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/share/info/ |
| H A D | libc.info-13 | 4496 -- Function: int mtx_init (mtx_t *MUTEX, int TYPE) 4502 pointed to by MUTEX is set to the identifier of the newly created 4522 -- Function: int mtx_lock (mtx_t *MUTEX) 4528 MUTEX is locked. The behavior is undefined if the current thread 4538 -- Function: int mtx_timedlock (mtx_t *restrict MUTEX, const struct 4545 to by MUTEX is locked or until the calendar time pointed to by 4562 -- Function: int mtx_trylock (mtx_t *MUTEX) 4567 ‘mtx_trylock’ tries to lock the mutex pointed to by MUTEX without 4579 -- Function: int mtx_unlock (mtx_t *MUTEX) 4584 ‘mtx_unlock’ unlocks the mutex pointed to by MUTEX. The behavior [all …]
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/share/info/ |
| H A D | libc.info-13 | 4496 -- Function: int mtx_init (mtx_t *MUTEX, int TYPE) 4502 pointed to by MUTEX is set to the identifier of the newly created 4522 -- Function: int mtx_lock (mtx_t *MUTEX) 4528 MUTEX is locked. The behavior is undefined if the current thread 4538 -- Function: int mtx_timedlock (mtx_t *restrict MUTEX, const struct 4545 to by MUTEX is locked or until the calendar time pointed to by 4562 -- Function: int mtx_trylock (mtx_t *MUTEX) 4567 ‘mtx_trylock’ tries to lock the mutex pointed to by MUTEX without 4579 -- Function: int mtx_unlock (mtx_t *MUTEX) 4584 ‘mtx_unlock’ unlocks the mutex pointed to by MUTEX. The behavior [all …]
|