Searched refs:command_mutex (Results 1 – 5 of 5) sorted by relevance
170 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()
678 pthread_mutex_t command_mutex; member
2287 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()
2512 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()
1367 Modules/_tkinter.c - command_mutex -