Home
last modified time | relevance | path

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

/llvm-project/lldb/test/API/macosx/thread_suspend/
H A Dmain.c5 pthread_mutex_t suspend_mutex = PTHREAD_MUTEX_INITIALIZER; variable
20 pthread_mutex_lock(&suspend_mutex); in suspend_func()
39 pthread_mutex_lock(&suspend_mutex); in main()
48 pthread_mutex_unlock(&suspend_mutex); in main()