OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:run_thread
(Results
1 - 5
of
5
) sorted by null
/external/autotest/client/tests/monotonic_time/src/
threads.c
33
static void *
run_thread
(void *arg)
function
70
err = pthread_create(&thread->thread, NULL,
run_thread
, thread);
/external/curl/docs/examples/
threaded-shared-conn.c
97
static void *
run_thread
(void *ptr)
function
138
error = pthread_create(&tid[i], NULL,
run_thread
, &url[i]);
/external/curl/tests/libtest/
lib1541.c
83
static void *
run_thread
(void *ptr)
function
125
error = pthread_create(&tid[i], NULL,
run_thread
, &url[i]);
/external/python/cpython2/Lib/test/
test_gc.py
349
def
run_thread
():
function in function:GCTests.test_trashcan_threads
360
t = threading.Thread(target=
run_thread
)
/external/python/cpython3/Lib/test/
test_gc.py
389
def
run_thread
():
function in function:GCTests.test_trashcan_threads
400
t = threading.Thread(target=
run_thread
)
[
all
...]
Completed in 616 milliseconds