Searched defs:mutex_unlock (Results 1 - 21 of 21) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/examples_c/ex_rep/base/
H A Drep_base.h84 #define mutex_unlock(m) (ReleaseMutex(*(m)) ? 0 : -1) macro
112 #define mutex_unlock(m) pthread_mutex_unlock(m) macro
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/examples_c/txn_guide/
H A Dtxn_guide_inmemory.c28 #define mutex_unlock(m) (ReleaseMutex(*(m)) ? 0 : -1) macro
42 #define mutex_unlock(m) pthread_mutex_unlock(m) macro
H A Dtxn_guide.c28 #define mutex_unlock(m) (ReleaseMutex(*(m)) ? 0 : -1) macro
42 #define mutex_unlock(m) pthread_mutex_unlock(m) macro
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/examples_cxx/txn_guide/
H A DTxnGuideInMemory.cpp27 #define mutex_unlock(m) (ReleaseMutex(*(m)) ? 0 : -1) macro
41 #define mutex_unlock(m) pthread_mutex_unlock(m) macro
H A DTxnGuide.cpp27 #define mutex_unlock(m) (ReleaseMutex(*(m)) ? 0 : -1) macro
41 #define mutex_unlock(m) pthread_mutex_unlock(m) macro
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/kernel/
H A Dmutex.c110 void __sched mutex_unlock(struct mutex *lock) function
127 EXPORT_SYMBOL(mutex_unlock); variable
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/dbus-1.6.8/dbus/
H A Ddbus-threads.h159 DBusMutexUnlockFunction mutex_unlock; /**< Function to unlock a mutex; optional and deprecated. */ member in struct:__anon1719
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libgcrypt-1.5.0/src/
H A Dath.h90 int (*mutex_unlock) (void *priv); member in struct:ath_ops
H A Dgcrypt.h210 int (*mutex_unlock) (void **priv); member in struct:gcry_thread_cbs
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/libgcrypt-1.5.0/src/
H A Dath.h90 int (*mutex_unlock) (void *priv); member in struct:ath_ops
H A Dgcrypt.h210 int (*mutex_unlock) (void **priv); member in struct:gcry_thread_cbs
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-runtime/intl/
H A Dlock.h717 # pragma weak mutex_unlock macro
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libunistring-0.9.3/lib/glthread/
H A Dlock.h505 # pragma weak mutex_unlock macro
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-lib/
H A Dlock.h716 # pragma weak mutex_unlock macro
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/libgettextpo/
H A Dlock.h716 # pragma weak mutex_unlock macro
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/build_brew/
H A Ddb.h2040 int (*mutex_unlock) __P((DB_ENV *, db_mutex_t)); member in struct:__db_env
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/build_s60/
H A Ddb.h2029 int (*mutex_unlock) __P((DB_ENV *, db_mutex_t)); member in struct:__db_env
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/build_unix/
H A Ddb.h2050 int (*mutex_unlock) __P((DB_ENV *, db_mutex_t)); member in struct:__db_env
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/build_vxworks/
H A Ddb.h2038 int (*mutex_unlock) __P((DB_ENV *, db_mutex_t)); member in struct:__db_env
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/build_wince/
H A Ddb.h2077 int (*mutex_unlock) __P((DB_ENV *, db_mutex_t)); member in struct:__db_env
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/build_windows/
H A Ddb.h2077 int (*mutex_unlock) __P((DB_ENV *, db_mutex_t)); member in struct:__db_env

Completed in 503 milliseconds