Lines Matching refs:tsmm_mutex
51 static MUTEX_T tsmm_mutex; /* thread-safe memory manager mutex */ variable
155 tsmm_mutex = tsrm_mutex_alloc(); in tsrm_startup()
197 tsrm_mutex_free(tsmm_mutex); in tsrm_shutdown()
198 tsmm_mutex = NULL; in tsrm_shutdown()
221 tsrm_mutex_lock(tsmm_mutex); in ts_allocate_id()
231 tsrm_mutex_unlock(tsmm_mutex); in ts_allocate_id()
263 tsrm_mutex_unlock(tsmm_mutex); in ts_allocate_id()
303 tsrm_mutex_unlock(tsmm_mutex); in allocate_new_resource()
345 tsrm_mutex_lock(tsmm_mutex); in ts_resource_ex()
370 tsrm_mutex_unlock(tsmm_mutex); in ts_resource_ex()
429 tsrm_mutex_lock(tsmm_mutex); in tsrm_new_interpreter_context()
450 tsrm_mutex_lock(tsmm_mutex); in ts_free_thread()
479 tsrm_mutex_unlock(tsmm_mutex); in ts_free_thread()
492 tsrm_mutex_lock(tsmm_mutex); in ts_free_worker_threads()
525 tsrm_mutex_unlock(tsmm_mutex); in ts_free_worker_threads()
535 tsrm_mutex_lock(tsmm_mutex); in ts_free_id()
557 tsrm_mutex_unlock(tsmm_mutex); in ts_free_id()