Home
last modified time | relevance | path

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

/external/mesa3d/include/c11/
Dthreads_posix.h66 typedef pthread_t thrd_t; typedef
288 thrd_create(thrd_t *thr, thrd_start_t func, void *arg) in thrd_create()
304 static inline thrd_t
312 thrd_detach(thrd_t thr) in thrd_detach()
319 thrd_equal(thrd_t thr0, thrd_t thr1) in thrd_equal()
333 thrd_join(thrd_t thr, int *res) in thrd_join()
Dthreads_win32.h104 typedef HANDLE thrd_t; typedef
478 thrd_create(thrd_t *thr, thrd_start_t func, void *arg) in thrd_create()
493 *thr = (thrd_t)handle; in thrd_create()
499 static inline thrd_t
536 thrd_detach(thrd_t thr) in thrd_detach()
544 thrd_equal(thrd_t thr0, thrd_t thr1) in thrd_equal()
559 thrd_join(thrd_t thr, int *res) in thrd_join()
/external/mesa3d/src/mapi/
Du_current.c151 typedef thrd_t thread_id;
/external/mesa3d/src/gallium/auxiliary/os/
Dos_thread.h52 typedef thrd_t pipe_thread;