Home
last modified time | relevance | path

Searched refs:pthread_mutex (Results 1 – 10 of 10) sorted by relevance

/third_party/FreeBSD/sys/sys/
D_callout.h56 struct pthread_mutex* tm_mtx;
57 struct pthread_mutex callout_mtx;
Dmutex.h52 struct pthread_mutex;
53 #define mtx pthread_mutex
Dcallout.h61 void callout_init_mtx(struct callout* c, struct pthread_mutex* mtx, int flag);
Dsx.h46 #define sx pthread_mutex
/third_party/FreeBSD/sys/dev/random/
Dyarrow.h32 typedef struct pthread_mutex mtx_t;
/third_party/musl/libc-test/src/functional/
Dtest_src_functional.gni28 "pthread_mutex",
/third_party/FreeBSD/sys/kern/
Dkern_timeout.c53 callout_init_mtx(struct callout *c, struct pthread_mutex *mtx, int flag) in callout_init_mtx()
/third_party/musl/porting/liteos_a_newlib/kernel/include/
Dpthread.h46 #define pthread_mutex OsMux macro
/third_party/musl/porting/liteos_a/kernel/include/
Dpthread.h46 #define pthread_mutex OsMux macro
/third_party/NuttX/drivers/usbdev/gadget/
Df_dfu.c65 static struct pthread_mutex g_dfu_mtx = PTHREAD_MUTEX_INITIALIZER;