Commit Graph

28 Commits

Author SHA1 Message Date
David CARLIER
cc3fc0f80a FreeBSD get thread name support only from 12.x flavor (#13428) 2019-03-19 09:27:42 +01:00
Anton Kochkov
bb67b54f74
Remove CYGWIN & MINGW remnants (#13377) 2019-03-15 12:55:08 +08:00
David CARLIER
d9a15aa661 Further usage of thread debug (#13359) 2019-03-13 10:47:57 +01:00
David CARLIER
209427308d Add r_th API to rename threads in r2 2019-03-11 11:09:12 +01:00
Florian Märkl
2883398942 Fix #11081 - Transient Tasks (#11214)
* Make r_th_free() not kill the thread
* Transient Tasks
* Add transient info to & list output
* Use refcounting for Tasks
2018-08-23 13:49:28 +02:00
David CARLIER
0030dd64bb Fix segfault on OpenBSD at exit (#11173) 2018-08-22 05:07:21 +02:00
Fangrui Song
d677d9f5ec Fix r_th_self (#10927) 2018-08-05 11:57:00 +02:00
Florian Märkl
8db9631c98 Block Signals when locking core->tasks_lock 2018-07-12 11:36:13 +02:00
pancake
6c3f61b627 Inline time.h timer api if not available :? 2018-05-21 02:22:17 +02:00
Anton Kochkov
8a224a5f48 Fix AppVeyor 2018-04-25 18:38:45 +08:00
pancake
5a899f2846 Add r_th_try_pause() and improve task threading support 2018-04-25 12:30:57 +02:00
pancake
b99bb97def Improve r_cons_is_breaked coverage 2018-04-25 12:30:57 +02:00
radare
a30c5c3722
Initial work on supporting pauseable CoreTasks (#9921) 2018-04-20 00:25:33 +02:00
pancake
c49fe88eea Fix crash in r_th_free (NULL); 2018-02-20 22:24:29 +01:00
pancake
792956c67d Add a loading animation in a thread when using r2 -t 2018-02-20 22:21:38 +01:00
pancake
a8897b107d Fix #9015 - use after free when quitting main thread having background server threads 2017-12-18 13:27:26 +01:00
pancake
abaac71290 Fix last covs 2017-07-26 18:46:29 +02:00
Duncan Ogilvie
1d924734fd properly implemented r_th_kill/start/wait/free on Windows 2017-04-09 10:09:45 +02:00
pancake
d031b7f130 Implement reentrant thread locks in RThread and use them in core.cmd() 2017-04-08 00:52:49 +02:00
Maijin
266eee75ae Fix #6560 Unify Windows/Win32 define 2017-02-26 16:51:03 +01:00
Anton Kochkov
e9c2d22da9 Fix windows detection in headers (#6557) 2017-01-25 11:30:16 +01:00
pancake
9c57ff07a6 Implement Po& and r2 -tp to load projects in a thread 2016-11-04 23:07:02 +01:00
Maijin
c274afe748 Fix #3286 - Use stdbool.h 2016-07-12 22:15:19 +02:00
jvoisin
aa695bc808 Fix misc compilation warnings on Windows 2015-07-14 13:55:58 +02:00
Anton Kochkov
5782d67884 Fix threads on the MinGW/Cygwin 2015-04-05 01:19:28 +03:00
pancake
8e29c0ef9d Initial implementation of the & command. Bump capstone 2014-11-01 04:46:33 +01:00
pancake
4ea683ba34 Initial background thread for the webserver (=h& and =H&) 2014-08-28 12:08:46 +02:00
pancake
5de2e221b2 Fix om for rbin-friendly files, add 'dss'
Implement dss command to skip steps
omr works with just a single argument too
Fix open maps for RBin files
Merge r_th into r_util
2012-10-25 15:21:47 +02:00