HomeSort by: relevance | last modified time | path
    Searched defs:spawn_jobs (Results 1 - 4 of 4) sorted by relevancy

  /src/external/lgpl2/userspace-rcu/dist/tests/unit/
test_lfstack.c 46 static void *spawn_jobs(void *queue) function
67 pthread_create(&producers[k], NULL, spawn_jobs, &queue);
test_wfqueue.c 47 static void *spawn_jobs(void *queue) function
68 pthread_create(&producers[k], NULL, spawn_jobs, &queue);
test_wfstack.c 46 static void *spawn_jobs(void *queue) function
67 pthread_create(&producers[k], NULL, spawn_jobs, &queue);
test_wfcqueue.c 75 static void *spawn_jobs(void *queue) function
96 pthread_create(&producers[k], NULL, spawn_jobs, &queue);

Completed in 25 milliseconds