Home
last modified time | relevance | path

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

/hardware/google/gfxstream/guest/mesa/src/c11/impl/
Dthreads_win32.c65 thrd_t thrd; member
69 thrd_t thrd; member
80 impl_current_thread.thrd = pack_p->thrd; in impl_thrd_routine()
287 CloseHandle(state->thrd.handle); in __threads_win32_tls_callback()
311 pack->thrd = *thr; in thrd_create()
338 if (state->thrd.handle == NULL) in thrd_current()
341 &(state->thrd.handle), 0, false, DUPLICATE_SAME_ACCESS)) in thrd_current()
347 return state->thrd; in thrd_current()
/hardware/google/gfxstream/guest/mesa/src/util/
Du_thread.c51 int u_thread_create(thrd_t *thrd, int (*routine)(void *), void *param) in u_thread_create() argument
66 ret = thrd_create(thrd, routine, param); in u_thread_create()
69 ret = thrd_create(thrd, routine, param); in u_thread_create()
Dfossilize_db.h83 thrd_t thrd; member
Du_thread.h67 int u_thread_create(thrd_t *thrd, int (*routine)(void *), void *param);
Dfossilize_db.c262 if (foz_db->updater.thrd) { in load_foz_dbs()
481 if (thrd_create(&updater->thrd, foz_dbs_list_updater_thrd, foz_db)) { in foz_dbs_list_updater_init()
553 if (updater->thrd) { in foz_destroy()
558 thrd_join(updater->thrd, NULL); in foz_destroy()