Home
last modified time | relevance | path

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

/aosp_15_r20/external/pthreadpool/src/
H A Dpthreads.c170 pthread_mutex_lock(&threadpool->command_mutex); in wait_for_new_command()
174 pthread_cond_wait(&threadpool->command_condvar, &threadpool->command_mutex); in wait_for_new_command()
177 pthread_mutex_unlock(&threadpool->command_mutex); in wait_for_new_command()
274 pthread_mutex_init(&threadpool->command_mutex, NULL); in pthreadpool_create()
314 pthread_mutex_lock(&threadpool->command_mutex); in pthreadpool_parallelize()
373 pthread_mutex_unlock(&threadpool->command_mutex); in pthreadpool_parallelize()
422 pthread_mutex_lock(&threadpool->command_mutex); in pthreadpool_destroy()
439 pthread_mutex_unlock(&threadpool->command_mutex); in pthreadpool_destroy()
452 pthread_mutex_destroy(&threadpool->command_mutex); in pthreadpool_destroy()
H A Dthreadpool-object.h678 pthread_mutex_t command_mutex; member
/aosp_15_r20/external/python/cpython3/Modules/
D_tkinter.c2287 TCL_DECLARE_MUTEX(command_mutex)
2308 Tcl_MutexLock(&command_mutex); in Tkapp_CommandProc()
2310 Tcl_MutexUnlock(&command_mutex); in Tkapp_CommandProc()
2363 Tkapp_ThreadSend(self, (Tcl_Event*)ev, &cond, &command_mutex); in _tkinter_tkapp_createcommand_impl()
2416 &command_mutex); in _tkinter_tkapp_deletecommand_impl()
/aosp_15_r20/external/python/cpython2/Modules/
D_tkinter.c2512 TCL_DECLARE_MUTEX(command_mutex)
2533 Tcl_MutexLock(&command_mutex); in Tkapp_CommandProc()
2535 Tcl_MutexUnlock(&command_mutex); in Tkapp_CommandProc()
2587 Tkapp_ThreadSend(self, (Tcl_Event*)ev, &cond, &command_mutex); in Tkapp_CreateCommand()
2638 &command_mutex); in Tkapp_DeleteCommand()
/aosp_15_r20/external/python/cpython3/Tools/c-analyzer/cpython/
Dglobals-to-fix.tsv1367 Modules/_tkinter.c - command_mutex -