OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:threadfunc
(Results
1 - 3
of
3
) sorted by null
/external/qemu/distrib/sdl-1.2.12/src/thread/os2/
SDL_systhread.c
41
static void
threadfunc
(void *pparm)
function
74
thread->threadid = thread->handle = (*pfnBeginThread)(
threadfunc
, NULL, 512*1024, pThreadParms);
/external/valgrind/main/drd/tests/
pth_barrier.c
44
static void*
threadfunc
(struct threadinfo* p)
function
84
pthread_create(&t[i].tid, 0, (void*(*)(void*))
threadfunc
, &t[i]);
annotate_barrier.c
105
static void*
threadfunc
(struct threadinfo* p)
function
146
pthread_create(&t[i].tid, 0, (void*(*)(void*))
threadfunc
, &t[i]);
Completed in 752 milliseconds