HomeSort by relevance Sort by last modified time
    Searched refs:thrd_start_t (Results 1 - 3 of 3) sorted by null

  /external/mesa3d/include/c11/
threads.h 45 typedef int (*thrd_start_t)(void*); typedef
threads_posix.h 78 thrd_start_t func;
288 thrd_create(thrd_t *thr, thrd_start_t func, void *arg)
threads_win32.h 134 thrd_start_t func;
478 thrd_create(thrd_t *thr, thrd_start_t func, void *arg)

Completed in 382 milliseconds