Home
last modified time | relevance | path

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

/dports/security/silktools/silk-3.19.1/src/libsilk/
H A Dsklog-test.c337 write_msg_thread( in write_msg_thread() function
364 write_msg_thread((void*)"main"); in main()
369 pthread_create(&p1, NULL, &write_msg_thread, (void*)"p1"); in main()
370 pthread_create(&p2, NULL, &write_msg_thread, (void*)"p2"); in main()