toxcore/testing
iphydf 6f42eadc54
Replace pthread_yield with sched_yield.
The former is a non-standard glibc extension. On linux, it is implemented as a
call to sched_yield, so this change does nothing there. On OSX, pthread_yield
doesn't exist, and we already use sched_yield.
2016-09-02 09:55:00 +01:00
..
av_test.c Replace pthread_yield with sched_yield. 2016-09-02 09:55:00 +01:00
DHT_test.c Sort #includes in all source files. 2016-09-01 16:35:46 +01:00
dns3_test.c Sort #includes in all source files. 2016-09-01 16:35:46 +01:00
irc_syncbot.c Sort #includes in all source files. 2016-09-01 16:35:46 +01:00
Makefile.inc Ported some of the code in testing/ to the new api. 2015-02-24 20:29:01 -05:00
Messenger_test.c Sort #includes in all source files. 2016-09-01 16:35:46 +01:00
misc_tools.c Sort #includes in all source files. 2016-09-01 16:35:46 +01:00
nTox.c Sort #includes in all source files. 2016-09-01 16:35:46 +01:00
nTox.h Started as a simple bugfix for wrap(), expanded to more detailed help. 2013-11-10 19:06:17 +01:00
tox_shell.c Sort #includes in all source files. 2016-09-01 16:35:46 +01:00
tox_sync.c Sort #includes in all source files. 2016-09-01 16:35:46 +01:00