Home
last modified time | relevance | path

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

/trunk/main/sal/rtl/source/
H A Dalloc_cache.c63 pthread_t m_update_thread; member
66 TID m_update_thread; member
69 HANDLE m_update_thread; member
1406 &(g_cache_list.m_update_thread), NULL, rtl_cache_wsupdate_all, (void*)(10)) != 0) in rtl_cache_wsupdate_init()
1409 g_cache_list.m_update_thread = (pthread_t)(0); in rtl_cache_wsupdate_init()
1441 if (g_cache_list.m_update_thread != (pthread_t)(0)) in rtl_cache_wsupdate_fini()
1442 pthread_join (g_cache_list.m_update_thread, NULL); in rtl_cache_wsupdate_fini()
1473 g_cache_list.m_update_thread = (ULONG) _beginthread( rtl_cache_wsupdate_all, NULL, in rtl_cache_wsupdate_init()
1498 rc = DosWaitThread(&g_cache_list.m_update_thread, DCWW_WAIT); in rtl_cache_wsupdate_fini()
1517 g_cache_list.m_update_thread = in rtl_cache_wsupdate_init()
[all …]

Completed in 12 milliseconds